From 0cb5f08bd643cb608750fec6095ebb20883b9a42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Mon, 6 Dec 2021 11:04:41 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E6=95=B0=E6=8D=AE=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/qbfs/step1-4.vue | 611 ++++++++++++++++++ .../pages/creatProcess/qbfs/step4.vue | 2 +- .../pages/creatProcess/qbfz/step1-7.vue | 589 +++++++++++++++++ .../pages/creatProcess/qbfz/step7.vue | 2 +- .../pages/creatProcess/qbzxdjhgk/step1-5.vue | 523 +++++++++++++++ .../pages/processDetail/index.vue | 9 + src/router/index.js | 27 + 7 files changed, 1761 insertions(+), 2 deletions(-) create mode 100644 src/pages/processCenter/pages/creatProcess/qbfs/step1-4.vue create mode 100644 src/pages/processCenter/pages/creatProcess/qbfz/step1-7.vue create mode 100644 src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step1-5.vue diff --git a/src/pages/processCenter/pages/creatProcess/qbfs/step1-4.vue b/src/pages/processCenter/pages/creatProcess/qbfs/step1-4.vue new file mode 100644 index 000000000..736bfb5b7 --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbfs/step1-4.vue @@ -0,0 +1,611 @@ + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbfs/step4.vue b/src/pages/processCenter/pages/creatProcess/qbfs/step4.vue index eeee1fbd4..4678b8f00 100644 --- a/src/pages/processCenter/pages/creatProcess/qbfs/step4.vue +++ b/src/pages/processCenter/pages/creatProcess/qbfs/step4.vue @@ -174,7 +174,7 @@
- +
+
+ + + + +
+
基础信息
+
审批历史
+
+ + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ {{ foldFormFlag ? "隐藏基础信息" : "展开基础信息" }} + + + + + + + + + + + + +
+
+ + +
+ + +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + 流程列表加载中 +
+
+ + +
+ + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbfz/step7.vue b/src/pages/processCenter/pages/creatProcess/qbfz/step7.vue index 6b17384ce..791ce3969 100644 --- a/src/pages/processCenter/pages/creatProcess/qbfz/step7.vue +++ b/src/pages/processCenter/pages/creatProcess/qbfz/step7.vue @@ -144,7 +144,7 @@
- +
+
+ + + + +
+
基础信息
+
审批历史
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ + +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + 流程列表加载中 +
+
+ + +
+ + + + + diff --git a/src/pages/processCenter/pages/processDetail/index.vue b/src/pages/processCenter/pages/processDetail/index.vue index 12cd6fc57..4169ed788 100644 --- a/src/pages/processCenter/pages/processDetail/index.vue +++ b/src/pages/processCenter/pages/processDetail/index.vue @@ -270,6 +270,15 @@ export default { } else if(prcType === '21') { // 参会流程 this.toProcessDetail('bzchStep6-1',row) + } else if(prcType === '23'){ + //企标复审 + this.toProcessDetail('qbzxdjhgkStep1-5',row) + }else if(prcType === '24'){ + //企标废止 + this.toProcessDetail('qbfzStep1-7',row) + }else if(prcType === '25'){ + //企标制修订计划管控 + this.toProcessDetail('qbzxdjhgkStep1-5',row) } } else { this.$message.warning('当前流程未全部办理完成,无法查看') diff --git a/src/router/index.js b/src/router/index.js index 1ce65e1db..66643815c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1589,6 +1589,15 @@ const routes = [ title: '企标复审流程' } }, + { + path: '/qbfsStep1-4', + name: 'qbfsStep1-4', + component: () => import('@/pages/processCenter/pages/creatProcess/qbfs/step1-4.vue'), + meta: { + requireAuth: true, + title: '企标复审流程' + } + }, //企标废止流程 { path: '/qbfzStep1', @@ -1653,6 +1662,15 @@ const routes = [ title: '企标废止流程' } }, + { + path: '/qbfzStep1-7', + name: 'qbfzStep1-7', + component: () => import('@/pages/processCenter/pages/creatProcess/qbfz/step1-7.vue'), + meta: { + requireAuth: true, + title: '企标废止流程' + } + }, //企标制修订计划管控流程 { path: '/qbzxdjhgkStep1', @@ -1699,6 +1717,15 @@ const routes = [ title: '企标制修订计划管控流程' } }, + { + path: '/qbzxdjhgkStep1-5', + name: 'qbzxdjhgkStep1-5', + component: () => import('@/pages/processCenter/pages/creatProcess/qbzxdjhgk/step1-5.vue'), + meta: { + requireAuth: true, + title: '企标制修订计划管控流程' + } + }, // 外部标准化协会入会流程 { path: '/bzrhStep1', From ac36dbfcc4e64f42cca3e233448723ec9458b5a1 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Mon, 6 Dec 2021 11:05:19 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E5=9B=BD=E5=86=85=E5=BA=93=E7=9A=84?= =?UTF-8?q?=E6=96=B0=E8=BD=A6=E5=9E=8B=E5=AE=9E=E6=96=BD=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E5=92=8C=E5=9C=A8=E4=BA=A7=E8=BD=A6=E5=AE=9E=E6=96=BD=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E5=A4=9A=E4=B8=AA=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 2eeed91c5..8c96408b6 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -270,8 +270,8 @@ {{ scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ.substring(0, 10) : '-' }} - {{ scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ.substring(0, 10) : '-' }} + style="color: #F56C6C">{{ scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ : '-' }} + {{ scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ : '-' }} Date: Mon, 6 Dec 2021 13:52:15 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E4=BC=81=E6=A0=87=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=88=86=E9=A1=B5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/qbfs/step1.vue | 30 ++++++++++++++-- .../pages/creatProcess/qbfz/step1.vue | 34 ++++++++++++++++--- 2 files changed, 57 insertions(+), 7 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbfs/step1.vue b/src/pages/processCenter/pages/creatProcess/qbfs/step1.vue index 965223069..952d7543c 100644 --- a/src/pages/processCenter/pages/creatProcess/qbfs/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbfs/step1.vue @@ -207,7 +207,7 @@ type="primary" class="common-button-primary" size="small" - @click="getStandDataBtn"> + @click="getStandDataBtns"> 查询 @@ -225,7 +225,7 @@ tooltip-effect="dark" style="width: 100%" border - height="100%" + class="table-height" :header-cell-style="{background: '#f5f1f1', color: '#333333', fontSize: '16px', fontWeight: 'bold', height: '48px'}" @selection-change="selectListChange" @@ -461,6 +461,20 @@ export default { this.getStandDataBtn() this.ListModel = true; }, + getStandDataBtns(){ + this.$http.get('lawss/sarBussionessStand/getSarBussionStandPage',{ + standCode: this.standardSearch.standCode, + standName: this.standardSearch.standName, + page: 1, + pageSize: this.pageSize, + }, { + _this: this, + }, res => { + this.page = 1 + this.standinfoList = res.data.list + this.total = res.data.count + }) + }, //企业标准查询this.standardSearch, getStandDataBtn(){ this.$http.get('lawss/sarBussionessStand/getSarBussionStandPage',{ @@ -478,6 +492,7 @@ export default { }, //企业标准清空 clearSearch(){ + this.page = 1 this.standardSearch = { standCode: '', standName: '' @@ -792,7 +807,16 @@ export default { width: 210px; } } - + .table-height{ + height: calc(~'100% - 65px'); + overflow: auto; + } + .el-table::before { + content: ''; + position: absolute; + background-color: #EBEEF5; + z-index: 0; + } .demo-drawer-content { margin-top: 10px; } diff --git a/src/pages/processCenter/pages/creatProcess/qbfz/step1.vue b/src/pages/processCenter/pages/creatProcess/qbfz/step1.vue index 3df3dc672..dc828cc1e 100644 --- a/src/pages/processCenter/pages/creatProcess/qbfz/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbfz/step1.vue @@ -30,7 +30,8 @@ @@ -38,6 +39,7 @@ v-model="standardSearch.standName" placeholder="请输入中文名称" clearable + readonly >
@@ -225,7 +227,7 @@ type="primary" class="common-button-primary" size="small" - @click="getStandDataBtn"> + @click="getStandDataBtns"> 查询 @@ -243,7 +245,7 @@ tooltip-effect="dark" style="width: 100%" border - height="100%" + class="table-height" :header-cell-style="{background: '#f5f1f1', color: '#333333', fontSize: '16px', fontWeight: 'bold', height: '48px'}" @selection-change="selectListChange" @@ -498,6 +500,20 @@ export default { this.getStandDataBtn() this.ListModel = true; }, + getStandDataBtns(){ + this.$http.get('lawss/sarBussionessStand/getSarBussionStandPage',{ + standCode: this.standardSearch.standCode, + standName: this.standardSearch.standName, + page: 1, + pageSize: this.pageSize, + }, { + _this: this, + }, res => { + this.page = 1 + this.standinfoList = res.data.list + this.total = res.data.count + }) + }, //企业标准查询 getStandDataBtn(){ this.$http.get('lawss/sarBussionessStand/getSarBussionStandPage',{ @@ -515,6 +531,7 @@ export default { }, //企业标准清空 clearSearch(){ + this.page = 1 this.standardSearch = { standCode: '', standName: '' @@ -857,7 +874,16 @@ export default { width: 210px; } } - + .table-height{ + height: calc(~'100% - 65px'); + overflow: auto; + } + .el-table::before { + content: ''; + position: absolute; + background-color: #EBEEF5; + z-index: 0; + } .demo-drawer-content { margin-top: 10px; } From bc4059dee7d34b33c87a72a687e2f898a094320c Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Mon, 6 Dec 2021 14:09:01 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E9=A2=84=E8=AD=A6=E7=9A=84=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E5=88=86=E9=9A=94=E4=BA=A4=E7=BB=99=E5=90=8E=E7=AB=AF?= =?UTF-8?q?=E5=81=9A=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standardWarning.vue | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/src/pages/localTool/standardWarning.vue b/src/pages/localTool/standardWarning.vue index 6eccce155..70920b1d3 100644 --- a/src/pages/localTool/standardWarning.vue +++ b/src/pages/localTool/standardWarning.vue @@ -439,8 +439,6 @@ export default { }, { _this: this, }, res => { - console.log('608',res) - // console.log('608',res.data.records[0].zccssrq.replace(' 00:00:00','')) // 适用车型转换 for (let a = 0; a < res.data.records.length; a++) { if (res.data.records[a].applyType !== null) { @@ -455,26 +453,6 @@ export default { } } } - for (let i = 0; i < res.data.records.length; i++) { - let putTimeReplaceTimes = res.data.records[i].putTime.length/19 - let ssrqReplaceTimes = res.data.records[i].ssrq.length/19 - let xcxssrqReplaceTimes = res.data.records[i].xcxssrq.length/19 - let zccssrqReplaceTimes = res.data.records[i].zccssrq.length/19 - - for (let j = 0; j < putTimeReplaceTimes; j++) { - res.data.records[i].putTime = res.data.records[i].putTime.replace(' 00:00:00','') - } - for (let j = 0; j < ssrqReplaceTimes; j++) { - res.data.records[i].ssrq = res.data.records[i].ssrq.replace(' 00:00:00','') - } - for (let j = 0; j < xcxssrqReplaceTimes; j++) { - res.data.records[i].xcxssrq = res.data.records[i].xcxssrq.replace(' 00:00:00','') - } - for (let j = 0; j < zccssrqReplaceTimes; j++) { - res.data.records[i].zccssrq = res.data.records[i].zccssrq.replace(' 00:00:00','') - } - - } this.warningTableDatas = res.data.records this.pageConfig.page = res.data.current if ((this.warningTableDatas.length === 0 || this.warningTableDatas === []) && this.pageConfig.page !== 1) {