From 82d7a3aaefe37e4226a2ffa15621c427e9a9191c Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Tue, 22 Feb 2022 15:48:52 +0800 Subject: [PATCH] commit --- .../InputForStandardsForEnterprise.vue | 4 +- .../otherBussStandardDetails/index.vue | 11 +++++- .../details/otherStandardDetails/index.vue | 37 +++---------------- .../pages/creatProcess/bzrk/step1.vue | 1 - .../pages/creatProcess/bzzqyj/step3.vue | 1 - .../pages/creatProcess/bzzqyj/step4-1.vue | 1 - .../pages/creatProcess/bzzqyj/step4-2.vue | 1 - .../pages/creatProcess/bzzqyj/step4.vue | 1 - .../pages/creatProcess/bzzqyj/step5.vue | 1 - .../pages/creatProcess/bzzqyj/step6.vue | 1 - .../pages/creatProcess/bzzqyj/step7.vue | 1 - .../pages/creatProcess/bzzqyj/step8.vue | 1 - .../pages/creatProcess/bzzqyj/step9.vue | 1 - .../components/EnterpriseStandardDatabase.vue | 1 + 14 files changed, 18 insertions(+), 45 deletions(-) diff --git a/src/components/CustomFormComponents/InputForStandardsForEnterprise.vue b/src/components/CustomFormComponents/InputForStandardsForEnterprise.vue index 35f498e6d..ef68b3685 100644 --- a/src/components/CustomFormComponents/InputForStandardsForEnterprise.vue +++ b/src/components/CustomFormComponents/InputForStandardsForEnterprise.vue @@ -314,7 +314,6 @@ export default { // 代替政策编号确定 replaceLawsNumModelBt() { let textArr = [] - if (typeof this.value === 'string') { if (this.value) { textArr = this.value.split(',') @@ -337,7 +336,8 @@ export default { // 判断数据是国内外法规标准还是企业标准 if (this.dataSource === 'BUSINESS') { if (item.standYear != null && item.standYear !== '') { - texts = item.standCode + '-' + item.standYear + // texts = item.standCode + '-' + item.standYear + texts = item.standCode } else { texts = item.standCode } diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue index 3216c77e1..86cfcdc9d 100644 --- a/src/pages/details/otherBussStandardDetails/index.vue +++ b/src/pages/details/otherBussStandardDetails/index.vue @@ -502,6 +502,15 @@ :title="child.tips || '-'" > {{ !child.value || child.value === 'null' ? '-' : child.value }} + + + {{ child.value }} + - {{ item }} - +