+
基础信息
@@ -27,14 +27,7 @@
海外标准入库
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
是
否
-
-
-
-
-
-
+
-
-
-
+
实施日期
@@ -277,36 +230,12 @@
>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -367,18 +296,7 @@
>
-->
-
- {{ form.wssmr }}
-
-
+
关联信息
-
-
-
+
@@ -412,34 +323,13 @@
@@ -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;
}
{{ value.name }}
-
+
-
-
-
-
-
-
-
-
+
+
+
- -
-