From 7de086cac6fcd647bce1d419ac4c80c28a914460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Thu, 27 Jan 2022 09:31:22 +0800 Subject: [PATCH 1/8] =?UTF-8?q?=E6=A0=87=E5=87=86=E8=AF=84=E4=BC=B0?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E5=AE=A1=E6=89=B9tab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/bzpg/step7.vue | 29 ++++++++++++++++- .../pages/creatProcess/bzpg/step8.vue | 31 +++++++++++++++++-- 2 files changed, 57 insertions(+), 3 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzpg/step7.vue b/src/pages/processCenter/pages/creatProcess/bzpg/step7.vue index 471af52e5..239463f8c 100644 --- a/src/pages/processCenter/pages/creatProcess/bzpg/step7.vue +++ b/src/pages/processCenter/pages/creatProcess/bzpg/step7.vue @@ -135,6 +135,15 @@ + + + + { + if(item.projectName === tab.name){ + this.dataList.push(item) + } + }) + }, //折叠/展开基础信息方法 foldForm() { this.foldFormFlag = !this.foldFormFlag @@ -583,7 +604,13 @@ export default { this.listForm.prcNum = this.prcNum this.listForm.prcName = this.prcName this.listForm['id'] = item.id + this.newDataList = item.dataList this.dataList = item.dataList + item.dataList.forEach(item => { + if(!this.projectTabName.includes(item.projectName)){ + this.projectTabName.push(item.projectName) + } + }) } else { this.listForm = item.form; this.dataList = item.form.dataList; @@ -594,7 +621,7 @@ export default { //提交事件 handleSubmit() { - this.listForm.dataList = this.dataList + this.listForm.dataList = this.newDataList this.listForm.commentText = this.commentText; const json = JSON.stringify(this.listForm); this.isSubmit = true diff --git a/src/pages/processCenter/pages/creatProcess/bzpg/step8.vue b/src/pages/processCenter/pages/creatProcess/bzpg/step8.vue index a8264ba86..4293a0906 100644 --- a/src/pages/processCenter/pages/creatProcess/bzpg/step8.vue +++ b/src/pages/processCenter/pages/creatProcess/bzpg/step8.vue @@ -1,4 +1,4 @@ - + - - + + Date: Thu, 27 Jan 2022 09:45:17 +0800 Subject: [PATCH 3/8] commit --- .../pages/creatProcess/bzjd/step1-1.vue | 14 +++++++------- .../pages/creatProcess/bzjd/step1-6.vue | 16 ++++++++-------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue index 176dc863b..56ce7693a 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue @@ -125,13 +125,6 @@ 查看条款内容 - - + + 查看条款内容 - - + + Date: Thu, 27 Jan 2022 16:59:23 +0800 Subject: [PATCH 4/8] =?UTF-8?q?=E4=BC=81=E6=A0=87=E5=88=B6=E4=BF=AE?= =?UTF-8?q?=E8=AE=A2=E7=AB=8B=E9=A1=B9=E6=B5=81=E7=A8=8B=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=9E=84=E5=9B=BE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/qbzxdlx/step1.vue | 237 ++++++++++++++---- .../pages/creatProcess/qbzxdlx/step2.vue | 226 +++++++++++++++-- 2 files changed, 394 insertions(+), 69 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue index 56a377757..f18eee83f 100644 --- a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue @@ -50,7 +50,7 @@
- 新增 + 新增 上传 模板下载 删除 @@ -65,14 +65,19 @@ @selection-change="selectedDelete" :header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px', fontWeight: 'bold', height: '20px'}"> - - - - - + + + + + + + + @@ -98,7 +103,6 @@ @@ -117,7 +121,7 @@

责任人

- +
@@ -130,18 +134,53 @@ - - - - - - + + + + + + + + + + + + + + + + + + + + + +