diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step6.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step6.vue index 33275d5fe..4b3e170e7 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step6.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step6.vue @@ -85,8 +85,6 @@ - - 意见信息 @@ -326,7 +356,7 @@ @@ -719,6 +749,7 @@ LSBBBUSSFileList: [], QTWJBUSSFileList: [], GLWJBUSSFileList: [], + summaryFileList: [], caFileList: [], FBGBJBDFileList: [], xgdFileList: [], @@ -861,6 +892,8 @@ opinionsAdopted:'', // 汇总意见是否采纳 footFile:'', footFileName:'', + summaryFile:'', + summaryFileName:'', // 基础信息 country:[], // 基础信息 @@ -1365,6 +1398,7 @@ this.LSBBBUSSFileList=this.assemble(this.form.LSBBBUSS,this.form.LSBBBUSSName); this.QTWJBUSSFileList=this.assemble(this.form.QTWJBUSS,this.form.QTWJBUSSName); this.GLWJBUSSFileList=this.assemble(this.form.GLWJBUSS,this.form.GLWJBUSSName); + this.summaryFileList=this.assemble(this.form.summaryFile,this.form.summaryFileName); this.roleForm = mes.roleForm this.commentText = mes.commentText this.formKey++ @@ -2021,6 +2055,10 @@ this.GLWJBUSSFileList = this.GLWJBUSSFileList.filter ( item => item.response === undefined); this.GLWJBUSSFileList.push(fileObj) break; + case 'summaryFile': + this.summaryFileList = this.summaryFileList.filter ( item => item.response === undefined); + this.summaryFileList.push(fileObj) + break; default : ; } this.formKey++ @@ -2057,6 +2095,9 @@ case 'GLWJBUSS': this.fileList=this.GLWJBUSSFileList break; + case 'summaryFile': + this.fileList=this.summaryFileList + break; default : ; } this.fileMadel = true; @@ -2081,6 +2122,9 @@ case 'GLWJBUSS': this.GLWJBUSSFileList = fileList break; + case 'summaryFile': + this.summaryFileList = fileList + break; default : ; } this.formKey++ @@ -2272,6 +2316,9 @@ this.form.GLWJBUSS=this.GLWJBUSSFileList.map(item => item.id).join(",") this.form.GLWJBUSSName=this.GLWJBUSSFileList.map(item => item.name).join(",") + this.form.summaryFile=this.summaryFileList.map(item => item.id).join(",") + this.form.summaryFileName=this.summaryFileList.map(item => item.name).join(",") + }, // 删除方法 deletedId(data, ids) { @@ -2480,9 +2527,9 @@ this.FBGBUSSFileList=this.assemble(processForm.FBGBUSS,processForm.FBGBUSSName); this.BZSMBUSSFileList=this.assemble(processForm.BZSMBUSS,processForm.BZSMBUSSName); this.LSBBBUSSFileList=this.assemble(processForm.LSBBBUSS,processForm.LSBBBUSSName); - console.log(this.LSBBBUSSFileList) this.QTWJBUSSFileList=this.assemble(processForm.QTWJBUSS,processForm.QTWJBUSSName); this.GLWJBUSSFileList=this.assemble(processForm.GLWJBUSS,processForm.GLWJBUSSName); + this.summaryFileList=this.assemble(processForm.summaryFile,processForm.summaryFileName); this.formKey++ } }).catch(e => { @@ -2535,7 +2582,7 @@ this.energyKindOptions = res.data.ENERGYTYPES this.standGeneraOptions = res.data.BUSSBIGCLASS this.standSubclassOptions = res.data.BUSSFINECLASS - this.standSortOptions = res.data.STANDCLASSIFY // 标准类别 + this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别 this.standNatureOptions = res.data.SARPROPERTY // 标准性质 this.standStateOptions = res.data.TEXTSTATUSBUSS // 文本状态 this.standSystemOptions = res.data.TXLBBUSS // 标准体系