diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formEditList.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formEditList.vue index 46bd75c52..b7ad11b3a 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formEditList.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formEditList.vue @@ -36,12 +36,6 @@ value-format="yyyy-MM-dd" > - - - @@ -86,6 +80,16 @@ + + + + + + + + - - - - - diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formList.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formList.vue index 7ef95d1f6..006f92fa6 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formList.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formList.vue @@ -22,16 +22,15 @@ clearable > + + + - - - @@ -74,6 +73,16 @@ + + + + + + + + - - - - - - - - + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formListIn.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formListIn.vue index b0a95f52c..9befd2d4b 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formListIn.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formListIn.vue @@ -35,12 +35,6 @@ - - - @@ -78,22 +72,6 @@ - - - - - - - - - + + + + + + + + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue index 0994df0b2..7e90aa132 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue @@ -42,6 +42,12 @@ clearable > + + + - - - @@ -117,6 +117,16 @@ + + + + + + + + - - - - - - - - diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step2.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step2.vue index 4fbc17ca2..55a108e37 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk-product/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step2.vue @@ -668,7 +668,6 @@ XGDFileList: [], caFileList: [], FBGBJBDFileList: [], - xgdFileList: [], ZCWBLAWSFileList: [], GCWBLAWSFileList: [], JDWJLAWSFileList: [], @@ -2381,6 +2380,7 @@ if (res) { this.taskInfo = '企标编写流程' const processForm = JSON.parse(res.mesg) + console.log(processForm) const dateArr = [] if(processForm.commentCycleStart && processForm.commentCycleEnd){ dateArr[0] = processForm.commentCycleStart @@ -2397,7 +2397,7 @@ this.LSBBBUSSFileList=this.assemble(processForm.LSBBBUSS,processForm.LSBBBUSSName); this.QTWJBUSSFileList=this.assemble(processForm.QTWJBUSS,processForm.QTWJBUSSName); this.GLWJBUSSFileList=this.assemble(processForm.GLWJBUSS,processForm.GLWJBUSSName); - this.XGDileList=this.assemble(processForm.XGD,processForm.XGDName); + this.XGDFileList=this.assemble(processForm.XGD,processForm.XGDName); this.uploadFileStatus = this.footFileList !== undefined ? (this.footFileList.length <= 0) : true } }).catch(e => { diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/stepDetail.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/stepDetail.vue index 51cac36ac..4ddfe6eaf 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk-product/stepDetail.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/stepDetail.vue @@ -25,6 +25,7 @@ :BZSMBUSSFileList = "BZSMBUSSFileList" :QTWJBUSSFileList = "QTWJBUSSFileList" :GLWJBUSSFileList = "GLWJBUSSFileList" + :XGDFileList = "XGDFileList" :disabledState = "disabledState" :verifySarStandard = "verifySarStandard" :opinionsShow = "true" @@ -653,9 +654,9 @@ LSBBBUSSFileList: [], QTWJBUSSFileList: [], GLWJBUSSFileList: [], + XGDFileList: [], caFileList: [], FBGBJBDFileList: [], - xgdFileList: [], ZCWBLAWSFileList: [], GCWBLAWSFileList: [], JDWJLAWSFileList: [], @@ -2262,6 +2263,7 @@ this.LSBBBUSSFileList=this.assemble(processForm.LSBBBUSS,processForm.LSBBBUSSName); this.QTWJBUSSFileList=this.assemble(processForm.QTWJBUSS,processForm.QTWJBUSSName); this.GLWJBUSSFileList=this.assemble(processForm.GLWJBUSS,processForm.GLWJBUSSName); + this.XGDFileList=this.assemble(processForm.XGD,processForm.XGDName); } }).catch(e => { })