From a46f4730dd300b5d5360ac54b992ca7a89d36847 Mon Sep 17 00:00:00 2001 From: zyn Date: Wed, 27 Dec 2023 10:25:27 +0800 Subject: [PATCH 01/19] =?UTF-8?q?style:=20=E6=A0=BC=E5=BC=8F=E5=8C=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../enterpriseStandardPlan/index.vue | 3625 +++++++++-------- 1 file changed, 1939 insertions(+), 1686 deletions(-) diff --git a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue index 8dc32af8e..2df94049a 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue @@ -1,1714 +1,1967 @@ diff --git a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue index 789e6dd42..e65641223 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue @@ -1028,7 +1028,14 @@ - + From 3fb20ce0ed8688b0d3de2ed2435b79fda8b0cf5c Mon Sep 17 00:00:00 2001 From: zyn Date: Thu, 28 Dec 2023 16:44:35 +0800 Subject: [PATCH 10/19] =?UTF-8?q?fix(=E4=BC=81=E6=A0=87=E8=AE=A1=E5=88=92)?= =?UTF-8?q?:=20=E6=96=B0=E5=A2=9E-=E8=B5=B7=E8=8D=89=E8=B4=A3=E4=BB=BB?= =?UTF-8?q?=E5=8D=95=E4=BD=8D=E7=A6=81=E6=AD=A2=E7=BC=96=E8=BE=91=E3=80=81?= =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E8=B5=B7=E8=8D=89=E4=BA=BA=E5=B8=A6=E5=85=A5?= =?UTF-8?q?=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../regulatoryRepository/enterpriseStandardPlan/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue index e65641223..5d73d7f3f 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue @@ -437,6 +437,7 @@ clearable placeholder="请选择起草责任单位" readonly + disabled @click.native="choiceZRBM(addForm.unit)" /> @@ -1585,8 +1586,8 @@ export default { this.addForm.drafter = idList this.addForm.drafterName = nameList if(data && data.length > 0) { - const institutionIdList = this.unique(data.map(item => item.topUnitId)).join(',') - const institutionNameList = this.unique(data.map(item => item.topUnit)).join(',') + const institutionIdList = this.unique(data.map(item => item.institutionId)).join(',') + const institutionNameList = this.unique(data.map(item => item.institutionCascade)).join(',') this.addForm.unitName = institutionNameList this.addForm.unit = institutionIdList } From f7dd9d8b05761ec67124ee6d285d1957e7d2d2e8 Mon Sep 17 00:00:00 2001 From: zyn Date: Thu, 28 Dec 2023 16:54:44 +0800 Subject: [PATCH 11/19] =?UTF-8?q?style:=20=E6=A0=BC=E5=BC=8F=E5=8C=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/qbrk/step1-2.vue | 7770 +++++++++-------- .../pages/creatProcess/qbrk/step1.vue | 7602 ++++++++-------- 2 files changed, 8034 insertions(+), 7338 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue index c8148f40f..2a8598246 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue @@ -1,3758 +1,4094 @@