From 2df883fcbed176f83d8d144fd007e7f72fcb54d6 Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期四, 01 二月 2024 17:21:24 +0800 Subject: [PATCH] 修改 --- web/src/views/modules/configItemChange/ConfigItemChange-AddOrUpdate.vue | 58 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 29 insertions(+), 29 deletions(-) diff --git a/web/src/views/modules/configItemChange/ConfigItemChange-AddOrUpdate.vue b/web/src/views/modules/configItemChange/ConfigItemChange-AddOrUpdate.vue index 76fb4a6..5011f0f 100644 --- a/web/src/views/modules/configItemChange/ConfigItemChange-AddOrUpdate.vue +++ b/web/src/views/modules/configItemChange/ConfigItemChange-AddOrUpdate.vue @@ -107,7 +107,7 @@ <div class="el-border-left acceptDate" style="width: 90%;"> <el-form-item style="width: 100%;padding-left:20px;margin:0;"> <el-input v-if="stepMarker=='pzxbg_first'" v-model="dataForm.configItemChange.changeReason" placeholder="鍙樻洿鍘熷洜..."></el-input> - <span v-else>{{dataForm.configItemOutbound.changeReason}}</span> + <span v-else>{{dataForm.configItemChange.changeReason}}</span> </el-form-item> </div> </div> @@ -319,32 +319,32 @@ dataForm: { id: '', configItemChange: { - id: "", - code: "", - applicant: "", - applyDate: "", - libraryType: "", - qaAuditResults: "", - qaAuditor: "", - qaAuditDate: "", + id: '', + code: '', + applicant: '', + applyDate: '', + libraryType: '', + qaAuditResults:'', + qaAuditor: '', + qaAuditDate:'', changeReason:'', - cmAuditResults: "", - cmAuditor: "", - cmAuditDate: "", - approvalOpinions: "", - approvalSign: "", - approvalDate: "", - changeAnalysis: "", - changeContent: "", - implementer: "", - changeDate: "", - outboundCmOperations: "", - outboundOperator: "", - outboundOperateDate: "", - warehouseCmOperations: "", - warehouseOperator: "", - warehouseOperateDate: "", - remark: "", + cmAuditResults: '', + cmAuditor:'', + cmAuditDate: '', + approvalOpinions: '', + approvalSign: '', + approvalDate: '', + changeAnalysis: '', + changeContent: '', + implementer: '', + changeDate: '', + outboundCmOperations: '', + outboundOperator: '', + outboundOperateDate: '', + warehouseCmOperations: '', + warehouseOperator: '', + warehouseOperateDate: '', + remark: '', }, project: { code: '', @@ -359,10 +359,10 @@ }, created() { const roleName = localStorage.getItem('roleName') - if (roleName && roleName.includes('QA')) { + if (roleName && roleName.includes('瀹℃牳浜哄憳')) { this.showColumn = true; } - if (roleName && roleName.includes('娴嬭瘯鍛�')) { + if (roleName && roleName.includes('妫�娴嬩汉鍛�')) { this.showAddAndEdit = true; } }, @@ -408,7 +408,7 @@ this.$nextTick(()=>{ console.log(this.dataForm.projectId,'this.dataForm.projectId') this.ids = this.dataForm.configChangeList.map(item=>item.selectId).join(',') - this.$refs.configItemList.$refs.dialog.init(this.dataForm.projectId,this.ids) + this.$refs.configItemList.$refs.dialog.init(this.dataForm.projectId,{ids:this.ids,pageCode:this.pageCode}) }) // this.dataForm.configItemList.push({}) // this.$nextTick(() => { -- Gitblit v1.9.1