diff --git a/src/components/CustomFormComponents/InputForStandardsForEnterprise.vue b/src/components/CustomFormComponents/InputForStandardsForEnterprise.vue index 2dd49786c..a4993dac7 100644 --- a/src/components/CustomFormComponents/InputForStandardsForEnterprise.vue +++ b/src/components/CustomFormComponents/InputForStandardsForEnterprise.vue @@ -138,7 +138,7 @@ @pageChange="pageChangeReplace" @pageSizeChange="pageSizeChangeReplace">
diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue index 56cf10aca..1a187eead 100644 --- a/src/components/navMenu/index.vue +++ b/src/components/navMenu/index.vue @@ -135,11 +135,11 @@ export default { // // // title: '本地产品/项目库', // // // path: '/localProductsOrProjectLibrary' // // // }, - /*{ + { title: '企业标准库', path: '/enterpriseStandardDatabase', - menuId: '01ed8f752748227777b3572d56ee9ab5' - },*/ + menuId: '7feeb73929c25a6f1fd67952704ec02b' + }, // { // title: '企标制修订计划', // path: '/enterBSysRevPlanManaLib', diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue index 202a871fd..9bc328c69 100644 --- a/src/pages/details/otherBussStandardDetails/index.vue +++ b/src/pages/details/otherBussStandardDetails/index.vue @@ -3,52 +3,11 @@{{ sarStandardsInfoEO.standCode }}
-{{ sarStandardsInfoEO.standName || '-' }}
-{{ sarStandardsInfoEO.standEnName || '-' }}
-- {{ sarStandardsInfoEO.standStatusShow || '-' }} -
-{{ sarStandardsInfoEO.issueTime || '-' }}
-{{ sarStandardsInfoEO.putTime || '-' }}
-- - - {{item}} - - - - {{'-' }} - -
-- - - {{item}} - - - - {{'-' }} - -
-{{ sarStandardsInfoEO.standCode }}
+{{ sarStandardsInfoEO.standName || '-' }}
+{{ sarStandardsInfoEO.standEnName || '-' }}
++ {{ sarStandardsInfoEO.standStatusShow || '-' }} +
+{{ sarStandardsInfoEO.issueTime || '-' }}
+{{ sarStandardsInfoEO.putTime || '-' }}
+- + {{ sarStandardsInfoEO.standSortShow + ' ' + sarStandardsInfoEO.standNumber + '-' + sarStandardsInfoEO.standYear }} @@ -70,7 +70,7 @@ sarStandardsInfoEO.issueTime || '-' }}
- {{ + {{ sarStandardsInfoEO.isRelateAccess ? (sarStandardsInfoEO.isRelateAccess === '1' ? '是' : '否') : '-' }}
@@ -3023,8 +3023,8 @@ export default { .basic-information-content { color: #333333; - font-size: 18px; - font-weight: 400; + font-size: 16px; + /*font-weight: 400;*/ .standard-text { height: 50px; @@ -3147,8 +3147,8 @@ export default { .basic-information-content { color: #333333; - font-size: 18px; - font-weight: 400; + font-size: 16px; + /*font-weight: 400;*/ .standard-text { height: 50px; diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue index cf8d0d45c..286380794 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue @@ -1360,11 +1360,12 @@ export default { loading: 'loadData' }, res => { if (res.ok) { - if(res.message === '修改成功'){ - this.$router.push({ - name: 'AccessStandardsAndRegulations' - }) - } + this.$message.success('修改成功') + this.$router.push({ + name: 'AccessStandardsAndRegulations' + }) + } else { + this.$message.error('已存在此国家/地区清单,修改失败') } }, e => { }) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue index 0e535e5b0..5013827b8 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue @@ -1304,6 +1304,7 @@ export default { }, res => { if (res.ok) { this.isNext = true + this.$message.success('修改成功') this.$router.push({ name: 'AccessStandardsAndRegulations' }) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue index 6761aa645..43f6c4d65 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue @@ -6,50 +6,51 @@