From ed17051456bedcb959314035df2d23a8639396ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Wed, 23 Jun 2021 18:02:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E6=B8=85=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accessStandardsAndRegulations/index.vue | 10 +- .../page/listOfCountries.vue | 2 +- .../page/listOther.vue | 257 +- .../page/listProject.vue | 2 +- .../pages/addEdit.vue | 1778 +------------ .../pages/details.vue | 117 +- .../pages/otherAddEit.vue | 2284 +++++++++++++++++ .../pages/projectAddEit.vue | 2284 +++++++++++++++++ .../searchCenter/pages/standardSearch.vue | 1 + src/router/index.js | 28 +- 10 files changed, 4886 insertions(+), 1877 deletions(-) create mode 100644 src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue create mode 100644 src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue index 9327a4c2c..8f3fbecb8 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue @@ -12,11 +12,11 @@ - -
- -
-
+ + + + +
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue index eef3ef4b4..134daab78 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue @@ -258,7 +258,7 @@ export default { searchSarAccess() { this.$http.get("sarLawsDetailedList/sar-laws-detailed-list/getAllStand", { sortKey: 1, - ...this.sarSarAccessEOSearch + ...this.sarSarAccessEOSearch, }, { _this: this }, res => { diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue index deba43315..6c95fe1ee 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue @@ -3,7 +3,7 @@
- + 清空 + @click="clearSearch">清空 +
@@ -42,14 +43,16 @@ size="mini" @click="openModal(null,'addOpt')" v-btn-permission="'J2YEFN9MH4KWW5HMR2QH'" - >新增 + >新增 + 批量删除 + >批量删除 +
- 查看 - 编辑 - 删除 + 查看 + + 编辑 + + 删除 +
@@ -138,7 +148,8 @@ 数据获取中 - +
@@ -146,7 +157,7 @@ diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue new file mode 100644 index 000000000..7edf017a4 --- /dev/null +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue @@ -0,0 +1,2284 @@ + + + + diff --git a/src/pages/searchCenter/pages/standardSearch.vue b/src/pages/searchCenter/pages/standardSearch.vue index dafa34498..317df4050 100644 --- a/src/pages/searchCenter/pages/standardSearch.vue +++ b/src/pages/searchCenter/pages/standardSearch.vue @@ -2491,6 +2491,7 @@ export default { height: auto !important; min-height: 100%; font-size: 14px; + background: #0c91e5; /deep/.el-button--mini { height: 29px; } diff --git a/src/router/index.js b/src/router/index.js index 0872bd5bc..9d30d4059 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -725,7 +725,7 @@ const routes = [ // menuId: 'A594R75XEQ' } }, - // 标准法规库 - 标准法规清单 - 新增、编辑 + // 标准法规库 - 标准法规国家地区清单 - 新增、编辑 { path: '/listOfStandardsAndRegulationsDetails', name: 'ListOfStandardsAndRegulationsDetails', @@ -738,6 +738,32 @@ const routes = [ menuId: 'A594R75XEQ' } }, + // 标准法规库 - 标准法规项目清单 - 新增、编辑 + { + path: '/projectAddEit', + name: 'ProjectAddEit', + component: () => + import('@/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit'), + meta: { + requireAuth: true, + title: '标准法规清单管理', + parentPath: '/accessStandardsAndRegulations', + menuId: 'A594R75XEQ' + } + }, + // 标准法规库 - 标准法规其他清单 - 新增、编辑 + { + path: '/otherAddEit', + name: 'OtherAddEit', + component: () => + import('@/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit'), + meta: { + requireAuth: true, + title: '标准法规清单管理', + parentPath: '/accessStandardsAndRegulations', + menuId: 'A594R75XEQ' + } + }, // 未符合项跟踪 { path: '/nonConfomity',