From 8e9b1fc2a792b3aa79381a9d5a048d0977bf3838 Mon Sep 17 00:00:00 2001 From: zyn Date: Sat, 6 May 2023 17:45:13 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E6=A0=87=E5=87=86=E7=BC=96=E5=8F=B7?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 2 +- .../foreignStandardsAndRegulations/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index c27def6ee..cbbcc6c94 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -2879,7 +2879,7 @@ export default { standNumber: [ {required: true, type: 'string', message: '标准编号不能为空', trigger: 'change'}, {type: 'string', max: 100, message: '标准编号不能超过100个字符', trigger: 'change'}, - {validator: this.verify.validateStandardItem, trigger: 'change'} + {validator: this.verify.validateStandardItem2, trigger: 'change'} ], standYear: [ {required: true, message: '标准年份不能为空', trigger: 'change'}, diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index 1898d1dda..56bacabf5 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -2434,7 +2434,7 @@ export default { standNumber: [ {required: true, type: 'string', message: '标准编号不能为空', trigger: 'change'}, {type: 'string', max: 100, message: '标准编号不能超过100个字符', trigger: 'change'}, - {type: 'string', validator: this.verify.validateStandardItem, trigger: 'change'} + {type: 'string', validator: this.verify.validateStandardItem2, trigger: 'change'} ], synopsis: [ {type: 'string', max: 1000, message: '文本说明不能超过1000个字符', trigger: 'change'} @@ -2468,7 +2468,7 @@ export default { standNumber: [ {required: true, type: 'string', message: '标准编号不能为空', trigger: 'change'}, {type: 'string', max: 100, message: '标准编号不能超过100个字符', trigger: 'change'}, - {type: 'string', validator: this.verify.validateStandardItem, trigger: 'change'} + {type: 'string', validator: this.verify.validateStandardItem2, trigger: 'change'} ], standYear: [ // {required: true, message: '标准年份/系列不能为空', trigger: 'change'}, From 0d89ec8e511b133e4695ea55e716cd504f48b57d Mon Sep 17 00:00:00 2001 From: zyn Date: Sat, 6 May 2023 17:54:44 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E6=A0=87=E5=87=86=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E6=B5=81=E7=A8=8B-=E4=BC=9A=E7=AD=BE=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/bzrk/step1.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue index 950ee8137..d1a9fef06 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue @@ -2406,7 +2406,7 @@ standNature: this.form.standNature, // 标准性质 standEnName: this.form.standEnName, // 英文名称 standName: this.form.standName, // 中文名称 - signFlag: '1', // 是否需要会签 + signFlag: '2', // 是否需要会签 textStatus: '', // 文本状态 standYear: '', // 标准年份 // standInData: data.standInData ? data.standInData : '0', // 标准类型 From d30f6f6200e931345d3b803c8d4b62a3440cfa65 Mon Sep 17 00:00:00 2001 From: zyn Date: Thu, 11 May 2023 09:13:46 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E5=BE=85=E5=8A=9E-=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home2/components/todoList/index.vue | 1835 ++--------------- 1 file changed, 203 insertions(+), 1632 deletions(-) diff --git a/src/pages/home2/components/todoList/index.vue b/src/pages/home2/components/todoList/index.vue index 702d4db09..cab5a7e71 100644 --- a/src/pages/home2/components/todoList/index.vue +++ b/src/pages/home2/components/todoList/index.vue @@ -18,11 +18,7 @@
接收 + @click="handleReceive(item)" v-if="authority(item)">接收
@@ -36,7 +32,7 @@