高级搜索的文本状态改为标准状态
This commit is contained in:
@@ -118,8 +118,8 @@
|
||||
</el-row>
|
||||
<el-row type="flex" justify="space-around" class="code-row-bg">
|
||||
<el-col :span="12">
|
||||
<el-form-item label="文本状态" prop="textStatus">
|
||||
<el-select :popper-append-to-body="false" v-model="standForm.textStatus" placeholder="请选择文本状态" clearable>
|
||||
<el-form-item label="标准状态" prop="textStatus">
|
||||
<el-select :popper-append-to-body="false" v-model="standForm.textStatus" placeholder="请选择标准状态" clearable>
|
||||
<el-option
|
||||
v-for="item in standStateOptions"
|
||||
placeholder="请选择"
|
||||
@@ -444,10 +444,10 @@
|
||||
</el-row>
|
||||
<el-row type="flex" justify="space-around" class="code-row-bg">
|
||||
<el-col :span="12">
|
||||
<el-form-item label="文本状态" prop="lawsTextState">
|
||||
<el-form-item label="标准状态" prop="lawsTextState">
|
||||
<el-select v-model="standForm.lawsTextState"
|
||||
@keyup.enter.native="btnSearch"
|
||||
placeholder="请选择文本状态"
|
||||
placeholder="请选择标准状态"
|
||||
clearable>
|
||||
<el-option
|
||||
v-for="opt in lawsTextStateOptions"
|
||||
@@ -712,9 +712,9 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="文本状态" prop="textStatusBuss">
|
||||
<el-form-item label="标准状态" prop="textStatusBuss">
|
||||
<el-select v-model="standForm.textStatusBuss"
|
||||
placeholder="请选择文本状态"
|
||||
placeholder="请选择标准状态"
|
||||
clearable>
|
||||
<el-option
|
||||
v-for="opt in textStatusOptions"
|
||||
@@ -1054,7 +1054,7 @@
|
||||
<el-table-column
|
||||
align="center"
|
||||
width="180"
|
||||
:label="selectIndex === 'INLAND_STAND' ? '文本状态' : (this.selectIndex === 'INLAND_LAWS' ? '文件状态' : '文本状态')">
|
||||
:label="selectIndex === 'INLAND_STAND' ? '标准状态' : (this.selectIndex === 'INLAND_LAWS' ? '文件状态' : '标准状态')">
|
||||
<template slot-scope="scope">
|
||||
<div :style="selectIndex === 'BUSINESS_STAND' || selectIndex === 'INLAND_LAWS' ? (scope.row.textStatusBussName === '参考'|| scope.row.textStatusBussName === '被代替' ? 'color: #E6A23C;' :
|
||||
(scope.row.textStatusBussName === '作废' || scope.row.lawsTextStateName === '作废' ? 'color: #F56C6C;' : '')) : ''">
|
||||
@@ -1353,7 +1353,7 @@
|
||||
itemsName: "", // 条款名称
|
||||
parts: "", // 关联零部件
|
||||
// 基础信息
|
||||
textStatus: '', // 文本状态
|
||||
textStatus: '', // 标准状态
|
||||
standYear: '', // 标准年份
|
||||
standInData: '0', // 标准类型
|
||||
standSort: '', // 标准类别
|
||||
@@ -2657,7 +2657,7 @@
|
||||
// 设置高级搜索下拉框
|
||||
this.standSortOptions = res.data.STANDCLASSIFY // 标准类别
|
||||
this.standNatureOptions = res.data.SARPROPERTY // 标准性质
|
||||
this.standStateOptions = res.data.WBZTCLASS // 文本状态
|
||||
this.standStateOptions = res.data.WBZTCLASS // 标准状态
|
||||
// this.standSystemOptions = res.data.BZTXCLASS // 标准体系
|
||||
this.standSystemOptions = res.data.TXLBBUSS // 标准体系
|
||||
this.standSystemBussOptions = res.data.TXLBBUSS // 企标体系
|
||||
@@ -2678,7 +2678,7 @@
|
||||
this.bussBigClassOptions = res.data.BUSSBIGCLASS;
|
||||
this.bussStandClassOptions = res.data.BUSSSTANDCLASS;
|
||||
this.regionOptions = res.data.REGION; // 区域
|
||||
this.textStatusOptions = res.data.TEXTSTATUSBUSS // 文本状态
|
||||
this.textStatusOptions = res.data.TEXTSTATUSBUSS // 标准状态
|
||||
this.qcdwOptions = res.data.QCDW // 起草单位
|
||||
this.qcrOptions = res.data.QCRBUSS // 起草人
|
||||
this.syrzOptions = res.data.SYRZCLASS // 适用认证
|
||||
|
||||
Reference in New Issue
Block a user