feat: There is no way the, bug #52283
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
<div class="basic-information-content">
|
<div class="basic-information-content">
|
||||||
<p style="" class="half"><label style=" margin-right: 157px;">政策编号</label><span>{{ sarStandardsInfoEO.lawsNumber }}</span></p>
|
<p style="" class="half"><label style=" margin-right: 157px;">政策编号</label><span>{{ sarStandardsInfoEO.lawsNumber }}</span></p>
|
||||||
<p class="half"><label style=" margin-right: 157px;">政策文号</label><span>{{ sarStandardsInfoEO.lawsNo || '-' }}</span></p>
|
<p class="half"><label style=" margin-right: 157px;">政策文号</label><span>{{ sarStandardsInfoEO.lawsNo || '-' }}</span></p>
|
||||||
<p><label style=" margin-right: 157px;">中文名称</label><span>{{ sarStandardsInfoEO.lawsName || '-' }}</span></p>
|
<p><label style=" margin-right: 157px;">政策名称</label><span>{{ sarStandardsInfoEO.lawsName || '-' }}</span></p>
|
||||||
<p v-if="activeState" style=""><label style=" margin-right: 157px;">英文名称</label><span>{{ sarStandardsInfoEO.lawsEnName || '-' }}</span></p>
|
<p v-if="activeState" style=""><label style=" margin-right: 157px;">英文名称</label><span>{{ sarStandardsInfoEO.lawsEnName || '-' }}</span></p>
|
||||||
<p class="half"><label style=" margin-right: 157px;">发文日期</label><span>{{ sarStandardsInfoEO.issueTime || '-' }}</span></p>
|
<p class="half"><label style=" margin-right: 157px;">发文日期</label><span>{{ sarStandardsInfoEO.issueTime || '-' }}</span></p>
|
||||||
<p class="half"><label style=" margin-right: 157px;">发文单位</label><span>{{ sarStandardsInfoEO.issueCompany || '-' }}</span></p>
|
<p class="half"><label style=" margin-right: 157px;">发文单位</label><span>{{ sarStandardsInfoEO.issueCompany || '-' }}</span></p>
|
||||||
|
|||||||
@@ -34,10 +34,10 @@
|
|||||||
></el-option>
|
></el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="中文名称" prop="lawsName" class="add-form-item form-item-disabled">
|
<el-form-item label="政策名称" prop="lawsName" class="add-form-item form-item-disabled">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="form.lawsName"
|
v-model="form.lawsName"
|
||||||
placeholder="请输入中文名称"
|
placeholder="请输入政策名称"
|
||||||
clearable
|
clearable
|
||||||
></el-input>
|
></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
@@ -673,14 +673,14 @@
|
|||||||
align="center">
|
align="center">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="标准编号">
|
label="政策编号">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<a class="table-jump" @click="handlePreview(scope.row)">{{ scope.row.lawsNumber }}</a>
|
<a class="table-jump" @click="handlePreview(scope.row)">{{ scope.row.lawsNumber }}</a>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="lawsName"
|
prop="lawsName"
|
||||||
label="标准名称">
|
label="政策名称">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="issueTime"
|
prop="issueTime"
|
||||||
@@ -774,10 +774,10 @@
|
|||||||
:maxlength="100"
|
:maxlength="100"
|
||||||
@keyup.enter.native="handleSearchStandard"/>
|
@keyup.enter.native="handleSearchStandard"/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="中文名称" style="margin-right:-20px" prop="lawsName" class="search-item" >
|
<el-form-item label="政策名称" style="margin-right:-20px" prop="lawsName" class="search-item" >
|
||||||
<el-input
|
<el-input
|
||||||
v-model="standardSearchForm.lawsName"
|
v-model="standardSearchForm.lawsName"
|
||||||
placeholder="请输入中文名称"
|
placeholder="请输入政策名称"
|
||||||
clearable
|
clearable
|
||||||
:maxlength="100"></el-input>
|
:maxlength="100"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
@@ -849,7 +849,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="lawsName"
|
prop="lawsName"
|
||||||
label="中文名称"
|
label="政策名称"
|
||||||
align="center">
|
align="center">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
@@ -1255,8 +1255,8 @@
|
|||||||
{type: 'string', max: 100, message: '政策编号不能超过100个字符', trigger: 'change'}
|
{type: 'string', max: 100, message: '政策编号不能超过100个字符', trigger: 'change'}
|
||||||
],
|
],
|
||||||
lawsName: [
|
lawsName: [
|
||||||
{required: true, message: '中文名称不能为空', trigger: 'change'},
|
{required: true, message: '政策名称不能为空', trigger: 'change'},
|
||||||
{type: 'string', max: 500, message: '中文名称不能超过500个字符', trigger: 'change'},
|
{type: 'string', max: 500, message: '政策名称不能超过500个字符', trigger: 'change'},
|
||||||
{validator: this.verify.checkSpecialCharacterOftags, trigger: 'change'}
|
{validator: this.verify.checkSpecialCharacterOftags, trigger: 'change'}
|
||||||
],
|
],
|
||||||
lawsEnName: [
|
lawsEnName: [
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
></el-option>
|
></el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="中文名称" prop="lawsName" class="add-form-item form-item-disabled">
|
<el-form-item label="政策名称" prop="lawsName" class="add-form-item form-item-disabled">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="form.lawsName" disabled
|
v-model="form.lawsName" disabled
|
||||||
clearable
|
clearable
|
||||||
|
|||||||
@@ -34,10 +34,10 @@
|
|||||||
></el-option>
|
></el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="中文名称" prop="lawsName" class="add-form-item form-item-disabled">
|
<el-form-item label="政策名称" prop="lawsName" class="add-form-item form-item-disabled">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="form.lawsName"
|
v-model="form.lawsName"
|
||||||
placeholder="请输入中文名称"
|
placeholder="请输入政策名称"
|
||||||
clearable
|
clearable
|
||||||
></el-input>
|
></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
@@ -820,7 +820,7 @@
|
|||||||
:maxlength="100"
|
:maxlength="100"
|
||||||
@keyup.enter.native="handleSearchStandard"/>
|
@keyup.enter.native="handleSearchStandard"/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="中文名称" style="margin-right:-20px" prop="lawsName" class="search-item" >
|
<el-form-item label="政策名称" style="margin-right:-20px" prop="lawsName" class="search-item" >
|
||||||
<el-input
|
<el-input
|
||||||
v-model="standardSearchForm.lawsName"
|
v-model="standardSearchForm.lawsName"
|
||||||
placeholder="请输入中文名称"
|
placeholder="请输入中文名称"
|
||||||
@@ -893,7 +893,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="lawsName"
|
prop="lawsName"
|
||||||
label="中文名称"
|
label="政策名称"
|
||||||
align="center">
|
align="center">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
@@ -1310,8 +1310,8 @@
|
|||||||
{type: 'string', max: 100, message: '政策编号不能超过100个字符', trigger: 'change'}
|
{type: 'string', max: 100, message: '政策编号不能超过100个字符', trigger: 'change'}
|
||||||
],
|
],
|
||||||
lawsName: [
|
lawsName: [
|
||||||
{required: true, message: '中文名称不能为空', trigger: 'change'},
|
{required: true, message: '政策名称不能为空', trigger: 'change'},
|
||||||
{type: 'string', max: 500, message: '中文名称不能超过500个字符', trigger: 'change'},
|
{type: 'string', max: 500, message: '政策名称不能超过500个字符', trigger: 'change'},
|
||||||
{validator: this.verify.checkSpecialCharacterOftags, trigger: 'change'}
|
{validator: this.verify.checkSpecialCharacterOftags, trigger: 'change'}
|
||||||
],
|
],
|
||||||
lawsEnName: [
|
lawsEnName: [
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
></el-option>
|
></el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="中文名称" prop="lawsName" class="add-form-item form-item-disabled">
|
<el-form-item label="政策名称" prop="lawsName" class="add-form-item form-item-disabled">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="form.lawsName" disabled
|
v-model="form.lawsName" disabled
|
||||||
clearable
|
clearable
|
||||||
|
|||||||
@@ -155,13 +155,13 @@
|
|||||||
round
|
round
|
||||||
@click="configurationStandard"
|
@click="configurationStandard"
|
||||||
v-btn-permission="'fd83032ae5f41a0021b00e93c88edbbf'"
|
v-btn-permission="'fd83032ae5f41a0021b00e93c88edbbf'"
|
||||||
><i class="iconfont"></i>配置标准</el-button>
|
><i class="iconfont"></i>配置政策</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
class="common-button-default"
|
class="common-button-default"
|
||||||
round
|
round
|
||||||
@click="deleteEnterStandFromKind(2)"
|
@click="deleteEnterStandFromKind(2)"
|
||||||
v-btn-permission="'fd83032ae5f41a0021b00e93c88edbbd'"
|
v-btn-permission="'fd83032ae5f41a0021b00e93c88edbbd'"
|
||||||
><i class="iconfont"></i>移除标准</el-button>
|
><i class="iconfont"></i>移除政策</el-button>
|
||||||
</div>
|
</div>
|
||||||
<!--表格-->
|
<!--表格-->
|
||||||
<div class="content">
|
<div class="content">
|
||||||
@@ -706,7 +706,7 @@
|
|||||||
</el-dialog>
|
</el-dialog>
|
||||||
<!-- 配置标准 -->
|
<!-- 配置标准 -->
|
||||||
<el-drawer
|
<el-drawer
|
||||||
title="配置标准"
|
title="配置政策"
|
||||||
:wrapperClosable="false"
|
:wrapperClosable="false"
|
||||||
:visible.sync="configStandFlag"
|
:visible.sync="configStandFlag"
|
||||||
size="1200px"
|
size="1200px"
|
||||||
@@ -734,24 +734,24 @@
|
|||||||
<el-formItem label="政策名称" prop="numberName" class="search-item">
|
<el-formItem label="政策名称" prop="numberName" class="search-item">
|
||||||
<el-input v-model="sarConfigStandSearch.numberName" @keyup.enter.native="searchConfiguraStand" placeholder="根据政策名称查找" clearable :maxlength="100"/>
|
<el-input v-model="sarConfigStandSearch.numberName" @keyup.enter.native="searchConfiguraStand" placeholder="根据政策名称查找" clearable :maxlength="100"/>
|
||||||
</el-formItem>
|
</el-formItem>
|
||||||
|
<el-form-item class="search-item btn-box">
|
||||||
<el-form-item class="search-item btn-box">
|
<el-button
|
||||||
<el-button
|
type="primary"
|
||||||
icon="el-icon-search"
|
class="common-button-primary"
|
||||||
type="primary"
|
size="small"
|
||||||
class="common-button-primary"
|
:loading="searching"
|
||||||
round
|
@click="searchConfiguraStand">
|
||||||
:loading="searching"
|
查询
|
||||||
@click="searchConfiguraStand"></el-button>
|
</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item class="search-item btn-box">
|
<el-form-item class="search-item btn-box">
|
||||||
<el-button
|
<el-button
|
||||||
class="common-button-default"
|
class="common-button-default"
|
||||||
icon="el-icon-refresh-left"
|
size="small"
|
||||||
round
|
@click="clearAllSearch(3)"
|
||||||
@click="clearAllSearch(3)"
|
>清空
|
||||||
></el-button>
|
</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -781,7 +781,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="lawsName"
|
prop="lawsName"
|
||||||
label="中文名称"
|
label="政策名称"
|
||||||
align="center">
|
align="center">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
@@ -2590,7 +2590,7 @@
|
|||||||
this.visibleShare = true
|
this.visibleShare = true
|
||||||
this.resPk = JSON.parse(JSON.stringify(command[0]))
|
this.resPk = JSON.parse(JSON.stringify(command[0]))
|
||||||
break
|
break
|
||||||
case '移除标准':
|
case '移除政策':
|
||||||
this.deleteEnterStandFromKind(1, command[0].id)
|
this.deleteEnterStandFromKind(1, command[0].id)
|
||||||
break
|
break
|
||||||
case '删除':
|
case '删除':
|
||||||
|
|||||||
Reference in New Issue
Block a user