From fa116671f9eee2ffb6f06f6025fb1be3140e1ed2 Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Sun, 12 Dec 2021 14:40:01 +0800 Subject: [PATCH 01/10] commit --- .../foreignStandardsAndRegulations/index.vue | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index 15f79a041..3a4691c0f 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -341,7 +341,6 @@
- - - - - - - - - - - - - - - - - - - - - - - - - -
From 34b31ba824310e74395e253fa6950b4ab0c8b2a9 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Sun, 12 Dec 2021 14:47:57 +0800 Subject: [PATCH 02/10] =?UTF-8?q?=E5=88=86=E8=A7=A3=E5=8D=95=E5=9B=9B?= =?UTF-8?q?=E4=B8=AA=E5=88=97=E5=8F=98=E5=AE=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index b40fd024c..1859f43f6 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -688,12 +688,14 @@ @@ -705,7 +707,7 @@ + width="170"> Date: Sun, 12 Dec 2021 15:05:36 +0800 Subject: [PATCH 03/10] =?UTF-8?q?=E4=BC=81=E6=A0=87=E5=BA=93=EF=BC=8C?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=9C=86=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/EnterpriseStandardDatabase.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index 64a078d7d..a28fb7f1d 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -233,7 +233,7 @@ 模板下载--> 批量删除 配置标准 移除标准 From 1e20a462b36e072e397b4b7d511b20933f3de2f5 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Sun, 12 Dec 2021 15:07:08 +0800 Subject: [PATCH 04/10] =?UTF-8?q?=E6=9D=A1=E6=AC=BE=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=86=8D=E5=AE=BD=E4=B8=80=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 1859f43f6..d456e7f62 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -688,7 +688,7 @@ From 3464070bd4195f68927e0cd89784f0807eac65f7 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Sun, 12 Dec 2021 15:19:38 +0800 Subject: [PATCH 05/10] =?UTF-8?q?=E5=9B=BD=E5=86=85=E5=85=B3=E8=81=94?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=9B=9B=E9=A1=B9=E5=8E=BB=E9=99=A4100?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 52208b187..39a624470 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -5185,16 +5185,17 @@ export default { rules.issueTime = [{required: false, message: '发布日期不能为空', trigger: 'change'}] } if (item.attrLen && item.attrType !== 'INPUT_NUM' && item.attrType !== 'DATE_PICKER' && item.attrType !== 'SEL_OPTION' && item.attrType !== 'SEL_OPTS' && item.attrType !== 'DATE_PIC_OPTS') { - if (item.attrField === 'DTBJH' || item.attrField === 'YYBJ') { - rule.push({type: 'string', max: 100, message: `${item.attrName}不能超过100个字符`, trigger: 'blur'}) - } else { - rule.push({ - type: 'string', - max: item.attrLen, - message: `${item.attrName}不能超过${item.attrLen}个字符`, - trigger: 'blur' - }) - } + + // if (item.attrField === 'DTBJH' || item.attrField === 'YYBJ') { + // rule.push({type: 'string', max: 100, message: `${item.attrName}不能超过100个字符`, trigger: 'blur'}) + // } else { + // rule.push({ + // type: 'string', + // max: item.attrLen, + // message: `${item.attrName}不能超过${item.attrLen}个字符`, + // trigger: 'blur' + // }) + // } } if (item.attrField === 'DTBJH' || item.attrField === 'YYBJ' || item.attrField === 'BYYBJ' || item.attrField === 'CBBH') { // rule.push({validator: this.verify.validateStandardItem, trigger: 'blur'}) From 088ca94944a9a67268cb8117547791797bfd9958 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Sun, 12 Dec 2021 15:29:30 +0800 Subject: [PATCH 06/10] =?UTF-8?q?=E6=9D=A1=E6=AC=BE=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=86=8D=E5=AE=BD=E4=B8=80=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index d456e7f62..923cfd054 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -672,7 +672,6 @@ @@ -682,13 +681,12 @@ prop="itemsNum" width="90" label="条款号" - align="center" > @@ -710,12 +708,10 @@ width="170" label="核心技术要求/变化点" show-overflow-tooltip - align="center" > From af93e102fa04be3fc4c93ad247afdf86d562db45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Sun, 12 Dec 2021 15:29:35 +0800 Subject: [PATCH 07/10] =?UTF-8?q?=E6=9C=AA=E7=AC=A6=E5=90=88=E9=A1=B9?= =?UTF-8?q?=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/complianceDetails/index.vue | 7 + .../pages/rectificationDatabase.vue | 403 ++++++++++++++---- 2 files changed, 324 insertions(+), 86 deletions(-) diff --git a/src/pages/details/complianceDetails/index.vue b/src/pages/details/complianceDetails/index.vue index aea6be615..4cb725b59 100644 --- a/src/pages/details/complianceDetails/index.vue +++ b/src/pages/details/complianceDetails/index.vue @@ -16,6 +16,7 @@ @@ -34,6 +35,7 @@