政策入库的文本状态改为标准状态
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
<div class="prc-content-border">
|
<div class="prc-content-border">
|
||||||
<el-row :gutter="24">
|
<el-row :gutter="24">
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
|
|
||||||
<SelectMultipleFormItem label="1级政策分类"
|
<SelectMultipleFormItem label="1级政策分类"
|
||||||
prop="lawsTypeFirstLevel"
|
prop="lawsTypeFirstLevel"
|
||||||
v-model="form.lawsTypeFirstLevel"
|
v-model="form.lawsTypeFirstLevel"
|
||||||
@@ -53,7 +54,7 @@
|
|||||||
type="primary"
|
type="primary"
|
||||||
style="height: 40px;margin-top: 5px;"
|
style="height: 40px;margin-top: 5px;"
|
||||||
@click="handleSearch">
|
@click="handleSearch">
|
||||||
根据编号、名称、文本状态查询
|
根据编号、名称、标准状态查询
|
||||||
</el-button>
|
</el-button>
|
||||||
</InputFormItem>
|
</InputFormItem>
|
||||||
</el-col>
|
</el-col>
|
||||||
@@ -88,7 +89,7 @@
|
|||||||
</DataRangePickerFormItem>
|
</DataRangePickerFormItem>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<SelectFormItem label="文本状态"
|
<SelectFormItem label="标准状态"
|
||||||
prop="lawsTextState"
|
prop="lawsTextState"
|
||||||
v-model="form.lawsTextState"
|
v-model="form.lawsTextState"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
|
|||||||
+2
-2
@@ -31,7 +31,7 @@
|
|||||||
clearable
|
clearable
|
||||||
:maxlength="100"></el-input>
|
:maxlength="100"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-formItem label="文本状态" prop="lawsTextState" class="search-item">
|
<el-formItem label="标准状态" prop="lawsTextState" class="search-item">
|
||||||
<el-select :disabled="disabled" v-model="SearchForm.lawsTextState" filterable clearable>
|
<el-select :disabled="disabled" v-model="SearchForm.lawsTextState" filterable clearable>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in dict.lawsTextStateOptions"
|
v-for="item in dict.lawsTextStateOptions"
|
||||||
@@ -110,7 +110,7 @@
|
|||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
prop="textStatus"
|
prop="textStatus"
|
||||||
width="120"
|
width="120"
|
||||||
label="文本状态"
|
label="标准状态"
|
||||||
align="center">
|
align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{ scope.row.standStatusShow }}</span>
|
<span>{{ scope.row.standStatusShow }}</span>
|
||||||
|
|||||||
@@ -167,7 +167,7 @@ export default {
|
|||||||
{type: 'string', max: 100, message: '发文单位不能超过100个字符', trigger: 'change'}
|
{type: 'string', max: 100, message: '发文单位不能超过100个字符', trigger: 'change'}
|
||||||
],
|
],
|
||||||
lawsTextState: [
|
lawsTextState: [
|
||||||
{required: true, message: '文本状态不能为空', trigger: 'change'}
|
{required: true, message: '标准状态不能为空', trigger: 'change'}
|
||||||
],
|
],
|
||||||
isRelateAccess: [
|
isRelateAccess: [
|
||||||
{required: true, message: '是否纳入认证清单不能为空', trigger: 'change'}
|
{required: true, message: '是否纳入认证清单不能为空', trigger: 'change'}
|
||||||
@@ -500,7 +500,7 @@ export default {
|
|||||||
// this.standSubclassOptions = res.data.BUSSFINECLASS
|
// this.standSubclassOptions = res.data.BUSSFINECLASS
|
||||||
// this.standSortOptions = res.data.STANDCLASSIFY // 标准类别
|
// this.standSortOptions = res.data.STANDCLASSIFY // 标准类别
|
||||||
// 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 = res.data.ENERGYTYPES // 适用车型
|
// this.applyArcticOptions = res.data.ENERGYTYPES // 适用车型
|
||||||
// this.categoryOptions = res.data.NYLXCLASS // 能源类型
|
// this.categoryOptions = res.data.NYLXCLASS // 能源类型
|
||||||
|
|||||||
@@ -173,7 +173,7 @@ export default {
|
|||||||
{type: 'string', max: 100, message: '发文单位不能超过100个字符', trigger: 'change'}
|
{type: 'string', max: 100, message: '发文单位不能超过100个字符', trigger: 'change'}
|
||||||
],
|
],
|
||||||
lawsTextState: [
|
lawsTextState: [
|
||||||
{required: true, message: '文本状态不能为空', trigger: 'change'}
|
{required: true, message: '标准状态不能为空', trigger: 'change'}
|
||||||
],
|
],
|
||||||
isRelateAccess: [
|
isRelateAccess: [
|
||||||
{required: true, message: '是否纳入认证清单不能为空', trigger: 'change'}
|
{required: true, message: '是否纳入认证清单不能为空', trigger: 'change'}
|
||||||
|
|||||||
Reference in New Issue
Block a user