文本状态---标准状态

This commit is contained in:
zhoulingpo
2023-12-07 16:49:56 +08:00
parent dc7b86d78f
commit e3fbd1bade
8 changed files with 48 additions and 48 deletions
@@ -336,7 +336,7 @@
</el-table-column>
<el-table-column
prop="fileTypeShow"
label="文本状态"
label="标准状态"
align="center">
</el-table-column>
<el-table-column
@@ -162,7 +162,7 @@
prop="textStatus"
align="center"
width="120px"
label="文本状态">
label="标准状态">
<template slot-scope="scope">
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
</template>
@@ -709,7 +709,7 @@
show-overflow-tooltip
prop="textStatus"
align="center"
label="文本状态">
label="标准状态">
<template slot-scope="scope">
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
</template>
@@ -893,7 +893,7 @@ export default {
issueTime: "", //发布日期
XCXSSRQ: "", //新车型实施日期
ZCCSSRQ: "", //在产车实施日期
textStatus: "", //文本状态
textStatus: "", //标准状态
id: ""
}]
},
@@ -918,7 +918,7 @@ export default {
user4: "",
user5: "",
standMap: new Map(),
textStatusMap: {}// 文本状态id与name对应
textStatusMap: {}// 标准状态id与name对应
};
},
methods: {
@@ -1125,7 +1125,7 @@ export default {
}, e => {
});
},
// 将文本状态的id与name对应
// 将标准状态的id与name对应
setMap(data) {
data.forEach(item => {
this.$set(this.textStatusMap, item.value, item.label);
@@ -1599,7 +1599,7 @@ export default {
}, res => {
this.energyKindOptions = res.data.ENERGYTYPES; //适用车型
this.countryOptions = res.data.COUNTRY;
this.standStateOptions = res.data.WBZTCLASS; // 文本状态
this.standStateOptions = res.data.WBZTCLASS; // 标准状态
this.setMap(this.standStateOptions);
});
this.selectionList();
@@ -125,7 +125,7 @@
show-overflow-tooltip
prop="textStatus"
width="120px"
label="文本状态">
label="标准状态">
<template slot-scope="scope">
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
</template>
@@ -344,7 +344,7 @@
show-overflow-tooltip
prop="textStatus"
align="center"
label="文本状态">
label="标准状态">
<template slot-scope="scope">
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
</template>
@@ -459,7 +459,7 @@ export default {
newCarTime: "", //新车型实施日期
oldCarTime: "", //在产车实施日期
applyCar: "", //适用车型
textState: "", //文本状态
textState: "", //标准状态
id: ""
}]
},
@@ -471,7 +471,7 @@ export default {
user4: "",
user5: "",
standMap: new Map(),
textStatusMap: {}// 文本状态id与name对应
textStatusMap: {}// 标准状态id与name对应
};
},
methods: {
@@ -762,7 +762,7 @@ export default {
this.addList()
},
// 将文本状态的id与name对应
// 将标准状态的id与name对应
setMap(data) {
data.forEach(item => {
this.$set(this.textStatusMap, item.value, item.label);
@@ -780,7 +780,7 @@ export default {
_this: this
}, res => {
this.countryOptions = res.data.COUNTRY;
this.standStateOptions = res.data.WBZTCLASS; // 文本状态
this.standStateOptions = res.data.WBZTCLASS; // 标准状态
this.setMap(this.standStateOptions);
});
this.getData();
@@ -116,7 +116,7 @@
show-overflow-tooltip
prop="textStatus"
width="120px"
label="文本状态">
label="标准状态">
<template slot-scope="scope">
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
</template>
@@ -258,7 +258,7 @@ export default {
newCarTime: "", //新车型实施日期
oldCarTime: "", //在产车实施日期
applyCar: "", //适用车型
textState: "", //文本状态
textState: "", //标准状态
id: ""
}]
},
@@ -274,7 +274,7 @@ export default {
user4: "",
user5: "",
standMap: new Map(),
textStatusMap: {}// 文本状态id与name对应
textStatusMap: {}// 标准状态id与name对应
};
},
methods: {
@@ -495,7 +495,7 @@ export default {
this.pageSize = this.$store.getters.userInfo.configContent;
this.searchData();
},
// 将文本状态的id与name对应
// 将标准状态的id与name对应
setMap(data) {
data.forEach(item => {
this.$set(this.textStatusMap, item.value, item.label);
@@ -513,7 +513,7 @@ export default {
_this: this
}, res => {
this.countryOptions = res.data.COUNTRY;
this.standStateOptions = res.data.WBZTCLASS; // 文本状态
this.standStateOptions = res.data.WBZTCLASS; // 标准状态
this.setMap(this.standStateOptions);
});
this.getData();
@@ -162,7 +162,7 @@
prop="textStatus"
align="center"
width="120px"
label="文本状态">
label="标准状态">
<template slot-scope="scope">
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
</template>
@@ -681,7 +681,7 @@
show-overflow-tooltip
prop="textStatus"
align="center"
label="文本状态">
label="标准状态">
<template slot-scope="scope">
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
</template>
@@ -868,7 +868,7 @@ export default {
issueTime: "", //发布日期
xcxssrqgj: "", //新车型实施日期
zccssrqgj: "", //在产车实施日期
textStatus: "", //文本状态
textStatus: "", //标准状态
id: ""
}]
},
@@ -893,7 +893,7 @@ export default {
user4: "",
user5: "",
standMap: new Map(),
textStatusMap: {}// 文本状态id与name对应
textStatusMap: {}// 标准状态id与name对应
};
},
methods: {
@@ -1062,7 +1062,7 @@ export default {
}, e => {
});
},
// 将文本状态的id与name对应
// 将标准状态的id与name对应
setMap(data) {
data.forEach(item => {
this.$set(this.textStatusMap, item.value, item.label);
@@ -1589,7 +1589,7 @@ export default {
}, res => {
this.energyKindOptions = res.data.ENERGYTYPES //适用车型
this.countryOptions = res.data.COUNTRY; //国家/地区
this.standStateOptions = res.data.WBZTCLASS; // 文本状态
this.standStateOptions = res.data.WBZTCLASS; // 标准状态
this.setMap(this.standStateOptions);
});
this.selectionList();
@@ -189,8 +189,8 @@
</el-form-item>
</el-col>
<el-col :span="12">
<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-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="请选择标准状态">
<template v-if="form.standInData === '0'">
<el-option
v-for="item in standStateOptions0"
@@ -1318,7 +1318,7 @@
</el-table-column>
<el-table-column
prop="textStatus"
label="文本状态"
label="标准状态"
width="130">
<template slot-scope="scope">
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
@@ -1483,7 +1483,7 @@
</el-table-column>
<el-table-column
prop="textStatus"
label="文本状态"
label="标准状态"
align="center"
min-width="30">
<template slot-scope="scope">
@@ -1650,7 +1650,7 @@
glwjFileList: [],
nodeList5: [],
filterText: '',
textStatusMap: {}, // 文本状态id与name对应
textStatusMap: {}, // 标准状态id与name对应
standardDrawer: false,
loadSarStandard: false,
verifySarStandard: false,
@@ -1767,7 +1767,7 @@
standId: '',
// 基础信息
country: '',
textStatus: '', // 文本状态
textStatus: '', // 标准状态
standYear: '', // 标准年份
standInData: '0', // 标准类型
standSort: '', // 标准类别
@@ -1896,7 +1896,7 @@
{required: true, message: '请选择标准性质', trigger: 'change'}
],
textStatus: [
{required: true, message: '请选择文本状态', trigger: 'change'}
{required: true, message: '请选择标准状态', trigger: 'change'}
]
,
issueTime: [
@@ -1908,8 +1908,8 @@
countryOptions: [],//国家地区
standSortOptions: [], // 标准类别
standNatureOptions: [], // 标准性质
standStateOptions0: [], // 文本状态 - 国内
standStateOptions1: [], // 文本状态 - 海外
standStateOptions0: [], // 标准状态 - 国内
standStateOptions1: [], // 标准状态 - 海外
standSystemOptions: [], // 标准体系
busVppsOptions: [], // 车系体系架构
busVppsChildOptions: [], // 车系体系架构子集合
@@ -2013,7 +2013,7 @@
this.form = {
// 基础信息
country: '',
textStatus: '', // 文本状态
textStatus: '', // 标准状态
standYear: '', // 标准年份
standInData: val, // 标准类型
standSort: '', // 标准类别
@@ -2208,7 +2208,7 @@
this.form = {
// 基础信息
country: '',
textStatus: '', // 文本状态
textStatus: '', // 标准状态
standYear: '', // 标准年份
standInData: val, // 标准类型
standSort: '', // 标准类别
@@ -2402,7 +2402,7 @@
})
},
// 将文本状态的id与name对应
// 将标准状态的id与name对应
setMap(data) {
data.forEach(item => {
this.$set(this.textStatusMap, item.value, item.label)
@@ -2421,7 +2421,7 @@
standEnName: '', // 英文名称
standName: '', // 中文名称
signFlag: '1', // 是否需要会签
textStatus: '', // 文本状态
textStatus: '', // 标准状态
standYear: '', // 标准年份
// standInData: data.standInData ? data.standInData : '0', // 标准类型
// standSort: data.standSort ? data.standSort : '', // 标准类别
@@ -35,7 +35,7 @@
clearable
></el-input>
</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-option
v-for="(item, index) in textTypeList"
@@ -436,7 +436,7 @@ export default {
{required: true, message: '请选择附件', trigger: 'change'},
],
textType: [
{required: true, message: '请选择文本状态', trigger: 'change'},
{required: true, message: '请选择标准状态', trigger: 'change'},
]
},
// 标准征求意见数据可库
@@ -376,10 +376,10 @@
<el-table-column
prop="textStatus"
width="110"
label="文本状态">
label="标准状态">
<!-- <template slot="header" slot-scope="scope">-->
<!-- <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>-->
<!-- </template>-->
<template slot-scope="scope">
@@ -496,10 +496,10 @@
<el-table-column
prop="textStatus"
width="110"
label="文本状态">
label="标准状态">
<!-- <template slot="header" slot-scope="scope">-->
<!-- <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>-->
<!-- </template>-->
<template slot-scope="scope">
@@ -575,7 +575,7 @@
<el-table-column
show-overflow-tooltip
prop="standStatusShow"
label="文本状态"
label="标准状态"
width="110"
>
@@ -722,7 +722,7 @@ export default {
taskIds: this.$route.query.taskIds,
pId: this.$route.query.prcId,
standMap: new Map(),
textStatusMap: {},// 文本状态id与name对应
textStatusMap: {},// 标准状态id与name对应
};
},
mounted() {
@@ -735,9 +735,9 @@ export default {
}, res => {
this.energyKindOptions = res.data.ENERGYTYPES; //适用车型
this.standSortOptions = res.data.STANDCLASSIFY; // 标准类别
this.setMap(res.data.WBZTCLASS);// 文本状态
this.setMap(res.data.WBZTCLASS);// 标准状态
this.setMap(this.zrbmMap, res.data.ZRBMCLASS);
this.textState = res.data.WBZTCLASS // 文本状态
this.textState = res.data.WBZTCLASS // 标准状态
this.showLocalProductData(this.getLocalPro);
}, e => {
});
@@ -796,7 +796,7 @@ export default {
this.drawerTitle = '转办处理人'
this.selectPeople = row
},
// 将文本状态的id与name对应
// 将标准状态的id与name对应
setMap(data) {
data.forEach(item => {
this.$set(this.textStatusMap, item.value, item.label)