修改企业标准以及体系搜索的文本状态改为标准状态

This commit is contained in:
zhoulingpo
2023-12-05 17:31:06 +08:00
parent 60835fdb45
commit 3c54f0c4c5
2 changed files with 9 additions and 9 deletions
@@ -371,7 +371,7 @@
<el-table-column <el-table-column
show-overflow-tooltip show-overflow-tooltip
prop="standStatusShow" prop="standStatusShow"
label="文本状态" label="标准状态"
width="110" width="110"
> >
@@ -603,9 +603,9 @@
</el-form-item> </el-form-item>
<el-form-item title="“计划修订”、“修订中”均为现行有效版本;“已修订”标准的有效性根据实际实施情况判定。" <el-form-item title="“计划修订”、“修订中”均为现行有效版本;“已修订”标准的有效性根据实际实施情况判定。"
prop="textStatusBuss" label-width="150px" class="add-form-item"> prop="textStatusBuss" label-width="150px" class="add-form-item">
<template slot="label">文本状态</template> <template slot="label">标准状态</template>
<el-select v-model="sarBussionessStandEO.textStatusBuss" <el-select v-model="sarBussionessStandEO.textStatusBuss"
placeholder="请选择文本状态" placeholder="请选择标准状态"
clearable> clearable>
<el-option <el-option
v-for="(opt,index) in standStateOptions" v-for="(opt,index) in standStateOptions"
@@ -1060,7 +1060,7 @@
<!-- </el-table-column>--> <!-- </el-table-column>-->
<el-table-column <el-table-column
prop="standStatusShow" prop="standStatusShow"
label="文本状态" label="标准状态"
width="200" width="200"
align="center"> align="center">
</el-table-column> </el-table-column>
@@ -1267,9 +1267,9 @@
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
clearable></el-input> clearable></el-input>
</el-form-item> </el-form-item>
<el-form-item label="文本状态" class="add-form-item form-item-disabled"> <el-form-item label="标准状态" class="add-form-item form-item-disabled">
<el-select v-model="sarBussionessSearch.textStatusBuss" <el-select v-model="sarBussionessSearch.textStatusBuss"
placeholder="请选择文本状态" placeholder="请选择标准状态"
clearable> clearable>
<el-option <el-option
v-for="(opt,index) in standStateOptions" v-for="(opt,index) in standStateOptions"
@@ -2281,7 +2281,7 @@ export default {
formdisableflag: false, formdisableflag: false,
defaultAddFormFieldRules: { defaultAddFormFieldRules: {
textStatusBuss: [ textStatusBuss: [
{required: true, message: '文本状态不能为空', trigger: 'change'} {required: true, message: '标准状态不能为空', trigger: 'change'}
], ],
standYear: [ standYear: [
{required: true, message: '标准年份不能为空', trigger: 'change'} {required: true, message: '标准年份不能为空', trigger: 'change'}
@@ -5619,7 +5619,7 @@ export default {
this.standSubclassOptions = res.data.BUSSFINECLASS this.standSubclassOptions = res.data.BUSSFINECLASS
this.standSortOptions = res.data.BUSSSTANDCLASS // 企业标准类别 this.standSortOptions = res.data.BUSSSTANDCLASS // 企业标准类别
this.standNatureOptions = res.data.SARPROPERTY // 标准性质 this.standNatureOptions = res.data.SARPROPERTY // 标准性质
this.standStateOptions = res.data.TEXTSTATUSBUSS // 文本状态 this.standStateOptions = res.data.TEXTSTATUSBUSS // 标准状态
this.standSystemOptions = res.data.TXLBBUSS // 标准体系 this.standSystemOptions = res.data.TXLBBUSS // 标准体系
this.applyArcticOptions.options = res.data.ENERGYTYPES // 适用车型 this.applyArcticOptions.options = res.data.ENERGYTYPES // 适用车型
this.categoryOptions.options = res.data.NYLXCLASS // 能源类型 this.categoryOptions.options = res.data.NYLXCLASS // 能源类型
@@ -152,7 +152,7 @@
prop="standState" prop="standState"
width="80" width="80"
show-overflow-tooltip show-overflow-tooltip
label="文本状态"> label="标准状态">
<!--<template slot-scope="scope">--> <!--<template slot-scope="scope">-->
<!--<span v-if="dict.commonState">{{ this.dict.commonState.find(item => item.value === scope.row.standState).label }}</span>--> <!--<span v-if="dict.commonState">{{ this.dict.commonState.find(item => item.value === scope.row.standState).label }}</span>-->
<!--</template>--> <!--</template>-->