From e2cef6c358e57c2bc63e67a05c88c52585bb96db Mon Sep 17 00:00:00 2001 From: wente <329538422@qq.com> Date: 星期五, 29 十二月 2023 11:22:29 +0800 Subject: [PATCH] 项目表 --- web/src/views/modules/configItemChange/ConfigItemChange-AddOrUpdate.vue | 54 +++++++++++++++++++++++++++--------------------------- 1 files changed, 27 insertions(+), 27 deletions(-) diff --git a/web/src/views/modules/configItemChange/ConfigItemChange-AddOrUpdate.vue b/web/src/views/modules/configItemChange/ConfigItemChange-AddOrUpdate.vue index 76fb4a6..f44c291 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: '', @@ -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