From 0d3c3d24da1d19ff076631f2a74375bb812438e1 Mon Sep 17 00:00:00 2001
From: super_liu <396572590@qq.com>
Date: Tue, 29 Mar 2022 13:36:01 +0800
Subject: [PATCH] feat: There is no way the,
---
.../qbrk-product/common/formEditList.vue | 32 +++++++-------
.../qbrk-product/common/formList.vue | 43 +++++++++---------
.../qbrk-product/common/formListIn.vue | 44 +++++++++----------
.../pages/creatProcess/qbrk-product/step1.vue | 44 +++++++++----------
.../pages/creatProcess/qbrk-product/step2.vue | 4 +-
.../creatProcess/qbrk-product/stepDetail.vue | 4 +-
6 files changed, 87 insertions(+), 84 deletions(-)
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 => {
})