From f5d20984dbe8d335db29b59339cba967bf6caa94 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Mon, 12 Jul 2021 18:08:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=BF=81=E7=A7=BB=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=A0=87=E5=87=86=E5=BA=93=E5=88=86=E9=A1=B5url=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=20=E6=A0=87=E5=87=86=E8=AF=A6=E6=83=85=E5=AF=B9?= =?UTF-8?q?=E5=BA=94=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../InputForAllStandards.vue | 2 +- .../InputForStandAndForeign.vue | 4 +- .../InputForStandards.vue | 4 +- .../InputForStandardsForEnterprise.vue | 2 +- .../InputForStandardsForForeign.vue | 2 +- .../details/otherStandardDetails/index.vue | 95 +++++++++++-------- .../components/warningStandard.vue | 2 +- .../components/ProcessSearchAllStandard.vue | 2 +- .../components/EnterpriseStandardDatabase.vue | 2 +- .../components/StandardSelect.vue | 2 +- 10 files changed, 66 insertions(+), 51 deletions(-) diff --git a/src/components/CustomFormComponents/InputForAllStandards.vue b/src/components/CustomFormComponents/InputForAllStandards.vue index 9921e957f..ed9bae380 100644 --- a/src/components/CustomFormComponents/InputForAllStandards.vue +++ b/src/components/CustomFormComponents/InputForAllStandards.vue @@ -226,7 +226,7 @@ export default { this.quoteIdList1 = [] this.replaceLawsNumForm.quoteIdList = '' } - this.$http.get('lawss/sarStandardsInfo/getSarStandardsInfoPage', this.replaceLawsNumForm, { + this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage', this.replaceLawsNumForm, { _this: this, loading: 'replaceLoading' }, res => { diff --git a/src/components/CustomFormComponents/InputForStandAndForeign.vue b/src/components/CustomFormComponents/InputForStandAndForeign.vue index 25cd1b5f2..50545c954 100644 --- a/src/components/CustomFormComponents/InputForStandAndForeign.vue +++ b/src/components/CustomFormComponents/InputForStandAndForeign.vue @@ -238,7 +238,7 @@ export default { } this.replaceLawsNumForm.page = 1 this.replacePage = 1 - this.$http.get('lawss/sarStandardsInfo/getSarStandardsInfoPage', this.replaceLawsNumForm, { + this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage', this.replaceLawsNumForm, { _this: this, loading: 'replaceLoading' }, res => { @@ -265,7 +265,7 @@ export default { this.replaceLawsNumForm.quoteIdList = '' } this.replaceLawsNumForm.standType = this.config.attrField === 'CBBH' ? 'FOREIGN' : 'INLAND' - this.$http.get('lawss/sarStandardsInfo/getSarStandardsInfoPage', this.replaceLawsNumForm, { + this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage', this.replaceLawsNumForm, { _this: this, loading: 'replaceLoading' }, res => { diff --git a/src/components/CustomFormComponents/InputForStandards.vue b/src/components/CustomFormComponents/InputForStandards.vue index f21a6c117..13cd59906 100644 --- a/src/components/CustomFormComponents/InputForStandards.vue +++ b/src/components/CustomFormComponents/InputForStandards.vue @@ -226,7 +226,7 @@ export default { } this.replaceLawsNumForm.page = 1 this.replacePage = 1 - this.$http.get('lawss/sarStandardsInfo/getSarStandardsInfoPage', this.replaceLawsNumForm, { + this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage', this.replaceLawsNumForm, { _this: this, loading: 'replaceLoading' }, res => { @@ -253,7 +253,7 @@ export default { this.replaceLawsNumForm.quoteIdList = '' } // this.replaceLawsNumForm.standType = this.config.attrField === 'CBBH' ? 'FOREIGN' : 'INLAND' - this.$http.get('lawss/sarStandardsInfo/getSarStandardsInfoPage', this.replaceLawsNumForm, { + this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage', this.replaceLawsNumForm, { _this: this, loading: 'replaceLoading' }, res => { diff --git a/src/components/CustomFormComponents/InputForStandardsForEnterprise.vue b/src/components/CustomFormComponents/InputForStandardsForEnterprise.vue index d8d781c58..2dd49786c 100644 --- a/src/components/CustomFormComponents/InputForStandardsForEnterprise.vue +++ b/src/components/CustomFormComponents/InputForStandardsForEnterprise.vue @@ -256,7 +256,7 @@ export default { formData.standType = this.replaceLawsNumForm.dataSource === 'INLAND_STAND' ? 'INLAND' : this.replaceLawsNumForm.dataSource === 'FOREIGN_STAND' ? 'FOREIGN' : '' formData.standNumber = formData.numberName - let url = this.replaceLawsNumForm.dataSource === 'BUSINESS' ? 'lawss/sarBussionessStand/getSarBussionStandPage' : 'lawss/sarStandardsInfo/getSarStandardsInfoPage' + let url = this.replaceLawsNumForm.dataSource === 'BUSINESS' ? 'lawss/sarBussionessStand/getSarBussionStandPage' : 'sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage' this.$http.get(url, formData, { _this: this, loading: 'replaceLoading' diff --git a/src/components/CustomFormComponents/InputForStandardsForForeign.vue b/src/components/CustomFormComponents/InputForStandardsForForeign.vue index e05ff727d..31d90ad21 100644 --- a/src/components/CustomFormComponents/InputForStandardsForForeign.vue +++ b/src/components/CustomFormComponents/InputForStandardsForForeign.vue @@ -234,7 +234,7 @@ export default { this.quoteIdList1 = [] this.replaceLawsNumForm.quoteIdList = '' } - this.$http.get('lawss/sarStandardsInfo/getSarStandardsInfoPage', this.replaceLawsNumForm, { + this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage', this.replaceLawsNumForm, { _this: this, loading: 'replaceLoading' }, res => { diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 867093e59..5ae4c2ef4 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -8,36 +8,6 @@
-
-
标准信息 -
-
- - - 更新记录 - - -
-
-
-

{{ sarStandardsInfoEO.standName || '-' }}

-

{{ sarStandardsInfoEO.standEnName || '-' }}

-

- - {{ sarStandardsInfoEO.standSortShow + ' ' + sarStandardsInfoEO.standNumber + '-' + sarStandardsInfoEO.standYear }} - {{ sarStandardsInfoEO.standSort + ' ' + sarStandardsInfoEO.standNumber }} -

-

- - {{ sarStandardsInfoEO.textStatus || '-' }} -

-

{{ sarStandardsInfoEO.issueTime || '-' }}

- - - -
-
+
{{ item.label }}
+
+
{{ item.label }}
+
+
+ + +
+ + + 更新记录 + + +
+
+
+
+