From bf0e99597704c2e2f68df5716dfb105ef39c5cf8 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, 30 Jun 2021 15:52:19 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E5=8D=95=E6=B5=81=E7=A8=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../pages/creatProcess/bzqdfb/step1.vue | 659 ++++++++++++++++++
.../pages/creatProcess/bzqdfb/step2.vue | 13 +
.../processCenter/pages/newProcess/index.vue | 5 +
.../pages/addEdit.vue | 1 -
.../searchCenter/pages/standardSearch.vue | 26 +-
src/router/index.js | 18 +
6 files changed, 706 insertions(+), 16 deletions(-)
create mode 100644 src/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue
create mode 100644 src/pages/processCenter/pages/creatProcess/bzqdfb/step2.vue
diff --git a/src/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue b/src/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue
new file mode 100644
index 000000000..6f9b6ffd5
--- /dev/null
+++ b/src/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue
@@ -0,0 +1,659 @@
+
+
+
+
+ 标准清单发布/更新流程
+ 申请人发起流程
+
+
+
+
+
+ 基础信息
+
+
+
+
+
+
+ 国家/地区清单
+ 项目清单
+ 其他清单
+
+ 带入
+
+
+
+
+
+
+ {{ opt.label }}
+
+
+
+
+
+
+
+ 点击上传
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+ 填写信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 标准/政策法规工程师
+
+
+
+
+
+
+
+ 责任人
+
+
+
+
+
+
+
+
+
+ 责任人
+
+
+
+
+
+
+
+ 业务经理
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.detailedListName }}
+
+
+
+
+ 未发布
+ 已发布
+
+
+
+
+ {{ scope.row.detailedListVision
+ }}
+
+
+
+
+ {{ scope.row.applicationScope
+ }}
+
+
+
+
+
+ {{ scope.row.updateTime ? $moment(scope.row.updateTime).format("YYYY-MM-DD hh:mm:ss") : scope.row.updateTime
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.detailedListName }}
+
+
+
+
+ 未发布
+ 已发布
+
+
+
+
+ {{ scope.row.detailedListVision
+ }}
+
+
+
+
+ {{ scope.row.applicationScope
+ }}
+
+
+
+
+
+ {{ scope.row.updateTime ? $moment(scope.row.updateTime).format("YYYY-MM-DD hh:mm:ss") : scope.row.updateTime
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.detailedListName }}
+
+
+
+
+ 未发布
+ 已发布
+
+
+
+
+ {{ scope.row.detailedListVision
+ }}
+
+
+
+
+ {{ scope.row.applicationScope
+ }}
+
+
+
+
+
+ {{ scope.row.updateTime ? $moment(scope.row.updateTime).format("YYYY-MM-DD hh:mm:ss") : scope.row.updateTime
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/processCenter/pages/creatProcess/bzqdfb/step2.vue b/src/pages/processCenter/pages/creatProcess/bzqdfb/step2.vue
new file mode 100644
index 000000000..88296df3c
--- /dev/null
+++ b/src/pages/processCenter/pages/creatProcess/bzqdfb/step2.vue
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
diff --git a/src/pages/processCenter/pages/newProcess/index.vue b/src/pages/processCenter/pages/newProcess/index.vue
index efed470a0..430f05577 100644
--- a/src/pages/processCenter/pages/newProcess/index.vue
+++ b/src/pages/processCenter/pages/newProcess/index.vue
@@ -9,6 +9,7 @@
标准征求意见流程
标准需求(翻译)申请流程
标准发放申请流程
+ 标准清单发布/更新流程
@@ -77,6 +78,10 @@ export default {
// 标准发放申请流程
break
case '6':
+ //标准清单发布流程
+ this.$router.push({
+ name:'bzqdfbStep1'
+ })
break
case '7':
break
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue
index c2fb62cd7..5d1c33c45 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue
@@ -1512,7 +1512,6 @@ export default {
_this: this,
loading: 'dataLoading'
}, res => {
- console.log(res.data.list);
res.data.list[0].list.map(item => {
item.newPutTextTime = null
item.prodPutTextTime = null
diff --git a/src/pages/searchCenter/pages/standardSearch.vue b/src/pages/searchCenter/pages/standardSearch.vue
index f9eb6f226..875e7bc49 100644
--- a/src/pages/searchCenter/pages/standardSearch.vue
+++ b/src/pages/searchCenter/pages/standardSearch.vue
@@ -192,7 +192,7 @@ export default {
resultLoading: false,
total: 0,
page: 1,
- zqazqazqa:[],
+ searchData: [],
pageAll: 1,
totalAll: 0,
Allitems: [], // 选中全部返回数据
@@ -242,12 +242,11 @@ export default {
]
}
];
- res.data.forEach((info) => {
- _this.searchOptions.push(info);
- let resdata = JSON.parse(JSON.stringify(_this.searchOptions));
- let data = resdata.slice(0, 6);
- _this.searchOptions =data;
- });
+ _this.searchData = res.data;
+ for (let i = 0; i < res.data.length; i++) {
+ if (_this.searchOptions.length >= 6) break;
+ _this.searchOptions.push(res.data[i]);
+ }
}, e => {
});
},
@@ -268,13 +267,17 @@ export default {
this.AllCheck = true;
//点击全部显示分页
this.AllPage = true;
- this.searchOptions = [condition];
+ this.searchOptions = [condition]
this.searchCondition.selectIndex = ["All"];
this.searchSarByInputKey();
} else {
this.AllPage = false;
this.Allitems = [];
this.AllCheck = false;
+ for (let i = 0; i < this.searchData.length; i++) {
+ if (this.searchOptions.length >= 6) break;
+ this.searchOptions.push(this.searchData[i]);
+ }
}
} else {
this.AllPage = false;
@@ -574,17 +577,10 @@ export default {
.search-condition {
width: 100%;
- /*min-height: 200px;*/
- min-height: 200px;
position: relative;
- //border: 1px solid @borderColor;
border-bottom: 1px solid @borderColor;
-
margin-top: 15px;
- //background-color: hsla(0,0%,100%,.9);
- //border-radius: 20px;
padding: 10px;
- //overflow: auto;
max-height: 300px;
.condition-btn {
diff --git a/src/router/index.js b/src/router/index.js
index 71676e073..95bc69384 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -240,6 +240,24 @@ const routes = [
title: '标准发放申请流程'
}
},
+ {
+ path: '/bzqdfbStep1',
+ name: 'bzqdfbStep1',
+ component: () => import('@/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue'),
+ meta: {
+ requireAuth: true,
+ title: '标准清单发布/更新流程'
+ }
+ },
+ {
+ path: '/bzqdfbStep2',
+ name: 'bzqdfbStep2',
+ component: () => import('@/pages/processCenter/pages/creatProcess/bzqdfb/step2.vue'),
+ meta: {
+ requireAuth: true,
+ title: '标准清单发布/更新流程'
+ }
+ },
{
path: '/bzrkStep1',
name: 'bzrkStep1',