From 49944c684bf75e1a90e85caf2c5d8523981916d6 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期二, 01 四月 2025 11:22:17 +0800 Subject: [PATCH] 修改原辅料改成原辅材 --- src/views/business/rawMaterialInspection/index.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/business/rawMaterialInspection/index.vue b/src/views/business/rawMaterialInspection/index.vue index 05311d4..6f54e0b 100644 --- a/src/views/business/rawMaterialInspection/index.vue +++ b/src/views/business/rawMaterialInspection/index.vue @@ -20,7 +20,7 @@ <el-form-item label="鎶ユ绫诲瀷" prop="inspectionType"> <el-select v-model="componentData.inspectionType" clearable placeholder="璇烽�夋嫨" size="small" @change="refreshTable" style="width: 100%"> - <el-option label="鍘熻緟鏂�" value="鍘熻緟鏂�"></el-option> + <el-option label="鍘熻緟鏉�" value="鍘熻緟鏉�"></el-option> <el-option label="鍖呮潗" value="鍖呮潗"></el-option> </el-select> </el-form-item> @@ -100,7 +100,7 @@ </span> </el-dialog> <!-- 纭鎶ユ --> - <el-dialog :close-on-click-modal="false" :title="declareType === 'add' ? '鏂板鎶ユ淇℃伅' : '鍘熻緟鏂欐姤妫�'" + <el-dialog :close-on-click-modal="false" :title="declareType === 'add' ? '鏂板鎶ユ淇℃伅' : '鍘熻緟鏉愭姤妫�'" :visible.sync="declareDialogVisible" width="800px" @close="resetFormData"> <el-form ref="declareObj" :inline="true" :model="declareObj" :rules="declareObjRules" label-width="130px" label-position="right"> @@ -155,7 +155,7 @@ <el-form-item class="declareObj-form-item" label="鎶ユ绫诲瀷:" prop="inspectionType"> <el-select v-model="declareObj.inspectionType" :disabled="declareType !== 'add'" clearable class="addObj-info" size="small" placeholder="璇烽�夋嫨鎶ユ绫诲瀷"> - <el-option label="鍘熻緟鏂�" value="鍘熻緟鏂�"></el-option> + <el-option label="鍘熻緟鏉�" value="鍘熻緟鏉�"></el-option> <el-option label="鍖呮潗" value="鍖呮潗"></el-option> </el-select> </el-form-item> @@ -192,7 +192,7 @@ <el-dialog title="閫夋嫨绫诲瀷" :visible.sync="ifsDialogVisible" width="30%" append-to-body> <div style="text-align: center;"> <el-button type="primary" size="medium" style="margin: 0 10px;" - @click="handleIfsSelect('鍘熻緟鏂�')">鑾峰彇MES鍘熻緟鏂欒鍗�</el-button> + @click="handleIfsSelect('鍘熻緟鏉�')">鑾峰彇MES鍘熻緟鏉愯鍗�</el-button> <el-button type="primary" size="medium" style="margin: 0 10px;" @click="handleIfsSelect('鍖呮潗')">鑾峰彇MES鍖呮潗璁㈠崟</el-button> </div> @@ -265,7 +265,7 @@ { label: '鎶ユ绫诲瀷', prop: 'inspectionType', dataType: 'tag', formatType: (params) => { - if (params == '鍘熻緟鏂�') { + if (params == '鍘熻緟鏉�') { return 'success' } else { return 'warning' @@ -720,7 +720,7 @@ }, // 鎻愬墠鍏ュ簱 advancedGodown(row) { - this.$confirm('褰撳墠鍘熻緟鏂欐槸鍚︽彁鍓嶅叆搴�?', '鎻愮ず', { + this.$confirm('褰撳墠鍘熻緟鏉愭槸鍚︽彁鍓嶅叆搴�?', '鎻愮ず', { confirmButtonText: '纭畾', cancelButtonText: '鍙栨秷', type: 'warning' @@ -878,7 +878,7 @@ }).then(res => { this.outLoading = false const blob = new Blob([res], { type: 'application/octet-stream' }); - this.$download.saveAs(blob, "鍘熻緟鏂欐娴嬩俊鎭鍑�.xlsx"); + this.$download.saveAs(blob, "鍘熻緟鏉愭娴嬩俊鎭鍑�.xlsx"); }) }, clear() { -- Gitblit v1.9.3