feat: There is no way the,Laws
This commit is contained in:
@@ -908,7 +908,7 @@
|
|||||||
<el-form-item label="发文日期" class="add-form-item form-item-disabled">
|
<el-form-item label="发文日期" class="add-form-item form-item-disabled">
|
||||||
<el-datePicker v-model="lawsStandInfoSearch.issueTime"
|
<el-datePicker v-model="lawsStandInfoSearch.issueTime"
|
||||||
:editable="false"
|
:editable="false"
|
||||||
placeholder="请选择废止日期"
|
placeholder="请选择发文日期"
|
||||||
value-format="yyyy-MM-dd"
|
value-format="yyyy-MM-dd"
|
||||||
clearable></el-datePicker>
|
clearable></el-datePicker>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|||||||
@@ -39,9 +39,9 @@
|
|||||||
<el-radio label="INLAND_STAND">
|
<el-radio label="INLAND_STAND">
|
||||||
<span>{{ $t("m.standAll") }}</span>
|
<span>{{ $t("m.standAll") }}</span>
|
||||||
</el-radio>
|
</el-radio>
|
||||||
<!-- <el-radio label="INLAND_LAWS">-->
|
<el-radio label="INLAND_LAWS">
|
||||||
<!-- <span>{{ $t("m.lawsAll") }}</span>-->
|
<span>{{ $t("m.lawsAll") }}</span>
|
||||||
<!-- </el-radio>-->
|
</el-radio>
|
||||||
<el-radio label="BUSINESS_STAND">
|
<el-radio label="BUSINESS_STAND">
|
||||||
<span>{{ $t("m.enterpriseStandard") }}</span>
|
<span>{{ $t("m.enterpriseStandard") }}</span>
|
||||||
</el-radio>
|
</el-radio>
|
||||||
@@ -402,28 +402,35 @@
|
|||||||
<el-form :model="standForm" ref="standForm" label-position="right" label-width="150px">
|
<el-form :model="standForm" ref="standForm" label-position="right" label-width="150px">
|
||||||
<el-row type="flex" justify="space-around" class="code-row-bg">
|
<el-row type="flex" justify="space-around" class="code-row-bg">
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="政策分类" prop="nameShow">
|
<el-form-item label="政策分类" prop="lawsType">
|
||||||
<el-input v-model="standForm.nameShow" clearable placeholder="根据政策分类查找"
|
<el-select v-model="standForm.lawsType" filterable clearable @keyup.enter.native="btnSearch">
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
<el-option
|
||||||
|
v-for="item in lawsTypeOptions"
|
||||||
|
placeholder="请选择"
|
||||||
|
:key="item.value"
|
||||||
|
:value="item.value"
|
||||||
|
:label="item.label"
|
||||||
|
></el-option>
|
||||||
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="政策编号" prop="numberShow">
|
<el-form-item label="政策编号" prop="lawsNumber">
|
||||||
<el-input v-model="standForm.numberShow" clearable placeholder="根据政策编号查找"
|
<el-input v-model="standForm.lawsNumber" clearable placeholder="根据政策编号查找"
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
@keyup.enter.native="btnSearch"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row type="flex" justify="space-around" class="code-row-bg">
|
<el-row type="flex" justify="space-around" class="code-row-bg">
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="中文名称" prop="nameShow">
|
<el-form-item label="中文名称" prop="lawsName">
|
||||||
<el-input v-model="standForm.nameShow" clearable placeholder="根据中文名称查找"
|
<el-input v-model="standForm.lawsName" clearable placeholder="根据中文名称查找"
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
@keyup.enter.native="btnSearch"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="英文名称" prop="numberShow">
|
<el-form-item label="英文名称" prop="lawsEnName">
|
||||||
<el-input v-model="standForm.numberShow" clearable placeholder="根据英文名称查找"
|
<el-input v-model="standForm.lawsEnName" clearable placeholder="根据英文名称查找"
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
@keyup.enter.native="btnSearch"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
@@ -436,156 +443,255 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="发文日期" prop="numberShow">
|
<el-form-item label="发文日期" prop="issueTime">
|
||||||
<el-input v-model="standForm.numberShow" clearable placeholder="根据发文日期查找"
|
<el-datePicker v-model="standForm.issueTime"
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
@keyup.enter.native="btnSearch"
|
||||||
|
:editable="false"
|
||||||
|
placeholder="请选择发文日期"
|
||||||
|
value-format="yyyy-MM-dd"
|
||||||
|
clearable></el-datePicker>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row type="flex" justify="space-around" class="code-row-bg">
|
<el-row type="flex" justify="space-around" class="code-row-bg">
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="发文单位" prop="nameShow">
|
<el-form-item label="发文单位" prop="nameShow">
|
||||||
<el-input v-model="standForm.nameShow" clearable placeholder="根据发文单位查找"
|
<el-input v-model="standForm.issueCompany" clearable placeholder="根据发文单位查找"
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
@keyup.enter.native="btnSearch"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="征集意见周期" prop="numberShow">
|
<el-form-item label="征集意见周期" prop="commentCycleDate">
|
||||||
<el-input v-model="standForm.numberShow" clearable placeholder="根据征集意见周期查找"
|
<el-date-picker
|
||||||
|
v-model="commentCycleDate"
|
||||||
|
@keyup.enter.native="btnSearch"
|
||||||
|
type="datetimerange"
|
||||||
|
:picker-options="pickerOptions"
|
||||||
|
range-separator="至"
|
||||||
|
start-placeholder="开始日期"
|
||||||
|
end-placeholder="结束日期"
|
||||||
|
value-format="yyyy-MM-dd">
|
||||||
|
</el-date-picker>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
</el-row>
|
||||||
|
<el-row type="flex" justify="space-around" class="code-row-bg">
|
||||||
|
<el-col :span="12">
|
||||||
|
<el-form-item label="文本状态" prop="lawsTextState">
|
||||||
|
<el-select v-model="standForm.lawsTextState"
|
||||||
|
@keyup.enter.native="btnSearch"
|
||||||
|
placeholder="请选择文本状态"
|
||||||
|
clearable>
|
||||||
|
<el-option
|
||||||
|
v-for="opt in lawsTextStateOptions"
|
||||||
|
:key="opt.value"
|
||||||
|
:value="opt.value === undefined ? '' :opt.value" :label="opt.label"
|
||||||
|
>
|
||||||
|
{{ opt.label }}
|
||||||
|
</el-option>
|
||||||
|
</el-select>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
<el-col :span="12">
|
||||||
|
<el-form-item label="适用区域" prop="lawsSyqy">
|
||||||
|
<el-select v-model="standForm.lawsSyqy" filterable clearable @keyup.enter.native="btnSearch">
|
||||||
|
<el-option
|
||||||
|
v-for="item in lawsSyqyOptions"
|
||||||
|
placeholder="请选择"
|
||||||
|
:key="item.value"
|
||||||
|
:value="item.value"
|
||||||
|
:label="item.label"
|
||||||
|
></el-option>
|
||||||
|
</el-select>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
</el-row>
|
||||||
|
<el-row type="flex" justify="space-around" class="code-row-bg">
|
||||||
|
<el-col :span="12">
|
||||||
|
<el-form-item label="适用车型" prop="lawsSycx">
|
||||||
|
<el-select v-model="standForm.lawsSycx" filterable clearable @keyup.enter.native="btnSearch">
|
||||||
|
<el-option
|
||||||
|
v-for="item in lawsSycxOptions"
|
||||||
|
placeholder="请选择"
|
||||||
|
:key="item.value"
|
||||||
|
:value="item.value"
|
||||||
|
:label="item.label"
|
||||||
|
></el-option>
|
||||||
|
</el-select>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
<el-col :span="12">
|
||||||
|
<el-form-item label="是否纳入标准清单" prop="isRelateAccess">
|
||||||
|
<el-select v-model="standForm.isRelateAccess" @keyup.enter.native="btnSearch">
|
||||||
|
<el-option value="1" label="是" key="1"></el-option>
|
||||||
|
<el-option value="2" label="否" key="2"></el-option>
|
||||||
|
</el-select>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
</el-row>
|
||||||
|
<el-row type="flex" justify="space-around" class="code-row-bg">
|
||||||
|
<el-col :span="12">
|
||||||
|
<el-form-item label="年度" prop="lawsYear">
|
||||||
|
<el-select v-model="standForm.lawsYear" filterable clearable @keyup.enter.native="btnSearch">
|
||||||
|
<el-option
|
||||||
|
v-for="item in lawsYearOptions"
|
||||||
|
placeholder="请选择"
|
||||||
|
:key="item.value"
|
||||||
|
:value="item.value"
|
||||||
|
:label="item.label"
|
||||||
|
></el-option>
|
||||||
|
</el-select>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
<el-col :span="12">
|
||||||
|
<el-form-item label="福田转发通知文号" prop="lawsNotisyncNum">
|
||||||
|
<el-input v-model="standForm.lawsNotisyncNum" clearable placeholder="根据福田转发通知文号查找"
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
@keyup.enter.native="btnSearch"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row type="flex" justify="space-around" class="code-row-bg">
|
<el-row type="flex" justify="space-around" class="code-row-bg">
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="文本状态" prop="nameShow">
|
<el-form-item label="信息简报" prop="lawsBulletin">
|
||||||
<el-input v-model="standForm.nameShow" clearable placeholder="根据文本状态查找"
|
<el-input v-model="standForm.lawsBulletin" clearable placeholder="根据信息简报查找"
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
@keyup.enter.native="btnSearch"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="适用区域" prop="numberShow">
|
<el-form-item label="实施日期" prop="SSRQLAWS">
|
||||||
<el-input v-model="standForm.numberShow" clearable placeholder="根据适用区域查找"
|
<el-datePicker v-model="standForm.SSRQLAWS"
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
@keyup.enter.native="btnSearch"
|
||||||
</el-form-item>
|
:editable="false"
|
||||||
</el-col>
|
placeholder="请选择实施日期"
|
||||||
</el-row>
|
value-format="yyyy-MM-dd"
|
||||||
<el-row type="flex" justify="space-around" class="code-row-bg">
|
clearable></el-datePicker>
|
||||||
<el-col :span="12">
|
|
||||||
<el-form-item label="适用车型" prop="nameShow">
|
|
||||||
<el-input v-model="standForm.nameShow" clearable placeholder="根据适用车型查找"
|
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
|
||||||
</el-form-item>
|
|
||||||
</el-col>
|
|
||||||
<el-col :span="12">
|
|
||||||
<el-form-item label="是否纳入标准清单" prop="numberShow">
|
|
||||||
<el-input v-model="standForm.numberShow" clearable placeholder="根据是否纳入标准清单查找"
|
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
|
||||||
</el-form-item>
|
|
||||||
</el-col>
|
|
||||||
</el-row>
|
|
||||||
<el-row type="flex" justify="space-around" class="code-row-bg">
|
|
||||||
<el-col :span="12">
|
|
||||||
<el-form-item label="年度" prop="nameShow">
|
|
||||||
<el-input v-model="standForm.nameShow" clearable placeholder="根据年度查找"
|
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
|
||||||
</el-form-item>
|
|
||||||
</el-col>
|
|
||||||
<el-col :span="12">
|
|
||||||
<el-form-item label="福田转发通知文号" prop="numberShow">
|
|
||||||
<el-input v-model="standForm.numberShow" clearable placeholder="根据福田转发通知文号查找"
|
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
|
||||||
</el-form-item>
|
|
||||||
</el-col>
|
|
||||||
</el-row>
|
|
||||||
<el-row type="flex" justify="space-around" class="code-row-bg">
|
|
||||||
<el-col :span="12">
|
|
||||||
<el-form-item label="信息简报" prop="nameShow">
|
|
||||||
<el-input v-model="standForm.nameShow" clearable placeholder="根据信息简报查找"
|
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
|
||||||
</el-form-item>
|
|
||||||
</el-col>
|
|
||||||
<el-col :span="12">
|
|
||||||
<el-form-item label="实施日期" prop="numberShow">
|
|
||||||
<el-input v-model="standForm.numberShow" clearable placeholder="根据实施日期查找"
|
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row type="flex" justify="space-around" class="code-row-bg">
|
<el-row type="flex" justify="space-around" class="code-row-bg">
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="新车型实施日期" prop="nameShow">
|
<el-form-item label="新车型实施日期" prop="nameShow">
|
||||||
<el-input v-model="standForm.nameShow" clearable placeholder="根据新车型实施日期查找"
|
<el-datePicker v-model="standForm.XCXSSRQLAWS"
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
@keyup.enter.native="btnSearch"
|
||||||
|
:editable="false"
|
||||||
|
placeholder="请选择新车型实施日期"
|
||||||
|
value-format="yyyy-MM-dd"
|
||||||
|
clearable></el-datePicker>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="在产车实施日期" prop="numberShow">
|
<el-form-item label="在产车实施日期" prop="numberShow">
|
||||||
<el-input v-model="standForm.numberShow" clearable placeholder="根据在产车实施日期查找"
|
<el-datePicker v-model="standForm.ZCXSSRQLAWS"
|
||||||
|
@keyup.enter.native="btnSearch"
|
||||||
|
:editable="false"
|
||||||
|
placeholder="请选择在产车实施日期"
|
||||||
|
value-format="yyyy-MM-dd"
|
||||||
|
clearable></el-datePicker>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
</el-row>
|
||||||
|
<el-row type="flex" justify="space-around" class="code-row-bg">
|
||||||
|
<el-col :span="12">
|
||||||
|
<el-form-item label="我司参与深度" prop="CYSDLAWS">
|
||||||
|
<el-select v-model="standForm.CYSDLAWS" filterable clearable @keyup.enter.native="btnSearch">
|
||||||
|
<el-option
|
||||||
|
v-for="item in CYSDLAWSOptions"
|
||||||
|
placeholder="请选择"
|
||||||
|
:key="item.value"
|
||||||
|
:value="item.value"
|
||||||
|
:label="item.label"
|
||||||
|
></el-option>
|
||||||
|
</el-select>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
<el-col :span="12">
|
||||||
|
<el-form-item label="投稿人" prop="TGRLAWS">
|
||||||
|
<el-select v-model="standForm.TGRLAWS" filterable clearable @keyup.enter.native="btnSearch">
|
||||||
|
<el-option
|
||||||
|
v-for="item in TGRLAWSOptions"
|
||||||
|
placeholder="请选择"
|
||||||
|
:key="item.value"
|
||||||
|
:value="item.value"
|
||||||
|
:label="item.label"
|
||||||
|
></el-option>
|
||||||
|
</el-select>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
</el-row>
|
||||||
|
<el-row type="flex" justify="space-around" class="code-row-bg">
|
||||||
|
<el-col :span="12">
|
||||||
|
<el-form-item label="投稿单位" prop="TGDWLAWS">
|
||||||
|
<el-select v-model="standForm.TGDWLAWS" filterable clearable @keyup.enter.native="btnSearch">
|
||||||
|
<el-option
|
||||||
|
v-for="item in TGDWLAWSOptions"
|
||||||
|
placeholder="请选择"
|
||||||
|
:key="item.value"
|
||||||
|
:value="item.value"
|
||||||
|
:label="item.label"
|
||||||
|
></el-option>
|
||||||
|
</el-select>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
<el-col :span="12">
|
||||||
|
<el-form-item label="适用认证" prop="YYRZLAWS">
|
||||||
|
<el-select v-model="standForm.YYRZLAWS" filterable clearable @keyup.enter.native="btnSearch">
|
||||||
|
<el-option
|
||||||
|
v-for="item in YYRZLAWSOptions"
|
||||||
|
placeholder="请选择"
|
||||||
|
:key="item.value"
|
||||||
|
:value="item.value"
|
||||||
|
:label="item.label"
|
||||||
|
></el-option>
|
||||||
|
</el-select>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
</el-row>
|
||||||
|
<el-row type="flex" justify="space-around" class="code-row-bg">
|
||||||
|
<el-col :span="12">
|
||||||
|
<el-form-item label="责任部门" prop="ZRBMLAWS">
|
||||||
|
<el-select v-model="standForm.ZRBMLAWS" filterable clearable @keyup.enter.native="btnSearch">
|
||||||
|
<el-option
|
||||||
|
v-for="item in ZRBMLAWSOptions"
|
||||||
|
placeholder="请选择"
|
||||||
|
:key="item.value"
|
||||||
|
:value="item.value"
|
||||||
|
:label="item.label"
|
||||||
|
></el-option>
|
||||||
|
</el-select>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
<el-col :span="12">
|
||||||
|
<el-form-item label="责任工程师" prop="ZRGCSLAWS">
|
||||||
|
<el-select v-model="standForm.ZRGCSLAWS" filterable clearable @keyup.enter.native="btnSearch">
|
||||||
|
<el-option
|
||||||
|
v-for="item in ZRGCSLAWSOptions"
|
||||||
|
placeholder="请选择"
|
||||||
|
:key="item.value"
|
||||||
|
:value="item.value"
|
||||||
|
:label="item.label"
|
||||||
|
></el-option>
|
||||||
|
</el-select>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
</el-row>
|
||||||
|
<el-row type="flex" justify="space-around" class="code-row-bg">
|
||||||
|
<el-col :span="12">
|
||||||
|
<el-form-item label="代替文件号" prop="DTWJHLAWS">
|
||||||
|
<el-input v-model="standForm.DTWJHLAWS" clearable placeholder="根据代替文件号查找"
|
||||||
|
@keyup.enter.native="btnSearch"></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
<el-col :span="12">
|
||||||
|
<el-form-item label="被代替文件号" prop="BDTWJHLAWS">
|
||||||
|
<el-input v-model="standForm.BDTWJHLAWS" clearable placeholder="根据被代替文件号查找"
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
@keyup.enter.native="btnSearch"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row type="flex" justify="space-around" class="code-row-bg">
|
<el-row type="flex" justify="space-around" class="code-row-bg">
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="我司参与深度" prop="nameShow">
|
<el-form-item label="引用标准&政策" prop="YYBZZCLAWS">
|
||||||
<el-input v-model="standForm.nameShow" clearable placeholder="根据我司参与深度查找"
|
<el-input v-model="standForm.YYBZZCLAWS" clearable placeholder="根据引用标准&政策查找"
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
|
||||||
</el-form-item>
|
|
||||||
</el-col>
|
|
||||||
<el-col :span="12">
|
|
||||||
<el-form-item label="投稿人" prop="numberShow">
|
|
||||||
<el-input v-model="standForm.numberShow" clearable placeholder="根据投稿人查找"
|
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
|
||||||
</el-form-item>
|
|
||||||
</el-col>
|
|
||||||
</el-row>
|
|
||||||
<el-row type="flex" justify="space-around" class="code-row-bg">
|
|
||||||
<el-col :span="12">
|
|
||||||
<el-form-item label="投稿单位" prop="nameShow">
|
|
||||||
<el-input v-model="standForm.nameShow" clearable placeholder="根据投稿单位查找"
|
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
|
||||||
</el-form-item>
|
|
||||||
</el-col>
|
|
||||||
<el-col :span="12">
|
|
||||||
<el-form-item label="适用认证" prop="numberShow">
|
|
||||||
<el-input v-model="standForm.numberShow" clearable placeholder="根据适用认证查找"
|
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
|
||||||
</el-form-item>
|
|
||||||
</el-col>
|
|
||||||
</el-row>
|
|
||||||
<el-row type="flex" justify="space-around" class="code-row-bg">
|
|
||||||
<el-col :span="12">
|
|
||||||
<el-form-item label="责任部门" prop="nameShow">
|
|
||||||
<el-input v-model="standForm.nameShow" clearable placeholder="根据责任部门查找"
|
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
|
||||||
</el-form-item>
|
|
||||||
</el-col>
|
|
||||||
<el-col :span="12">
|
|
||||||
<el-form-item label="责任工程师" prop="numberShow">
|
|
||||||
<el-input v-model="standForm.numberShow" clearable placeholder="根据责任工程师查找"
|
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
|
||||||
</el-form-item>
|
|
||||||
</el-col>
|
|
||||||
</el-row>
|
|
||||||
<el-row type="flex" justify="space-around" class="code-row-bg">
|
|
||||||
<el-col :span="12">
|
|
||||||
<el-form-item label="代替文件号" prop="nameShow">
|
|
||||||
<el-input v-model="standForm.nameShow" clearable placeholder="根据代替文件号查找"
|
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
|
||||||
</el-form-item>
|
|
||||||
</el-col>
|
|
||||||
<el-col :span="12">
|
|
||||||
<el-form-item label="被代替文件号" prop="numberShow">
|
|
||||||
<el-input v-model="standForm.numberShow" clearable placeholder="根据被代替文件号查找"
|
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
|
||||||
</el-form-item>
|
|
||||||
</el-col>
|
|
||||||
</el-row>
|
|
||||||
<el-row type="flex" justify="space-around" class="code-row-bg">
|
|
||||||
<el-col :span="12">
|
|
||||||
<el-form-item label="引用标准&政策" prop="nameShow">
|
|
||||||
<el-input v-model="standForm.nameShow" clearable placeholder="根据引用标准&政策查找"
|
|
||||||
@keyup.enter.native="btnSearch"></el-input>
|
@keyup.enter.native="btnSearch"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
@@ -891,12 +997,11 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
:label="selectIndex === 'INLAND_STAND' ? this.$t('m.standNumber') : (this.selectIndex === 'INLAND_LAWS' ? this.$t('m.documentNumber') : this.$t('m.enterpriseStandardNumber'))"
|
:label="selectIndex === 'INLAND_STAND' ? this.$t('m.standNumber') : (this.selectIndex === 'INLAND_LAWS' ? '政策编号' : this.$t('m.enterpriseStandardNumber'))"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span style="margin-left: 10px" @click="judgeRolePermiOnSar(scope.row, 1)">{{ scope.row.numbershow
|
<span style="margin-left: 10px" @click="judgeRolePermiOnSar(scope.row, 1)">{{ selectIndex === 'INLAND_LAWS' ? scope.row.lawsNumber : scope.row.numbershow}}</span>
|
||||||
}}</span>
|
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
@@ -963,11 +1068,11 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
:label="selectIndex === 'INLAND_STAND' ? '标准名称' : (this.selectIndex === 'INLAND_LAWS' ? '文件名称' : '企业标准名称')"
|
:label="selectIndex === 'INLAND_STAND' ? '标准名称' : (this.selectIndex === 'INLAND_LAWS' ? '中文名称' : '企业标准名称')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span style="margin-left: 10px" @click="judgeRolePermiOnSar(scope.row, 1)">{{ scope.row.nameshow
|
<span style="margin-left: 10px" @click="judgeRolePermiOnSar(scope.row, 1)">{{ selectIndex === 'INLAND_LAWS' ? scope.row.lawsName : scope.row.nameshow
|
||||||
}}</span>
|
}}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
@@ -985,11 +1090,11 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
:label="$t('m.putTime')"
|
:label="selectIndex === 'INLAND_LAWS' ? '新车实施日期' :$t('m.putTime')"
|
||||||
width="130">
|
width="130">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div v-if="selectIndex === 'INLAND_STAND' ? (scope.row.SSRQ !== null && scope.row.SSRQ !== undefined && scope.row.SSRQ !== '') : (scope.row.putTime !== null && scope.row.putTime !== undefined && scope.row.putTime !== '')">
|
<div v-if="selectIndex === 'INLAND_STAND' ? (scope.row.SSRQ !== null && scope.row.SSRQ !== undefined && scope.row.SSRQ !== '') : (scope.row.putTime !== null && scope.row.putTime !== undefined && scope.row.putTime !== '')">
|
||||||
{{ $dateFormat(new Date(selectIndex === 'INLAND_STAND' ? scope.row.SSRQ : scope.row.putTime), "yyyy-MM-dd") }}
|
{{ $dateFormat(new Date(selectIndex === 'INLAND_STAND' ? scope.row.SSRQ : (selectIndex === 'INLAND_LAWS' ? scope.row.XCXSSRQLAWS : scope.row.putTime)), "yyyy-MM-dd") }}
|
||||||
</div>
|
</div>
|
||||||
<div v-else></div>
|
<div v-else></div>
|
||||||
</template>
|
</template>
|
||||||
@@ -999,9 +1104,9 @@
|
|||||||
width="180"
|
width="180"
|
||||||
:label="selectIndex === 'INLAND_STAND' ? '文本状态' : (this.selectIndex === 'INLAND_LAWS' ? '文件状态' : '文本状态')">
|
:label="selectIndex === 'INLAND_STAND' ? '文本状态' : (this.selectIndex === 'INLAND_LAWS' ? '文件状态' : '文本状态')">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div :style="selectIndex === 'BUSINESS_STAND' ? (scope.row.textStatusBussName === '参考' ? 'color: #E6A23C;' :
|
<div :style="selectIndex === 'BUSINESS_STAND' || selectIndex === 'INLAND_LAWS' ? (scope.row.textStatusBussName === '参考' ? 'color: #E6A23C;' :
|
||||||
(scope.row.textStatusBussName === '作废' || scope.row.textStatusBussName === '被代替' ? 'color: #F56C6C;' : '')) : ''">
|
(scope.row.textStatusBussName === '作废' || scope.row.lawsTextStateName === '作废' || scope.row.textStatusBussName === '被代替' ? 'color: #F56C6C;' : '')) : ''">
|
||||||
{{ selectIndex === 'INLAND_STAND' ? scope.row.textStatusName : (selectIndex === 'INLAND_LAWS' ? scope.row.textStatusLawsName : scope.row.textStatusBussName) }}
|
{{ selectIndex === 'INLAND_STAND' ? scope.row.textStatusName : (selectIndex === 'INLAND_LAWS' ? scope.row.lawsTextStateName : scope.row.textStatusBussName) }}
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
@@ -1142,6 +1247,33 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
pickerOptions: {
|
||||||
|
shortcuts: [{
|
||||||
|
text: '最近一周',
|
||||||
|
onClick(picker) {
|
||||||
|
const end = new Date();
|
||||||
|
const start = new Date();
|
||||||
|
start.setTime(start.getTime() - 3600 * 1000 * 24 * 7);
|
||||||
|
picker.$emit('pick', [start, end]);
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
text: '最近一个月',
|
||||||
|
onClick(picker) {
|
||||||
|
const end = new Date();
|
||||||
|
const start = new Date();
|
||||||
|
start.setTime(start.getTime() - 3600 * 1000 * 24 * 30);
|
||||||
|
picker.$emit('pick', [start, end]);
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
text: '最近三个月',
|
||||||
|
onClick(picker) {
|
||||||
|
const end = new Date();
|
||||||
|
const start = new Date();
|
||||||
|
start.setTime(start.getTime() - 3600 * 1000 * 24 * 90);
|
||||||
|
picker.$emit('pick', [start, end]);
|
||||||
|
}
|
||||||
|
}]
|
||||||
|
},
|
||||||
tableLoading: false,
|
tableLoading: false,
|
||||||
// 分享抽屉状态
|
// 分享抽屉状态
|
||||||
saveRoleBuss: [],
|
saveRoleBuss: [],
|
||||||
@@ -1205,6 +1337,7 @@ export default {
|
|||||||
// 国内标准检索条件
|
// 国内标准检索条件
|
||||||
regionOptions: [], // 区域
|
regionOptions: [], // 区域
|
||||||
partsOptions: [], // 关联零部件
|
partsOptions: [], // 关联零部件
|
||||||
|
commentCycleDate:'',
|
||||||
standForm: {
|
standForm: {
|
||||||
region: "",
|
region: "",
|
||||||
isHigh:'stand',
|
isHigh:'stand',
|
||||||
@@ -1327,6 +1460,46 @@ export default {
|
|||||||
glwj: '', // 关联文件
|
glwj: '', // 关联文件
|
||||||
xglc: '', // 相关流程
|
xglc: '', // 相关流程
|
||||||
chjl: '', // 参会记录
|
chjl: '', // 参会记录
|
||||||
|
lawsType: '',
|
||||||
|
lawsNumber: '',
|
||||||
|
lawsName: '',
|
||||||
|
lawsEnName: '',
|
||||||
|
lawsNo: '',
|
||||||
|
issueTime: '',
|
||||||
|
issueCompany: '',
|
||||||
|
commentCycleStart: '',
|
||||||
|
commentCycleEnd: '',
|
||||||
|
lawsTextState: '',
|
||||||
|
lawsSyqy: '',
|
||||||
|
lawsSycx: '',
|
||||||
|
isRelateAccess: '',
|
||||||
|
lawsYear: '',
|
||||||
|
lawsNotisyncNum: '',
|
||||||
|
lawsBulletin: '',
|
||||||
|
lawsLabel: '',
|
||||||
|
lawsRemark: '',
|
||||||
|
SSRQLAWS:'',
|
||||||
|
XCXSSRQLAWS:'',
|
||||||
|
ZCXSSRQLAWS:'',
|
||||||
|
// 文本信息
|
||||||
|
ZCWBLAWS:'',
|
||||||
|
GCWBLAWS:'',
|
||||||
|
JDWJLAWS:'',
|
||||||
|
// 适用范围
|
||||||
|
FBJGLAWS: '',
|
||||||
|
CYSDLAWS: '',
|
||||||
|
TGRLAWS: '',
|
||||||
|
TGDWLAWS: '',
|
||||||
|
NYLXLAWS: '',
|
||||||
|
YYRZLAWS: '',
|
||||||
|
ZRBMLAWS: '',
|
||||||
|
ZRGCSLAWS: '',
|
||||||
|
DTWJHLAWS: '',
|
||||||
|
BDTWJHLAWS: '',
|
||||||
|
YYBZZCLAWS: '',
|
||||||
|
XGLC: '',
|
||||||
|
CHJLLAWS: '',
|
||||||
|
GLWJLAWS: '',
|
||||||
},
|
},
|
||||||
// 国家/地区
|
// 国家/地区
|
||||||
countryOptions: [],
|
countryOptions: [],
|
||||||
@@ -1348,6 +1521,19 @@ export default {
|
|||||||
qcrOptions:[],//起草人下拉框
|
qcrOptions:[],//起草人下拉框
|
||||||
nylxOptions:[],//能源类型下拉框
|
nylxOptions:[],//能源类型下拉框
|
||||||
syrzOptions:[],//适用认证下拉框
|
syrzOptions:[],//适用认证下拉框
|
||||||
|
lawsTypeOptions: [],
|
||||||
|
lawsTextStateOptions: [],
|
||||||
|
lawsSyqyOptions: [],
|
||||||
|
lawsSycxOptions: [],
|
||||||
|
lawsYearOptions: [],
|
||||||
|
lawsLabelOptions: [],
|
||||||
|
CYSDLAWSOptions: [],
|
||||||
|
TGRLAWSOptions: [],
|
||||||
|
TGDWLAWSOptions: [],
|
||||||
|
NYLXLAWSOptions: [],
|
||||||
|
YYRZLAWSOptions: [],
|
||||||
|
ZRBMLAWSOptions: [],
|
||||||
|
ZRGCSLAWSOptions: [],
|
||||||
// 我司署名人
|
// 我司署名人
|
||||||
wssmrOptions: [],
|
wssmrOptions: [],
|
||||||
// 体系类别
|
// 体系类别
|
||||||
@@ -1753,7 +1939,6 @@ export default {
|
|||||||
this.searchSarBykey();
|
this.searchSarBykey();
|
||||||
},
|
},
|
||||||
judgeRolePermiOnSar(item, type) {
|
judgeRolePermiOnSar(item, type) {
|
||||||
debugger
|
|
||||||
let pagetype;
|
let pagetype;
|
||||||
if (type !== 5 && item.type === "msgdyinfo") {
|
if (type !== 5 && item.type === "msgdyinfo") {
|
||||||
if (type === 2) {
|
if (type === 2) {
|
||||||
@@ -1846,6 +2031,12 @@ export default {
|
|||||||
sarStandAttrObj[item.attrField] = nowStandForm[attrField]
|
sarStandAttrObj[item.attrField] = nowStandForm[attrField]
|
||||||
})
|
})
|
||||||
nowStandForm['sarStandAttrEOStr'] = JSON.stringify(sarStandAttrObj).replace(/"/g, "'")
|
nowStandForm['sarStandAttrEOStr'] = JSON.stringify(sarStandAttrObj).replace(/"/g, "'")
|
||||||
|
|
||||||
|
if(this.commentCycleDate && this.commentCycleDate.length === 2){
|
||||||
|
nowStandForm['commentCycleStart'] = this.commentCycleDate[0]
|
||||||
|
nowStandForm['commentCycleEnd'] = this.commentCycleDate[1]
|
||||||
|
}
|
||||||
|
|
||||||
this.exportSearchInfo = nowStandForm;
|
this.exportSearchInfo = nowStandForm;
|
||||||
this.$http.post("search/searchCenter/searchSarBykey", nowStandForm, {
|
this.$http.post("search/searchCenter/searchSarBykey", nowStandForm, {
|
||||||
_this: this,
|
_this: this,
|
||||||
@@ -1991,7 +2182,6 @@ export default {
|
|||||||
},
|
},
|
||||||
// 查看 查看跳转详情页
|
// 查看 查看跳转详情页
|
||||||
detailsStandardLaws(item) {
|
detailsStandardLaws(item) {
|
||||||
debugger
|
|
||||||
let routername = "";
|
let routername = "";
|
||||||
let pagetype = "";
|
let pagetype = "";
|
||||||
if (item.type === "stand") {
|
if (item.type === "stand") {
|
||||||
@@ -2003,19 +2193,20 @@ export default {
|
|||||||
pagetype = "FOREIGN_STAND";
|
pagetype = "FOREIGN_STAND";
|
||||||
}
|
}
|
||||||
} else if (item.type === "laws") {
|
} else if (item.type === "laws") {
|
||||||
if (this.$hasPermission("9P2UTSAHZ3AHKDGAEY6V")) {
|
routername = "OtherLawsStandDetails";
|
||||||
routername = "OtherLawsDetails";
|
pagetype = "LAWS_STAND";
|
||||||
if (item.laws_type === "INLAND") {
|
// if (this.$hasPermission("9P2UTSAHZ3AHKDGAEY6V")) {
|
||||||
pagetype = "INLAND_LAWS";
|
// if (item.laws_type === "INLAND") {
|
||||||
} else {
|
// pagetype = "INLAND_LAWS";
|
||||||
pagetype = "FOREIGN_LAWS";
|
// } else {
|
||||||
}
|
// pagetype = "FOREIGN_LAWS";
|
||||||
} else {
|
// }
|
||||||
this.$message({
|
// } else {
|
||||||
message: "无权访问",
|
// this.$message({
|
||||||
type: "warning"
|
// message: "无权访问",
|
||||||
});
|
// type: "warning"
|
||||||
}
|
// });
|
||||||
|
// }
|
||||||
} else {
|
} else {
|
||||||
routername = "OtherBussStandardDetails";
|
routername = "OtherBussStandardDetails";
|
||||||
pagetype = "BUSINESS_STAND ";
|
pagetype = "BUSINESS_STAND ";
|
||||||
@@ -2255,7 +2446,7 @@ export default {
|
|||||||
}
|
}
|
||||||
} else if (item.typeShow === "INLAND_LAWS" || item.typeShow === "FOREIGN_LAWS") {
|
} else if (item.typeShow === "INLAND_LAWS" || item.typeShow === "FOREIGN_LAWS") {
|
||||||
if (this.$hasPermission("9P2UTSAHZ3AHKDGAEY6V")) {
|
if (this.$hasPermission("9P2UTSAHZ3AHKDGAEY6V")) {
|
||||||
routername = "OtherLawsDetails";
|
routername = "OtherLawsStandDetails";
|
||||||
} else {
|
} else {
|
||||||
this.$message({
|
this.$message({
|
||||||
message: "无权访问",
|
message: "无权访问",
|
||||||
@@ -2483,6 +2674,19 @@ export default {
|
|||||||
this.qcdwOptions = res.data.QCDW // 起草单位
|
this.qcdwOptions = res.data.QCDW // 起草单位
|
||||||
this.qcrOptions = res.data.QCRBUSS // 起草人
|
this.qcrOptions = res.data.QCRBUSS // 起草人
|
||||||
this.syrzOptions = res.data.SYRZCLASS // 适用认证
|
this.syrzOptions = res.data.SYRZCLASS // 适用认证
|
||||||
|
this.lawsTypeOptions = res.data.lawsType
|
||||||
|
this.lawsTextStateOptions = res.data.lawsTextState
|
||||||
|
this.lawsSyqyOptions = res.data.lawsSyqy
|
||||||
|
this.lawsSycxOptions = res.data.lawsSycx
|
||||||
|
this.lawsYearOptions = res.data.lawsYear
|
||||||
|
this.lawsLabelOptions = res.data.lawsLabel
|
||||||
|
this.CYSDLAWSOptions = res.data.CYSDLAWS
|
||||||
|
this.TGRLAWSOptions = res.data.TGRLAWS
|
||||||
|
this.TGDWLAWSOptions = res.data.TGDWLAWS
|
||||||
|
this.NYLXLAWSOptions = res.data.NYLXLAWS
|
||||||
|
this.YYRZLAWSOptions = res.data.YYRZLAWS
|
||||||
|
this.ZRBMLAWSOptions = res.data.ZRBMLAWS
|
||||||
|
this.ZRGCSLAWSOptions = res.data.ZRGCSLAWS
|
||||||
}, e => {
|
}, e => {
|
||||||
});
|
});
|
||||||
// 根据资源类型过滤表头
|
// 根据资源类型过滤表头
|
||||||
|
|||||||
Reference in New Issue
Block a user