From cfec86ba0c56b4fe4a69618ea9e256e013a0a650 Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Fri, 24 Dec 2021 09:35:01 +0800 Subject: [PATCH 1/8] =?UTF-8?q?=E6=B8=85=E5=8D=95=E6=8A=BD=E5=B1=89?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A1=AE=E8=AE=A4=E6=B7=BB=E5=8A=A0=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E7=A9=BA=E7=9A=84=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accessStandardsAndRegulations/pages/addEdit.vue | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue index edc19d107..26874117b 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue @@ -1267,7 +1267,6 @@ export default { }, // 编辑按钮 editTghisRow(row) { - console.log(row); // 用来储存取消时原来的数据,防止取消时修改 localStorage.setItem("obj", JSON.stringify(row)); @@ -1300,14 +1299,13 @@ export default { }, // 抽屉提交按钮 saveInfo() { - console.log(this.editRowData); - if (this.editRowData.ssrq !== '') { + if (this.editRowData.ssrq !== '' && this.editRowData.ssrq !== null) { this.editRowData.ssrq = this.editRowData.ssrq.join(',') } - if (this.editRowData.xcxssrqgj !== ''){ + if (this.editRowData.xcxssrqgj !== '' && this.editRowData.xcxssrqgj !== null){ this.editRowData.xcxssrqgj = this.editRowData.xcxssrqgj.join(',') } - if (this.editRowData.zccssrqgj !== ''){ + if (this.editRowData.zccssrqgj !== '' && this.editRowData.zccssrqgj !== null){ this.editRowData.zccssrqgj = this.editRowData.zccssrqgj.join(',') } this.drawerEdit = false @@ -2127,8 +2125,6 @@ export default { this.$http.get('sys/dictype/getDicTypeListCode', '', { _this: this }, res => { - console.log('能源类型',res.data.NYLXCLASS); - console.log('适用车型',res.data.ENERGYTYPES); this.allSelectOptions = res.data || {} this.regionOptions = res.data.REGION // 基础信息 区域list this.applyArcticOptions = res.data.NYLXCLASS // 能源类型 From cd266ad321f1783f836d043910ba1cd59e13902f Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Fri, 24 Dec 2021 09:39:01 +0800 Subject: [PATCH 2/8] =?UTF-8?q?=E8=B5=84=E6=96=99=E4=B8=AD=E5=BF=83=20-=20?= =?UTF-8?q?=E8=AF=A6=E6=83=85=20-=20=E9=A1=B5=E9=9D=A2=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E6=95=88=E6=9E=9C=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../regulatoryRepository/dataCenter/dataCenterDetail.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/dataCenter/dataCenterDetail.vue b/src/pages/regulatoryRepository/dataCenter/dataCenterDetail.vue index 546107e42..ba38edda4 100644 --- a/src/pages/regulatoryRepository/dataCenter/dataCenterDetail.vue +++ b/src/pages/regulatoryRepository/dataCenter/dataCenterDetail.vue @@ -29,7 +29,7 @@

- {{ item.name }} + {{ item.name }} Date: Fri, 24 Dec 2021 09:45:52 +0800 Subject: [PATCH 3/8] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/phone/bzqdfb/step4.vue | 42 +++++++++---------- .../pages/phone/cywbbzzxd/step4.vue | 42 +++++++++---------- .../pages/phone/cywbbzzxd/step5.vue | 42 +++++++++---------- .../pages/phone/cywbbzzxd/step6.vue | 42 +++++++++---------- .../pages/phone/jrbzhxh/step3.vue | 42 +++++++++---------- .../pages/phone/jrbzhxh/step4.vue | 42 +++++++++---------- .../processCenter/pages/phone/qbfs/step4.vue | 42 +++++++++---------- .../processCenter/pages/phone/qbfz/step2.vue | 42 +++++++++---------- .../processCenter/pages/phone/qbfz/step5.vue | 22 +--------- .../processCenter/pages/phone/qbfz/step6.vue | 22 +--------- .../processCenter/pages/phone/qbfz/step7.vue | 22 +--------- .../pages/phone/qbzxdjhgk/step2.vue | 22 +--------- .../pages/phone/qbzxdjhgk/step3.vue | 22 +--------- .../pages/phone/qbzxdjhgk/step4.vue | 22 +--------- .../pages/phone/qbzxdjhgk/step5.vue | 22 +--------- .../processCenter/pages/phone/wbsm/step3.vue | 22 +--------- .../processCenter/pages/phone/wbsm/step4.vue | 22 +--------- .../processCenter/pages/phone/wbsm/step5.vue | 22 +--------- .../processCenter/pages/phone/xmpg/step2.vue | 22 +--------- .../processCenter/pages/phone/xmpg/step5.vue | 22 +--------- .../processCenter/pages/phone/xmpg/step6.vue | 22 +--------- .../processCenter/pages/phone/xmpg/step7.vue | 22 +--------- .../pages/phone/xmpg2/step10.vue | 22 +--------- .../pages/phone/xmpg2/step11.vue | 22 +--------- .../pages/phone/xmpg2/step12.vue | 22 +--------- .../processCenter/pages/phone/xmpg2/step2.vue | 22 +--------- .../processCenter/pages/phone/xmpg2/step7.vue | 22 +--------- .../processCenter/pages/phone/xmpg2/step8.vue | 22 +--------- .../processCenter/pages/phone/xmpg2/step9.vue | 22 +--------- .../pages/phone/xmqdqr/step5.vue | 22 +--------- .../pages/phone/zczqyj/step4.vue | 22 +--------- .../pages/phone/zczqyj/step5.vue | 22 +--------- .../pages/phone/zczqyj/step6.vue | 22 +--------- .../pages/phone/zczqyj/step7.vue | 22 +--------- .../pages/phone/zczqyj/step8.vue | 22 +--------- .../pages/phone/zczqyj/step9.vue | 22 +--------- 36 files changed, 196 insertions(+), 756 deletions(-) diff --git a/src/pages/processCenter/pages/phone/bzqdfb/step4.vue b/src/pages/processCenter/pages/phone/bzqdfb/step4.vue index c3d7e0ab6..f06e8a654 100644 --- a/src/pages/processCenter/pages/phone/bzqdfb/step4.vue +++ b/src/pages/processCenter/pages/phone/bzqdfb/step4.vue @@ -514,33 +514,33 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } + //.headerTabs { + // height: 52px; + // display: flex; + // align-items: center; + // position: absolute; + // top: 52px; + // right: 10px; + // .headerTabsItem { + // border: 1px solid #c1c1c1; + // padding: 0 5px; + // height: 30px; + // line-height: 30px; + // cursor: pointer; + // } + // .active { + // border: 1px solid #E6A23C; + // color: #fff; + // background: #E6A23C; + // } + //} .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/cywbbzzxd/step4.vue b/src/pages/processCenter/pages/phone/cywbbzzxd/step4.vue index 7cb95b24a..8347666a7 100644 --- a/src/pages/processCenter/pages/phone/cywbbzzxd/step4.vue +++ b/src/pages/processCenter/pages/phone/cywbbzzxd/step4.vue @@ -428,33 +428,33 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 75px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } + //.headerTabs { + // height: 52px; + // display: flex; + // align-items: center; + // position: absolute; + // top: 75px; + // right: 10px; + // .headerTabsItem { + // border: 1px solid #c1c1c1; + // padding: 0 5px; + // height: 30px; + // line-height: 30px; + // cursor: pointer; + // } + // .active { + // border: 1px solid #E6A23C; + // color: #fff; + // background: #E6A23C; + // } + //} .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 180px'); + //height: calc(~'100% - 180px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/cywbbzzxd/step5.vue b/src/pages/processCenter/pages/phone/cywbbzzxd/step5.vue index 95c9a13f0..3fea10ac6 100644 --- a/src/pages/processCenter/pages/phone/cywbbzzxd/step5.vue +++ b/src/pages/processCenter/pages/phone/cywbbzzxd/step5.vue @@ -428,33 +428,33 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 75px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } + //.headerTabs { + // height: 52px; + // display: flex; + // align-items: center; + // position: absolute; + // top: 75px; + // right: 10px; + // .headerTabsItem { + // border: 1px solid #c1c1c1; + // padding: 0 5px; + // height: 30px; + // line-height: 30px; + // cursor: pointer; + // } + // .active { + // border: 1px solid #E6A23C; + // color: #fff; + // background: #E6A23C; + // } + //} .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 180px'); + //height: calc(~'100% - 180px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/cywbbzzxd/step6.vue b/src/pages/processCenter/pages/phone/cywbbzzxd/step6.vue index 2ebb559cc..14a53617d 100644 --- a/src/pages/processCenter/pages/phone/cywbbzzxd/step6.vue +++ b/src/pages/processCenter/pages/phone/cywbbzzxd/step6.vue @@ -428,33 +428,33 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 75px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } + //.headerTabs { + // height: 52px; + // display: flex; + // align-items: center; + // position: absolute; + // top: 75px; + // right: 10px; + // .headerTabsItem { + // border: 1px solid #c1c1c1; + // padding: 0 5px; + // height: 30px; + // line-height: 30px; + // cursor: pointer; + // } + // .active { + // border: 1px solid #E6A23C; + // color: #fff; + // background: #E6A23C; + // } + //} .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 180px'); + //height: calc(~'100% - 180px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/jrbzhxh/step3.vue b/src/pages/processCenter/pages/phone/jrbzhxh/step3.vue index 5b6ce5734..a60005f7f 100644 --- a/src/pages/processCenter/pages/phone/jrbzhxh/step3.vue +++ b/src/pages/processCenter/pages/phone/jrbzhxh/step3.vue @@ -588,33 +588,33 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } + //.headerTabs { + // height: 52px; + // display: flex; + // align-items: center; + // position: absolute; + // top: 52px; + // right: 10px; + // .headerTabsItem { + // border: 1px solid #c1c1c1; + // padding: 0 5px; + // height: 30px; + // line-height: 30px; + // cursor: pointer; + // } + // .active { + // border: 1px solid #E6A23C; + // color: #fff; + // background: #E6A23C; + // } + //} .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/jrbzhxh/step4.vue b/src/pages/processCenter/pages/phone/jrbzhxh/step4.vue index c781cb384..1bbf60f87 100644 --- a/src/pages/processCenter/pages/phone/jrbzhxh/step4.vue +++ b/src/pages/processCenter/pages/phone/jrbzhxh/step4.vue @@ -570,33 +570,33 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } + //.headerTabs { + // height: 52px; + // display: flex; + // align-items: center; + // position: absolute; + // top: 52px; + // right: 10px; + // .headerTabsItem { + // border: 1px solid #c1c1c1; + // padding: 0 5px; + // height: 30px; + // line-height: 30px; + // cursor: pointer; + // } + // .active { + // border: 1px solid #E6A23C; + // color: #fff; + // background: #E6A23C; + // } + //} .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/qbfs/step4.vue b/src/pages/processCenter/pages/phone/qbfs/step4.vue index f8c4c2e3e..bdf95231d 100644 --- a/src/pages/processCenter/pages/phone/qbfs/step4.vue +++ b/src/pages/processCenter/pages/phone/qbfs/step4.vue @@ -436,33 +436,33 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } + //.headerTabs { + // height: 52px; + // display: flex; + // align-items: center; + // position: absolute; + // top: 52px; + // right: 10px; + // .headerTabsItem { + // border: 1px solid #c1c1c1; + // padding: 0 5px; + // height: 30px; + // line-height: 30px; + // cursor: pointer; + // } + // .active { + // border: 1px solid #E6A23C; + // color: #fff; + // background: #E6A23C; + // } + //} .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 180px'); + //height: calc(~'100% - 180px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/qbfz/step2.vue b/src/pages/processCenter/pages/phone/qbfz/step2.vue index c312c5bae..961cfab6a 100644 --- a/src/pages/processCenter/pages/phone/qbfz/step2.vue +++ b/src/pages/processCenter/pages/phone/qbfz/step2.vue @@ -376,33 +376,33 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } + //.headerTabs { + // height: 52px; + // display: flex; + // align-items: center; + // position: absolute; + // top: 52px; + // right: 10px; + // .headerTabsItem { + // border: 1px solid #c1c1c1; + // padding: 0 5px; + // height: 30px; + // line-height: 30px; + // cursor: pointer; + // } + // .active { + // border: 1px solid #E6A23C; + // color: #fff; + // background: #E6A23C; + // } + //} .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/qbfz/step5.vue b/src/pages/processCenter/pages/phone/qbfz/step5.vue index e621f4b35..8e46d6363 100644 --- a/src/pages/processCenter/pages/phone/qbfz/step5.vue +++ b/src/pages/processCenter/pages/phone/qbfz/step5.vue @@ -532,33 +532,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/qbfz/step6.vue b/src/pages/processCenter/pages/phone/qbfz/step6.vue index 8717a1b10..66b43a24e 100644 --- a/src/pages/processCenter/pages/phone/qbfz/step6.vue +++ b/src/pages/processCenter/pages/phone/qbfz/step6.vue @@ -532,33 +532,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/qbfz/step7.vue b/src/pages/processCenter/pages/phone/qbfz/step7.vue index 684db3087..237fad694 100644 --- a/src/pages/processCenter/pages/phone/qbfz/step7.vue +++ b/src/pages/processCenter/pages/phone/qbfz/step7.vue @@ -532,33 +532,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/qbzxdjhgk/step2.vue b/src/pages/processCenter/pages/phone/qbzxdjhgk/step2.vue index dc426105c..c93936f7f 100644 --- a/src/pages/processCenter/pages/phone/qbzxdjhgk/step2.vue +++ b/src/pages/processCenter/pages/phone/qbzxdjhgk/step2.vue @@ -386,33 +386,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/qbzxdjhgk/step3.vue b/src/pages/processCenter/pages/phone/qbzxdjhgk/step3.vue index 2fcbeef4d..08c28cfb4 100644 --- a/src/pages/processCenter/pages/phone/qbzxdjhgk/step3.vue +++ b/src/pages/processCenter/pages/phone/qbzxdjhgk/step3.vue @@ -379,33 +379,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/qbzxdjhgk/step4.vue b/src/pages/processCenter/pages/phone/qbzxdjhgk/step4.vue index 3ae2d1fda..825303085 100644 --- a/src/pages/processCenter/pages/phone/qbzxdjhgk/step4.vue +++ b/src/pages/processCenter/pages/phone/qbzxdjhgk/step4.vue @@ -379,33 +379,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/qbzxdjhgk/step5.vue b/src/pages/processCenter/pages/phone/qbzxdjhgk/step5.vue index cf544025e..dd44e41c5 100644 --- a/src/pages/processCenter/pages/phone/qbzxdjhgk/step5.vue +++ b/src/pages/processCenter/pages/phone/qbzxdjhgk/step5.vue @@ -379,33 +379,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/wbsm/step3.vue b/src/pages/processCenter/pages/phone/wbsm/step3.vue index 2f1f0213f..e5e18fcdc 100644 --- a/src/pages/processCenter/pages/phone/wbsm/step3.vue +++ b/src/pages/processCenter/pages/phone/wbsm/step3.vue @@ -429,33 +429,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/wbsm/step4.vue b/src/pages/processCenter/pages/phone/wbsm/step4.vue index ce0645b98..9af5831a7 100644 --- a/src/pages/processCenter/pages/phone/wbsm/step4.vue +++ b/src/pages/processCenter/pages/phone/wbsm/step4.vue @@ -429,33 +429,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/wbsm/step5.vue b/src/pages/processCenter/pages/phone/wbsm/step5.vue index b59996557..d2f4024b2 100644 --- a/src/pages/processCenter/pages/phone/wbsm/step5.vue +++ b/src/pages/processCenter/pages/phone/wbsm/step5.vue @@ -429,33 +429,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 75px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/xmpg/step2.vue b/src/pages/processCenter/pages/phone/xmpg/step2.vue index bece93daa..2ee9bbc26 100644 --- a/src/pages/processCenter/pages/phone/xmpg/step2.vue +++ b/src/pages/processCenter/pages/phone/xmpg/step2.vue @@ -502,33 +502,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/xmpg/step5.vue b/src/pages/processCenter/pages/phone/xmpg/step5.vue index ad94a4740..b37064283 100644 --- a/src/pages/processCenter/pages/phone/xmpg/step5.vue +++ b/src/pages/processCenter/pages/phone/xmpg/step5.vue @@ -606,33 +606,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/xmpg/step6.vue b/src/pages/processCenter/pages/phone/xmpg/step6.vue index 88ff77d2e..b58f8d2e4 100644 --- a/src/pages/processCenter/pages/phone/xmpg/step6.vue +++ b/src/pages/processCenter/pages/phone/xmpg/step6.vue @@ -593,33 +593,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/xmpg/step7.vue b/src/pages/processCenter/pages/phone/xmpg/step7.vue index 1ad274cbc..582c84325 100644 --- a/src/pages/processCenter/pages/phone/xmpg/step7.vue +++ b/src/pages/processCenter/pages/phone/xmpg/step7.vue @@ -589,33 +589,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/xmpg2/step10.vue b/src/pages/processCenter/pages/phone/xmpg2/step10.vue index 114a82347..c46540149 100644 --- a/src/pages/processCenter/pages/phone/xmpg2/step10.vue +++ b/src/pages/processCenter/pages/phone/xmpg2/step10.vue @@ -524,33 +524,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/xmpg2/step11.vue b/src/pages/processCenter/pages/phone/xmpg2/step11.vue index 51ea516ce..03d355b05 100644 --- a/src/pages/processCenter/pages/phone/xmpg2/step11.vue +++ b/src/pages/processCenter/pages/phone/xmpg2/step11.vue @@ -499,33 +499,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/xmpg2/step12.vue b/src/pages/processCenter/pages/phone/xmpg2/step12.vue index 7e910d46e..fa696026d 100644 --- a/src/pages/processCenter/pages/phone/xmpg2/step12.vue +++ b/src/pages/processCenter/pages/phone/xmpg2/step12.vue @@ -524,33 +524,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/xmpg2/step2.vue b/src/pages/processCenter/pages/phone/xmpg2/step2.vue index 3462e01dd..51da41b06 100644 --- a/src/pages/processCenter/pages/phone/xmpg2/step2.vue +++ b/src/pages/processCenter/pages/phone/xmpg2/step2.vue @@ -426,33 +426,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/xmpg2/step7.vue b/src/pages/processCenter/pages/phone/xmpg2/step7.vue index 4f3aa79ba..717d6d45f 100644 --- a/src/pages/processCenter/pages/phone/xmpg2/step7.vue +++ b/src/pages/processCenter/pages/phone/xmpg2/step7.vue @@ -523,33 +523,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/xmpg2/step8.vue b/src/pages/processCenter/pages/phone/xmpg2/step8.vue index 8f67ab4a2..1932c168c 100644 --- a/src/pages/processCenter/pages/phone/xmpg2/step8.vue +++ b/src/pages/processCenter/pages/phone/xmpg2/step8.vue @@ -524,33 +524,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/xmpg2/step9.vue b/src/pages/processCenter/pages/phone/xmpg2/step9.vue index 32a8f0961..e1fd7d905 100644 --- a/src/pages/processCenter/pages/phone/xmpg2/step9.vue +++ b/src/pages/processCenter/pages/phone/xmpg2/step9.vue @@ -523,33 +523,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/xmqdqr/step5.vue b/src/pages/processCenter/pages/phone/xmqdqr/step5.vue index dbc525239..7fe638983 100644 --- a/src/pages/processCenter/pages/phone/xmqdqr/step5.vue +++ b/src/pages/processCenter/pages/phone/xmqdqr/step5.vue @@ -642,33 +642,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/zczqyj/step4.vue b/src/pages/processCenter/pages/phone/zczqyj/step4.vue index db2b69691..a32b246f8 100644 --- a/src/pages/processCenter/pages/phone/zczqyj/step4.vue +++ b/src/pages/processCenter/pages/phone/zczqyj/step4.vue @@ -351,33 +351,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/zczqyj/step5.vue b/src/pages/processCenter/pages/phone/zczqyj/step5.vue index 7a722d706..81b92a681 100644 --- a/src/pages/processCenter/pages/phone/zczqyj/step5.vue +++ b/src/pages/processCenter/pages/phone/zczqyj/step5.vue @@ -523,33 +523,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/zczqyj/step6.vue b/src/pages/processCenter/pages/phone/zczqyj/step6.vue index 341631f4c..bb3b361d4 100644 --- a/src/pages/processCenter/pages/phone/zczqyj/step6.vue +++ b/src/pages/processCenter/pages/phone/zczqyj/step6.vue @@ -388,33 +388,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/zczqyj/step7.vue b/src/pages/processCenter/pages/phone/zczqyj/step7.vue index e8015057f..4cdea517c 100644 --- a/src/pages/processCenter/pages/phone/zczqyj/step7.vue +++ b/src/pages/processCenter/pages/phone/zczqyj/step7.vue @@ -389,33 +389,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/zczqyj/step8.vue b/src/pages/processCenter/pages/phone/zczqyj/step8.vue index ceac5715c..757c4a619 100644 --- a/src/pages/processCenter/pages/phone/zczqyj/step8.vue +++ b/src/pages/processCenter/pages/phone/zczqyj/step8.vue @@ -388,33 +388,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; diff --git a/src/pages/processCenter/pages/phone/zczqyj/step9.vue b/src/pages/processCenter/pages/phone/zczqyj/step9.vue index bc39b2bdd..42c8eb21f 100644 --- a/src/pages/processCenter/pages/phone/zczqyj/step9.vue +++ b/src/pages/processCenter/pages/phone/zczqyj/step9.vue @@ -388,33 +388,13 @@ export default { /deep/.prc-content-border .el-form-item__content { width: 270px; } - .headerTabs { - height: 52px; - display: flex; - align-items: center; - position: absolute; - top: 52px; - right: 10px; - .headerTabsItem { - border: 1px solid #c1c1c1; - padding: 0 5px; - height: 30px; - line-height: 30px; - cursor: pointer; - } - .active { - border: 1px solid #E6A23C; - color: #fff; - background: #E6A23C; - } - } .content { border-top: 1px solid #DCDFE6; display: flex; flex-direction: column; justify-content: space-between; margin-top: 52px; - height: calc(~'100% - 155px'); + //height: calc(~'100% - 155px'); overflow: auto; .tableTitle { margin-bottom: 10px; From 1d78fdb4a9a8731d91af17709defb1e1807dcec8 Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Fri, 24 Dec 2021 09:49:47 +0800 Subject: [PATCH 4/8] =?UTF-8?q?=E6=B8=85=E5=8D=95=E6=8A=BD=E5=B1=89?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3=E7=A0=81=E3=80=81?= =?UTF-8?q?=E6=9C=AA=E7=AC=A6=E5=90=88=E9=A1=B9=E5=8E=86=E5=8F=B2=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/otherAddEit.vue | 178 ------------------ .../pages/projectAddEit.vue | 152 --------------- .../nonConfomity/pages/historicalData.vue | 40 +--- 3 files changed, 4 insertions(+), 366 deletions(-) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue index 001596b81..81dce1559 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue @@ -331,34 +331,6 @@ align="center" label="适用产品线"> - @@ -415,91 +381,6 @@

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -65,15 +69,17 @@ .process-header { position: relative; padding-top: 10px; + width: 100%; } .process-title { + width: 100%; margin-left: 10px; font-size: 18px; font-weight: bold; display: inline-block; height: 30px; line-height: 30px; - a { + .smallText { font-size: 14px; margin-left: 5px; cursor: default; diff --git a/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue b/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue index 6a3034402..2bdb5bb4c 100644 --- a/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue +++ b/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue @@ -492,7 +492,7 @@ export default { case '2': if (row.taskInfo === '责任对接人选择责任人') { this.$router.push({ - name: 'phoneBzdyStep2', + name: 'bzdyStep2', query: { taskIds: row.taskIds, prcId: row.prcId, From 8378cdc4c0db60be3e9b5b1cb4069983a6e3fc70 Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Fri, 24 Dec 2021 10:21:56 +0800 Subject: [PATCH 7/8] commit --- src/pages/processCenter/pages/creatProcess/bzdy/step2.vue | 6 ++---- .../processCenter/pages/creatProcess/bzzqyj/step1-1.vue | 6 +++--- src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue | 6 +++--- src/pages/processCenter/pages/phone/bzdy/step2.vue | 6 ++---- 4 files changed, 10 insertions(+), 14 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step2.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step2.vue index 60eb8e340..e5a93ffe6 100644 --- a/src/pages/processCenter/pages/creatProcess/bzdy/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/bzdy/step2.vue @@ -361,10 +361,8 @@ this.form.title = data.title || data.form.title this.form.date = data.date || data.form.date this.json = data || data.form - // this.form.model = data.model || data.form.model - // this.form.modelName = data.modelName || data.form.modelName - this.form.responUserList = data.form.responUserList - this.form.responUserListName = data.form.responUserListName + this.form.responUserList = data.form? data.form.responUserList : '' + this.form.responUserListName = data.form? data.form.responUserListName : '' }).catch(e => { }) }) diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue index a13c61b1b..f10b43b3e 100644 --- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue @@ -404,9 +404,9 @@ export default { cname: [ {required: true, message: '请输入标准名称', trigger: 'change'}, ], - // fjListId: [ - // {required: true, message: '请选择附件', trigger: 'change'}, - // ] + fjListId: [ + {required: true, message: '请选择附件', trigger: 'change'}, + ] }, // 标准征求意见数据可库 standCommonlySearch: { diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue index 19a5a0e89..9b96b914e 100644 --- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue @@ -412,9 +412,9 @@ export default { endTime: [ {required: true, message: '请输入标准结束日期', trigger: 'change'}, ], - // fjListId: [ - // {required: true, message: '请选择附件', trigger: 'change'}, - // ] + fjListId: [ + {required: true, message: '请选择附件', trigger: 'change'}, + ] }, // 标准征求意见数据可库 standCommonlySearch: { diff --git a/src/pages/processCenter/pages/phone/bzdy/step2.vue b/src/pages/processCenter/pages/phone/bzdy/step2.vue index 4b4f5c805..5d50cef7a 100644 --- a/src/pages/processCenter/pages/phone/bzdy/step2.vue +++ b/src/pages/processCenter/pages/phone/bzdy/step2.vue @@ -307,10 +307,8 @@ this.form.title = data.title || data.form.title this.form.date = data.date || data.form.date this.json = data || data.form - // this.form.model = data.model || data.form.model - // this.form.modelName = data.modelName || data.form.modelName - this.form.responUserList = data.form.responUserList - this.form.responUserListName = data.form.responUserListName + this.form.responUserList = data.form? data.form.responUserList : '' + this.form.responUserListName = data.form? data.form.responUserListName : '' }).catch(e => { }) }) From 265fb2a83d232ee6497fcb5dafd4dad79e40d9be Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Fri, 24 Dec 2021 10:28:13 +0800 Subject: [PATCH 8/8] =?UTF-8?q?=E5=8F=82=E4=BC=9A=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E6=A1=86=E5=8A=A0=E5=8F=AF=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standCalendar/index.vue | 1 - src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue | 3 +++ src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/localTool/standCalendar/index.vue b/src/pages/localTool/standCalendar/index.vue index 2aebcb0ad..8006a15cc 100644 --- a/src/pages/localTool/standCalendar/index.vue +++ b/src/pages/localTool/standCalendar/index.vue @@ -520,7 +520,6 @@ export default { localStorage.setItem('objs', JSON.stringify(item)) this.fileListData = item this.reData = item.files - console.log(item) this.editMeetForm = item this.editMeetForm.contents = [] if (this.editMeetForm.content !== '') { diff --git a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue index c5481e7e7..15ededbd0 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue @@ -63,6 +63,7 @@ @@ -48,6 +49,7 @@ @@ -62,6 +64,7 @@