From f322e884824b0bda2c8c13081585bd357fe89cbc 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, 13 Apr 2022 16:30:24 +0800 Subject: [PATCH] =?UTF-8?q?52455=20=E3=80=90=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E3=80=91=E6=A0=87=E5=87=86=E5=85=A5=E5=BA=93=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=20=E6=89=B9=E5=87=86=E8=8A=82=E7=82=B9=20=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E6=98=BE=E7=A4=BA=E4=B8=8D=E6=B8=85=20?= =?UTF-8?q?=E5=B9=B6=E4=BF=AE=E6=94=B9=E8=8A=82=E7=82=B9=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E6=8A=8A=E7=BB=8F=E7=90=86=E4=BA=BA=E5=AE=A1=E6=89=B9=E6=94=B9?= =?UTF-8?q?=E6=88=90=E6=89=B9=E5=87=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processCenter/pages/phone/bzrk/step2.vue | 163 ++++-------------- 1 file changed, 30 insertions(+), 133 deletions(-) diff --git a/src/pages/processCenter/pages/phone/bzrk/step2.vue b/src/pages/processCenter/pages/phone/bzrk/step2.vue index c6c3e831e..29d878e6f 100644 --- a/src/pages/processCenter/pages/phone/bzrk/step2.vue +++ b/src/pages/processCenter/pages/phone/bzrk/step2.vue @@ -10,12 +10,12 @@
审批历史
-
+
@@ -27,14 +27,7 @@ 海外标准入库 - - - + - - - - - - - - - - + + + - - - - - - + - - - +
@@ -277,36 +230,12 @@ > - - - - - - - - - - - - - - - - - - + + + + + + @@ -367,18 +296,7 @@ > --> - - {{ form.wssmr }} - - + 关联信息
- - - + @@ -412,34 +323,13 @@
{{ value.name }}
-
+
- -
- - - - - - - - - + + +
@@ -516,6 +406,7 @@ export default { name: "phoneBzrkStep2", data() { return { + textStatusMap: {}, // 文本状态id与name对应 xgdFileMap: [], fbgbjbdFileMap: [], bpgFileMap: [], @@ -701,6 +592,13 @@ export default { TreeSelect }, methods: { + // 将文本状态的id与name对应 + setMap(data){ + data.forEach(item => { + this.$set(this.textStatusMap, item.value, item.label) + }) + + }, checkedRole(data) { this.assigneeNewLoading = true changeAssigneeNew({ @@ -1013,6 +911,7 @@ export default { this.standSortOptions = res.data.STANDCLASSIFY // 标准类别 this.standNatureOptions = res.data.SARPROPERTY // 标准性质 this.standStateOptions = res.data.WBZTCLASS // 文本状态 + this.setMap(this.standStateOptions) this.standSystemOptions = res.data.BZTXCLASS // 标准体系 this.applyArcticOptions = res.data.ENERGYTYPES // 适用车型 this.categoryOptions = res.data.NYLXCLASS // 能源类型 @@ -1041,11 +940,9 @@ export default { /deep/.el-select .el-input .el-select__caret { font-size: 0; } - /deep/.prc-content-border { - width: 600px; - } /deep/ .el-drawer__container { .prc-content-border { + overflow: auto; border: none; padding: 0 20px 0; }