文本状态---标准状态
This commit is contained in:
@@ -336,7 +336,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="fileTypeShow"
|
prop="fileTypeShow"
|
||||||
label="文本状态"
|
label="标准状态"
|
||||||
align="center">
|
align="center">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
|
|||||||
@@ -162,7 +162,7 @@
|
|||||||
prop="textStatus"
|
prop="textStatus"
|
||||||
align="center"
|
align="center"
|
||||||
width="120px"
|
width="120px"
|
||||||
label="文本状态">
|
label="标准状态">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
|
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
|
||||||
</template>
|
</template>
|
||||||
@@ -709,7 +709,7 @@
|
|||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
prop="textStatus"
|
prop="textStatus"
|
||||||
align="center"
|
align="center"
|
||||||
label="文本状态">
|
label="标准状态">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
|
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
|
||||||
</template>
|
</template>
|
||||||
@@ -893,7 +893,7 @@ export default {
|
|||||||
issueTime: "", //发布日期
|
issueTime: "", //发布日期
|
||||||
XCXSSRQ: "", //新车型实施日期
|
XCXSSRQ: "", //新车型实施日期
|
||||||
ZCCSSRQ: "", //在产车实施日期
|
ZCCSSRQ: "", //在产车实施日期
|
||||||
textStatus: "", //文本状态
|
textStatus: "", //标准状态
|
||||||
id: ""
|
id: ""
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
@@ -918,7 +918,7 @@ export default {
|
|||||||
user4: "",
|
user4: "",
|
||||||
user5: "",
|
user5: "",
|
||||||
standMap: new Map(),
|
standMap: new Map(),
|
||||||
textStatusMap: {}// 文本状态id与name对应
|
textStatusMap: {}// 标准状态id与name对应
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -1125,7 +1125,7 @@ export default {
|
|||||||
}, e => {
|
}, e => {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 将文本状态的id与name对应
|
// 将标准状态的id与name对应
|
||||||
setMap(data) {
|
setMap(data) {
|
||||||
data.forEach(item => {
|
data.forEach(item => {
|
||||||
this.$set(this.textStatusMap, item.value, item.label);
|
this.$set(this.textStatusMap, item.value, item.label);
|
||||||
@@ -1599,7 +1599,7 @@ export default {
|
|||||||
}, res => {
|
}, res => {
|
||||||
this.energyKindOptions = res.data.ENERGYTYPES; //适用车型
|
this.energyKindOptions = res.data.ENERGYTYPES; //适用车型
|
||||||
this.countryOptions = res.data.COUNTRY;
|
this.countryOptions = res.data.COUNTRY;
|
||||||
this.standStateOptions = res.data.WBZTCLASS; // 文本状态
|
this.standStateOptions = res.data.WBZTCLASS; // 标准状态
|
||||||
this.setMap(this.standStateOptions);
|
this.setMap(this.standStateOptions);
|
||||||
});
|
});
|
||||||
this.selectionList();
|
this.selectionList();
|
||||||
|
|||||||
@@ -125,7 +125,7 @@
|
|||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
prop="textStatus"
|
prop="textStatus"
|
||||||
width="120px"
|
width="120px"
|
||||||
label="文本状态">
|
label="标准状态">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
|
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
|
||||||
</template>
|
</template>
|
||||||
@@ -344,7 +344,7 @@
|
|||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
prop="textStatus"
|
prop="textStatus"
|
||||||
align="center"
|
align="center"
|
||||||
label="文本状态">
|
label="标准状态">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
|
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
|
||||||
</template>
|
</template>
|
||||||
@@ -459,7 +459,7 @@ export default {
|
|||||||
newCarTime: "", //新车型实施日期
|
newCarTime: "", //新车型实施日期
|
||||||
oldCarTime: "", //在产车实施日期
|
oldCarTime: "", //在产车实施日期
|
||||||
applyCar: "", //适用车型
|
applyCar: "", //适用车型
|
||||||
textState: "", //文本状态
|
textState: "", //标准状态
|
||||||
id: ""
|
id: ""
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
@@ -471,7 +471,7 @@ export default {
|
|||||||
user4: "",
|
user4: "",
|
||||||
user5: "",
|
user5: "",
|
||||||
standMap: new Map(),
|
standMap: new Map(),
|
||||||
textStatusMap: {}// 文本状态id与name对应
|
textStatusMap: {}// 标准状态id与name对应
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -762,7 +762,7 @@ export default {
|
|||||||
this.addList()
|
this.addList()
|
||||||
|
|
||||||
},
|
},
|
||||||
// 将文本状态的id与name对应
|
// 将标准状态的id与name对应
|
||||||
setMap(data) {
|
setMap(data) {
|
||||||
data.forEach(item => {
|
data.forEach(item => {
|
||||||
this.$set(this.textStatusMap, item.value, item.label);
|
this.$set(this.textStatusMap, item.value, item.label);
|
||||||
@@ -780,7 +780,7 @@ export default {
|
|||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
this.countryOptions = res.data.COUNTRY;
|
this.countryOptions = res.data.COUNTRY;
|
||||||
this.standStateOptions = res.data.WBZTCLASS; // 文本状态
|
this.standStateOptions = res.data.WBZTCLASS; // 标准状态
|
||||||
this.setMap(this.standStateOptions);
|
this.setMap(this.standStateOptions);
|
||||||
});
|
});
|
||||||
this.getData();
|
this.getData();
|
||||||
|
|||||||
@@ -116,7 +116,7 @@
|
|||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
prop="textStatus"
|
prop="textStatus"
|
||||||
width="120px"
|
width="120px"
|
||||||
label="文本状态">
|
label="标准状态">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
|
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
|
||||||
</template>
|
</template>
|
||||||
@@ -258,7 +258,7 @@ export default {
|
|||||||
newCarTime: "", //新车型实施日期
|
newCarTime: "", //新车型实施日期
|
||||||
oldCarTime: "", //在产车实施日期
|
oldCarTime: "", //在产车实施日期
|
||||||
applyCar: "", //适用车型
|
applyCar: "", //适用车型
|
||||||
textState: "", //文本状态
|
textState: "", //标准状态
|
||||||
id: ""
|
id: ""
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
@@ -274,7 +274,7 @@ export default {
|
|||||||
user4: "",
|
user4: "",
|
||||||
user5: "",
|
user5: "",
|
||||||
standMap: new Map(),
|
standMap: new Map(),
|
||||||
textStatusMap: {}// 文本状态id与name对应
|
textStatusMap: {}// 标准状态id与name对应
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -495,7 +495,7 @@ export default {
|
|||||||
this.pageSize = this.$store.getters.userInfo.configContent;
|
this.pageSize = this.$store.getters.userInfo.configContent;
|
||||||
this.searchData();
|
this.searchData();
|
||||||
},
|
},
|
||||||
// 将文本状态的id与name对应
|
// 将标准状态的id与name对应
|
||||||
setMap(data) {
|
setMap(data) {
|
||||||
data.forEach(item => {
|
data.forEach(item => {
|
||||||
this.$set(this.textStatusMap, item.value, item.label);
|
this.$set(this.textStatusMap, item.value, item.label);
|
||||||
@@ -513,7 +513,7 @@ export default {
|
|||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
this.countryOptions = res.data.COUNTRY;
|
this.countryOptions = res.data.COUNTRY;
|
||||||
this.standStateOptions = res.data.WBZTCLASS; // 文本状态
|
this.standStateOptions = res.data.WBZTCLASS; // 标准状态
|
||||||
this.setMap(this.standStateOptions);
|
this.setMap(this.standStateOptions);
|
||||||
});
|
});
|
||||||
this.getData();
|
this.getData();
|
||||||
|
|||||||
@@ -162,7 +162,7 @@
|
|||||||
prop="textStatus"
|
prop="textStatus"
|
||||||
align="center"
|
align="center"
|
||||||
width="120px"
|
width="120px"
|
||||||
label="文本状态">
|
label="标准状态">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
|
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
|
||||||
</template>
|
</template>
|
||||||
@@ -681,7 +681,7 @@
|
|||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
prop="textStatus"
|
prop="textStatus"
|
||||||
align="center"
|
align="center"
|
||||||
label="文本状态">
|
label="标准状态">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
|
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
|
||||||
</template>
|
</template>
|
||||||
@@ -868,7 +868,7 @@ export default {
|
|||||||
issueTime: "", //发布日期
|
issueTime: "", //发布日期
|
||||||
xcxssrqgj: "", //新车型实施日期
|
xcxssrqgj: "", //新车型实施日期
|
||||||
zccssrqgj: "", //在产车实施日期
|
zccssrqgj: "", //在产车实施日期
|
||||||
textStatus: "", //文本状态
|
textStatus: "", //标准状态
|
||||||
id: ""
|
id: ""
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
@@ -893,7 +893,7 @@ export default {
|
|||||||
user4: "",
|
user4: "",
|
||||||
user5: "",
|
user5: "",
|
||||||
standMap: new Map(),
|
standMap: new Map(),
|
||||||
textStatusMap: {}// 文本状态id与name对应
|
textStatusMap: {}// 标准状态id与name对应
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -1062,7 +1062,7 @@ export default {
|
|||||||
}, e => {
|
}, e => {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 将文本状态的id与name对应
|
// 将标准状态的id与name对应
|
||||||
setMap(data) {
|
setMap(data) {
|
||||||
data.forEach(item => {
|
data.forEach(item => {
|
||||||
this.$set(this.textStatusMap, item.value, item.label);
|
this.$set(this.textStatusMap, item.value, item.label);
|
||||||
@@ -1589,7 +1589,7 @@ export default {
|
|||||||
}, res => {
|
}, res => {
|
||||||
this.energyKindOptions = res.data.ENERGYTYPES //适用车型
|
this.energyKindOptions = res.data.ENERGYTYPES //适用车型
|
||||||
this.countryOptions = res.data.COUNTRY; //国家/地区
|
this.countryOptions = res.data.COUNTRY; //国家/地区
|
||||||
this.standStateOptions = res.data.WBZTCLASS; // 文本状态
|
this.standStateOptions = res.data.WBZTCLASS; // 标准状态
|
||||||
this.setMap(this.standStateOptions);
|
this.setMap(this.standStateOptions);
|
||||||
});
|
});
|
||||||
this.selectionList();
|
this.selectionList();
|
||||||
|
|||||||
@@ -189,8 +189,8 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item v-if="verifySarStandard" label="文本状态" prop="textStatus" class="add-form-item form-item-disabled">
|
<el-form-item v-if="verifySarStandard" label="标准状态" prop="textStatus" class="add-form-item form-item-disabled">
|
||||||
<el-select :disabled="disabledXX" :popper-append-to-body="false" v-model="form.textStatus" placeholder="请选择文本状态">
|
<el-select :disabled="disabledXX" :popper-append-to-body="false" v-model="form.textStatus" placeholder="请选择标准状态">
|
||||||
<template v-if="form.standInData === '0'">
|
<template v-if="form.standInData === '0'">
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in standStateOptions0"
|
v-for="item in standStateOptions0"
|
||||||
@@ -1318,7 +1318,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="textStatus"
|
prop="textStatus"
|
||||||
label="文本状态"
|
label="标准状态"
|
||||||
width="130">
|
width="130">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
|
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
|
||||||
@@ -1483,7 +1483,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="textStatus"
|
prop="textStatus"
|
||||||
label="文本状态"
|
label="标准状态"
|
||||||
align="center"
|
align="center"
|
||||||
min-width="30">
|
min-width="30">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
@@ -1650,7 +1650,7 @@
|
|||||||
glwjFileList: [],
|
glwjFileList: [],
|
||||||
nodeList5: [],
|
nodeList5: [],
|
||||||
filterText: '',
|
filterText: '',
|
||||||
textStatusMap: {}, // 文本状态id与name对应
|
textStatusMap: {}, // 标准状态id与name对应
|
||||||
standardDrawer: false,
|
standardDrawer: false,
|
||||||
loadSarStandard: false,
|
loadSarStandard: false,
|
||||||
verifySarStandard: false,
|
verifySarStandard: false,
|
||||||
@@ -1767,7 +1767,7 @@
|
|||||||
standId: '',
|
standId: '',
|
||||||
// 基础信息
|
// 基础信息
|
||||||
country: '',
|
country: '',
|
||||||
textStatus: '', // 文本状态
|
textStatus: '', // 标准状态
|
||||||
standYear: '', // 标准年份
|
standYear: '', // 标准年份
|
||||||
standInData: '0', // 标准类型
|
standInData: '0', // 标准类型
|
||||||
standSort: '', // 标准类别
|
standSort: '', // 标准类别
|
||||||
@@ -1896,7 +1896,7 @@
|
|||||||
{required: true, message: '请选择标准性质', trigger: 'change'}
|
{required: true, message: '请选择标准性质', trigger: 'change'}
|
||||||
],
|
],
|
||||||
textStatus: [
|
textStatus: [
|
||||||
{required: true, message: '请选择文本状态', trigger: 'change'}
|
{required: true, message: '请选择标准状态', trigger: 'change'}
|
||||||
]
|
]
|
||||||
,
|
,
|
||||||
issueTime: [
|
issueTime: [
|
||||||
@@ -1908,8 +1908,8 @@
|
|||||||
countryOptions: [],//国家地区
|
countryOptions: [],//国家地区
|
||||||
standSortOptions: [], // 标准类别
|
standSortOptions: [], // 标准类别
|
||||||
standNatureOptions: [], // 标准性质
|
standNatureOptions: [], // 标准性质
|
||||||
standStateOptions0: [], // 文本状态 - 国内
|
standStateOptions0: [], // 标准状态 - 国内
|
||||||
standStateOptions1: [], // 文本状态 - 海外
|
standStateOptions1: [], // 标准状态 - 海外
|
||||||
standSystemOptions: [], // 标准体系
|
standSystemOptions: [], // 标准体系
|
||||||
busVppsOptions: [], // 车系体系架构
|
busVppsOptions: [], // 车系体系架构
|
||||||
busVppsChildOptions: [], // 车系体系架构子集合
|
busVppsChildOptions: [], // 车系体系架构子集合
|
||||||
@@ -2013,7 +2013,7 @@
|
|||||||
this.form = {
|
this.form = {
|
||||||
// 基础信息
|
// 基础信息
|
||||||
country: '',
|
country: '',
|
||||||
textStatus: '', // 文本状态
|
textStatus: '', // 标准状态
|
||||||
standYear: '', // 标准年份
|
standYear: '', // 标准年份
|
||||||
standInData: val, // 标准类型
|
standInData: val, // 标准类型
|
||||||
standSort: '', // 标准类别
|
standSort: '', // 标准类别
|
||||||
@@ -2208,7 +2208,7 @@
|
|||||||
this.form = {
|
this.form = {
|
||||||
// 基础信息
|
// 基础信息
|
||||||
country: '',
|
country: '',
|
||||||
textStatus: '', // 文本状态
|
textStatus: '', // 标准状态
|
||||||
standYear: '', // 标准年份
|
standYear: '', // 标准年份
|
||||||
standInData: val, // 标准类型
|
standInData: val, // 标准类型
|
||||||
standSort: '', // 标准类别
|
standSort: '', // 标准类别
|
||||||
@@ -2402,7 +2402,7 @@
|
|||||||
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 将文本状态的id与name对应
|
// 将标准状态的id与name对应
|
||||||
setMap(data) {
|
setMap(data) {
|
||||||
data.forEach(item => {
|
data.forEach(item => {
|
||||||
this.$set(this.textStatusMap, item.value, item.label)
|
this.$set(this.textStatusMap, item.value, item.label)
|
||||||
@@ -2421,7 +2421,7 @@
|
|||||||
standEnName: '', // 英文名称
|
standEnName: '', // 英文名称
|
||||||
standName: '', // 中文名称
|
standName: '', // 中文名称
|
||||||
signFlag: '1', // 是否需要会签
|
signFlag: '1', // 是否需要会签
|
||||||
textStatus: '', // 文本状态
|
textStatus: '', // 标准状态
|
||||||
standYear: '', // 标准年份
|
standYear: '', // 标准年份
|
||||||
// standInData: data.standInData ? data.standInData : '0', // 标准类型
|
// standInData: data.standInData ? data.standInData : '0', // 标准类型
|
||||||
// standSort: data.standSort ? data.standSort : '', // 标准类别
|
// standSort: data.standSort ? data.standSort : '', // 标准类别
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
clearable
|
clearable
|
||||||
></el-input>
|
></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="文本状态" prop="textType" class="add-form-item form-item-disabled">
|
<el-form-item label="标准状态" prop="textType" class="add-form-item form-item-disabled">
|
||||||
<el-select :disabled="!form.cid" v-model="form.textType" placeholder="请选择">
|
<el-select :disabled="!form.cid" v-model="form.textType" placeholder="请选择">
|
||||||
<el-option
|
<el-option
|
||||||
v-for="(item, index) in textTypeList"
|
v-for="(item, index) in textTypeList"
|
||||||
@@ -436,7 +436,7 @@ export default {
|
|||||||
{required: true, message: '请选择附件', trigger: 'change'},
|
{required: true, message: '请选择附件', trigger: 'change'},
|
||||||
],
|
],
|
||||||
textType: [
|
textType: [
|
||||||
{required: true, message: '请选择文本状态', trigger: 'change'},
|
{required: true, message: '请选择标准状态', trigger: 'change'},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
// 标准征求意见数据可库
|
// 标准征求意见数据可库
|
||||||
|
|||||||
@@ -376,10 +376,10 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
prop="textStatus"
|
prop="textStatus"
|
||||||
width="110"
|
width="110"
|
||||||
label="文本状态">
|
label="标准状态">
|
||||||
<!-- <template slot="header" slot-scope="scope">-->
|
<!-- <template slot="header" slot-scope="scope">-->
|
||||||
<!-- <el-tooltip class="item" effect="dark" content="计划修订”、“修订中”均为现行有效版本;“已修订”标准的有效性根据实际实施情况判定。" placement="bottom">-->
|
<!-- <el-tooltip class="item" effect="dark" content="计划修订”、“修订中”均为现行有效版本;“已修订”标准的有效性根据实际实施情况判定。" placement="bottom">-->
|
||||||
<!-- <span>文本状态<i class="el-icon-warning-outline"></i></span>-->
|
<!-- <span>标准状态<i class="el-icon-warning-outline"></i></span>-->
|
||||||
<!-- </el-tooltip>-->
|
<!-- </el-tooltip>-->
|
||||||
<!-- </template>-->
|
<!-- </template>-->
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
@@ -496,10 +496,10 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
prop="textStatus"
|
prop="textStatus"
|
||||||
width="110"
|
width="110"
|
||||||
label="文本状态">
|
label="标准状态">
|
||||||
<!-- <template slot="header" slot-scope="scope">-->
|
<!-- <template slot="header" slot-scope="scope">-->
|
||||||
<!-- <el-tooltip class="item" effect="dark" content="计划修订”、“修订中”均为现行有效版本;“已修订”标准的有效性根据实际实施情况判定。" placement="bottom">-->
|
<!-- <el-tooltip class="item" effect="dark" content="计划修订”、“修订中”均为现行有效版本;“已修订”标准的有效性根据实际实施情况判定。" placement="bottom">-->
|
||||||
<!-- <span>文本状态 <i class="el-icon-warning-outline"></i></span>-->
|
<!-- <span>标准状态 <i class="el-icon-warning-outline"></i></span>-->
|
||||||
<!-- </el-tooltip>-->
|
<!-- </el-tooltip>-->
|
||||||
<!-- </template>-->
|
<!-- </template>-->
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
@@ -575,7 +575,7 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
prop="standStatusShow"
|
prop="standStatusShow"
|
||||||
label="文本状态"
|
label="标准状态"
|
||||||
width="110"
|
width="110"
|
||||||
>
|
>
|
||||||
|
|
||||||
@@ -722,7 +722,7 @@ export default {
|
|||||||
taskIds: this.$route.query.taskIds,
|
taskIds: this.$route.query.taskIds,
|
||||||
pId: this.$route.query.prcId,
|
pId: this.$route.query.prcId,
|
||||||
standMap: new Map(),
|
standMap: new Map(),
|
||||||
textStatusMap: {},// 文本状态id与name对应
|
textStatusMap: {},// 标准状态id与name对应
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
@@ -735,9 +735,9 @@ export default {
|
|||||||
}, res => {
|
}, res => {
|
||||||
this.energyKindOptions = res.data.ENERGYTYPES; //适用车型
|
this.energyKindOptions = res.data.ENERGYTYPES; //适用车型
|
||||||
this.standSortOptions = res.data.STANDCLASSIFY; // 标准类别
|
this.standSortOptions = res.data.STANDCLASSIFY; // 标准类别
|
||||||
this.setMap(res.data.WBZTCLASS);// 文本状态
|
this.setMap(res.data.WBZTCLASS);// 标准状态
|
||||||
this.setMap(this.zrbmMap, res.data.ZRBMCLASS);
|
this.setMap(this.zrbmMap, res.data.ZRBMCLASS);
|
||||||
this.textState = res.data.WBZTCLASS // 文本状态
|
this.textState = res.data.WBZTCLASS // 标准状态
|
||||||
this.showLocalProductData(this.getLocalPro);
|
this.showLocalProductData(this.getLocalPro);
|
||||||
}, e => {
|
}, e => {
|
||||||
});
|
});
|
||||||
@@ -796,7 +796,7 @@ export default {
|
|||||||
this.drawerTitle = '转办处理人'
|
this.drawerTitle = '转办处理人'
|
||||||
this.selectPeople = row
|
this.selectPeople = row
|
||||||
},
|
},
|
||||||
// 将文本状态的id与name对应
|
// 将标准状态的id与name对应
|
||||||
setMap(data) {
|
setMap(data) {
|
||||||
data.forEach(item => {
|
data.forEach(item => {
|
||||||
this.$set(this.textStatusMap, item.value, item.label)
|
this.$set(this.textStatusMap, item.value, item.label)
|
||||||
|
|||||||
Reference in New Issue
Block a user