海外库保存,页面意见修改,字体颜色修改

This commit is contained in:
shenyanpei
2021-12-27 16:18:01 +08:00
parent db57d9ff98
commit 514b79190a
4 changed files with 3481 additions and 3294 deletions
File diff suppressed because it is too large Load Diff
@@ -443,7 +443,7 @@
></el-input> ></el-input>
</el-form-item> </el-form-item>
<el-form-item v-if="form.standInData === '0'" label="我司署名人" prop="wssmr" class="add-form-item form-item-disabled"> <el-form-item v-if="form.standInData === '0'" label="我司署名人" prop="wssmr" class="add-form-item form-item-disabled">
<span>{{form.wssmr}}</span> <span style="color: rgb(118 122 120)">{{form.wssmr}}</span>
<!-- <el-select v-model="form.wssmr" placeholder="请选择我司署名人" multiple disabled>--> <!-- <el-select v-model="form.wssmr" placeholder="请选择我司署名人" multiple disabled>-->
<!-- <el-option--> <!-- <el-option-->
<!-- v-for="item in wssmrOptions"--> <!-- v-for="item in wssmrOptions"-->
@@ -68,16 +68,16 @@
<div class="search-area"> <div class="search-area">
<div class="left"> <div class="left">
<el-form :modal="standCommonlySearch" inline class="label-input-form" @keyup.enter.native="searchBtnClick(standCommonlySearch)"> <el-form :modal="standCommonlySearch" inline class="label-input-form" @keyup.enter.native="searchBtnClick(standCommonlySearch)">
<!-- <el-form-item label="标准类别" class="search-item">--> <!-- <el-form-item label="标准类别" class="search-item">
<!-- <el-select v-model="standCommonlySearch.standSort" filterable>--> <el-select v-model="standCommonlySearch.standSort" filterable>
<!-- <el-option--> <el-option
<!-- v-for="item in standSortOptions"--> v-for="item in standSortOptions"
<!-- :key="item.value"--> :key="item.value"
<!-- :value="item.value"--> :value="item.value"
<!-- :label="item.label"--> :label="item.label"
<!-- ></el-option>--> ></el-option>
<!-- </el-select>--> </el-select>
<!-- </el-form-item>--> </el-form-item>-->
<el-form-item label="标准号" class="search-item search-item-last"> <el-form-item label="标准号" class="search-item search-item-last">
<el-input v-model="standCommonlySearch.standNumber" <el-input v-model="standCommonlySearch.standNumber"
placeholder="请输入标准号" placeholder="请输入标准号"
@@ -395,66 +395,66 @@
<el-button type="primary" size="mini" class="common-button-primary" icon="el-icon-check" @click="exportTestItem">提交</el-button> <el-button type="primary" size="mini" class="common-button-primary" icon="el-icon-check" @click="exportTestItem">提交</el-button>
</span> </span>
</el-dialog> </el-dialog>
<!-- <table-tools-bar v-model="isAdvancedSearch" @search="getDomesticStandardTableBtn(sarStandardsSearch)"--> <!-- <table-tools-bar v-model="isAdvancedSearch" @search="getDomesticStandardTableBtn(sarStandardsSearch)"
<!-- @reset="clearAllSearch('sarStandardsSearch')">--> @reset="clearAllSearch('sarStandardsSearch')">
<!-- <div slot="content">--> <div slot="content">
<!-- <el-form :model="sarStandardsSearch" :inline="true" class="label-input-form table-lattice" style="display: flex;flex-wrap: wrap">--> <el-form :model="sarStandardsSearch" :inline="true" class="label-input-form table-lattice" style="display: flex;flex-wrap: wrap">
<!-- &lt;!&ndash; 标准号&ndash;&gt;--> &lt;!&ndash; 标准号&ndash;&gt;
<!-- <el-form-item :label="$t('m.standardNo')" class="serch-form-item">--> <el-form-item :label="$t('m.standardNo')" class="serch-form-item">
<!-- <el-input v-model="sarStandardsSearch.standNumber" :placeholder="$t('m.lookUpByStandardNumber')" clearable :maxlength="100"--> <el-input v-model="sarStandardsSearch.standNumber" :placeholder="$t('m.lookUpByStandardNumber')" clearable :maxlength="100"
<!-- @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"></el-input>--> @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"></el-input>
<!-- </el-form-item>--> </el-form-item>
<!-- &lt;!&ndash; 标准名称&ndash;&gt;--> &lt;!&ndash; 标准名称&ndash;&gt;
<!-- <el-form-item :label="$t('m.standName')" class="serch-form-item">--> <el-form-item :label="$t('m.standName')" class="serch-form-item">
<!-- <el-input v-model="sarStandardsSearch.standName" :placeholder="$t('m.searchByStandardName')" clearable :maxlength="500"--> <el-input v-model="sarStandardsSearch.standName" :placeholder="$t('m.searchByStandardName')" clearable :maxlength="500"
<!-- @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"></el-input>--> @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"></el-input>
<!-- </el-form-item>--> </el-form-item>
<!-- &lt;!&ndash; 标准类别&ndash;&gt;--> &lt;!&ndash; 标准类别&ndash;&gt;
<!-- <el-form-item :label="$t('m.standardCategory')" class="serch-form-item">--> <el-form-item :label="$t('m.standardCategory')" class="serch-form-item">
<!-- <search-select--> <search-select
<!-- v-model="sarStandardsSearch.standSort"--> v-model="sarStandardsSearch.standSort"
<!-- :placeholder="$t('m.standardCategoryTips')"--> :placeholder="$t('m.standardCategoryTips')"
<!-- @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"--> @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"
<!-- :options="standSortOptions"--> :options="standSortOptions"
<!-- clearable/>--> clearable/>
<!-- </el-form-item>--> </el-form-item>
<!-- &lt;!&ndash; 文本状态&ndash;&gt;--> &lt;!&ndash; 文本状态&ndash;&gt;
<!-- <el-form-item :label="$t('m.standStateShow')" class="serch-form-item">--> <el-form-item :label="$t('m.standStateShow')" class="serch-form-item">
<!-- <el-select v-model="sarStandardsSearch.textStatus" :placeholder="$t('m.lookupByStandardStatus')" clearable--> <el-select v-model="sarStandardsSearch.textStatus" :placeholder="$t('m.lookupByStandardStatus')" clearable
<!-- @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)">--> @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)">
<!-- <el-option v-for="opt in standStateOptions" :value="opt.value === undefined ? '' :opt.value" :key="opt.value" :label="opt.label">{{ opt.label}}</el-option>--> <el-option v-for="opt in standStateOptions" :value="opt.value === undefined ? '' :opt.value" :key="opt.value" :label="opt.label">{{ opt.label}}</el-option>
<!-- </el-select>--> </el-select>
<!-- </el-form-item>--> </el-form-item>
<!-- &lt;!&ndash; 代替标准号&ndash;&gt;--> &lt;!&ndash; 代替标准号&ndash;&gt;
<!-- <el-form-item :label="$t('m.substituteStandardNumber')" class="serch-form-item">--> <el-form-item :label="$t('m.substituteStandardNumber')" class="serch-form-item">
<!-- <el-input v-model="sarStandardsSearch.dtbjh" :placeholder="$t('m.lookUpByAlternativeCriteria')" clearable :maxlength="100"--> <el-input v-model="sarStandardsSearch.dtbjh" :placeholder="$t('m.lookUpByAlternativeCriteria')" clearable :maxlength="100"
<!-- @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"></el-input>--> @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"></el-input>
<!-- </el-form-item>--> </el-form-item>
<!-- &lt;!&ndash; 适用车型&ndash;&gt;--> &lt;!&ndash; 适用车型&ndash;&gt;
<!-- <el-form-item :label="$t('m.applicableModels')" class="serch-form-item">--> <el-form-item :label="$t('m.applicableModels')" class="serch-form-item">
<!-- <el-select v-model="sarStandardsSearch.cllx" :placeholder="$t('m.searchAccordingToThApplicableModel')" clearable--> <el-select v-model="sarStandardsSearch.cllx" :placeholder="$t('m.searchAccordingToThApplicableModel')" clearable
<!-- @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)">--> @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)">
<!-- <el-option v-for="opt in applyArcticOptions" :value="opt.value === undefined ? '' :opt.value" :key="opt.value" :label="opt.label">{{ opt.label}}</el-option>--> <el-option v-for="opt in applyArcticOptions" :value="opt.value === undefined ? '' :opt.value" :key="opt.value" :label="opt.label">{{ opt.label}}</el-option>
<!-- </el-select>--> </el-select>
<!-- </el-form-item>--> </el-form-item>
<!-- &lt;!&ndash; 适用产品线新增字段&ndash;&gt;--> &lt;!&ndash; 适用产品线新增字段&ndash;&gt;
<!-- <el-form-item :label="$t('m.applicableProductLine')" class="serch-form-item">--> <el-form-item :label="$t('m.applicableProductLine')" class="serch-form-item">
<!-- <el-select v-model="sarStandardsSearch.nylx" :placeholder="$t('m.searchByApplicableProductLine')" clearable--> <el-select v-model="sarStandardsSearch.nylx" :placeholder="$t('m.searchByApplicableProductLine')" clearable
<!-- @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)">--> @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)">
<!-- <el-option v-for="opt in categoryOptions" :value="opt.value === undefined ? '' :opt.value" :key="opt.value" :label="opt.label">{{ opt.label}}</el-option>--> <el-option v-for="opt in categoryOptions" :value="opt.value === undefined ? '' :opt.value" :key="opt.value" :label="opt.label">{{ opt.label}}</el-option>
<!-- </el-select>--> </el-select>
<!-- </el-form-item>--> </el-form-item>
<!-- &lt;!&ndash; 关联模块新增字段&ndash;&gt;--> &lt;!&ndash; 关联模块新增字段&ndash;&gt;
<!-- <el-form-item :label="$t('m.associatedModule')" class="serch-form-item">--> <el-form-item :label="$t('m.associatedModule')" class="serch-form-item">
<!-- <el-select v-model="sarStandardsSearch.cycvppsbm" :placeholder="$t('m.SearchByAssociatedModule')" clearable--> <el-select v-model="sarStandardsSearch.cycvppsbm" :placeholder="$t('m.SearchByAssociatedModule')" clearable
<!-- @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)">--> @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)">
<!-- <el-option v-for="opt in standNatureOptions" :value="opt.value === undefined ? '' :opt.value" :key="opt.value" :label="opt.label">{{ opt.label}}--> <el-option v-for="opt in standNatureOptions" :value="opt.value === undefined ? '' :opt.value" :key="opt.value" :label="opt.label">{{ opt.label}}
<!-- </el-option>--> </el-option>
<!-- </el-select>--> </el-select>
<!-- </el-form-item>--> </el-form-item>
<!-- </el-form>--> </el-form>
<!-- </div>--> </div>
<!-- </table-tools-bar>--> </table-tools-bar>-->
<!-- 高级筛选--> <!-- 高级筛选-->
<el-drawer <el-drawer
title="高级搜索" title="高级搜索"
@@ -617,39 +617,37 @@
<!-- 适用车型--> <!-- 适用车型-->
<template> <template>
<custom-select-array <custom-select-array
:key="applyArcticOptions.options"
:config="applyArcticOptions" :config="applyArcticOptions"
style="margin-left: -14px" style="margin-left: -14px"
v-model="sarStandardsSearch['applyArctic']" v-model="sarStandardsSearch['applyArctic']"
></custom-select-array> ></custom-select-array>
</template> </template>
<!-- <el-form-item :label="$t('m.applicableModels')" class="add-form-item form-item-disabled">--> <!-- <el-form-item :label="$t('m.applicableModels')" class="add-form-item form-item-disabled">
<!-- <el-select v-model="sarStandardsSearch.applyArctic"--> <el-select v-model="sarStandardsSearch.applyArctic"
<!-- :placeholder="$t('m.searchAccordingToThApplicableModel')" clearable--> :placeholder="$t('m.searchAccordingToThApplicableModel')" clearable
<!-- @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)">--> @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)">
<!-- <el-option v-for="opt in applyArcticOptions" :value="opt.value === undefined ? '' :opt.value"--> <el-option v-for="opt in applyArcticOptions" :value="opt.value === undefined ? '' :opt.value"
<!-- :key="opt.value" :label="opt.label">{{ opt.label }}--> :key="opt.value" :label="opt.label">{{ opt.label }}
<!-- </el-option>--> </el-option>
<!-- </el-select>--> </el-select>
<!-- </el-form-item>--> </el-form-item>-->
<!-- 适用产品线新增字段--> <!-- 适用产品线新增字段-->
<template> <template>
<custom-select-array <custom-select-array
:key="sycpxOptions.options"
:config="sycpxOptions" :config="sycpxOptions"
style="margin-left: -14px" style="margin-left: -14px"
v-model="advanceSearchMapping['SYCPX']" v-model="advanceSearchMapping['SYCPX']"
></custom-select-array> ></custom-select-array>
</template> </template>
<!-- <el-form-item :label="$t('m.applicableProductLine')" class="add-form-item form-item-disabled">--> <!-- <el-form-item :label="$t('m.applicableProductLine')" class="add-form-item form-item-disabled">
<!-- <el-select v-model="advanceSearchMapping.SYCPX" :placeholder="$t('m.searchByApplicableProductLine')"--> <el-select v-model="advanceSearchMapping.SYCPX" :placeholder="$t('m.searchByApplicableProductLine')"
<!-- clearable--> clearable
<!-- @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)">--> @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)">
<!-- <el-option v-for="opt in sycpxOptions" :value="opt.value === undefined ? '' :opt.value" :key="opt.value"--> <el-option v-for="opt in sycpxOptions" :value="opt.value === undefined ? '' :opt.value" :key="opt.value"
<!-- :label="opt.label">{{ opt.label }}--> :label="opt.label">{{ opt.label }}
<!-- </el-option>--> </el-option>
<!-- </el-select>--> </el-select>
<!-- </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="advanceSearchMapping.TXLB" placeholder="根据体系类别查找" clearable <el-select v-model="advanceSearchMapping.TXLB" placeholder="根据体系类别查找" clearable
@@ -672,21 +670,21 @@
</el-input> </el-input>
</el-form-item> </el-form-item>
</template> </template>
<!-- <template>--> <!-- <template>
<!-- <custom-select-array--> <custom-select-array
<!-- :key="zrgcsOptions.options"--> :key="zrgcsOptions.options"
<!-- :config="zrgcsOptions"--> :config="zrgcsOptions"
<!-- v-model="advanceSearchMapping['ZRGCS']"--> v-model="advanceSearchMapping['ZRGCS']"
<!-- ></custom-select-array>--> ></custom-select-array>
<!-- </template>--> </template>
<!-- <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="advanceSearchMapping.ZRGCS" placeholder="根据责任工程师查找" clearable filterable--> <el-select v-model="advanceSearchMapping.ZRGCS" placeholder="根据责任工程师查找" clearable filterable
<!-- @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)">--> @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)">
<!-- <el-option v-for="opt in zrgcsOptions" :value="opt.value === undefined ? '' :opt.value" :key="opt.value"--> <el-option v-for="opt in zrgcsOptions" :value="opt.value === undefined ? '' :opt.value" :key="opt.value"
<!-- :label="opt.label">{{ opt.label }}--> :label="opt.label">{{ opt.label }}
<!-- </el-option>--> </el-option>
<!-- </el-select>--> </el-select>
<!-- </el-form-item>--> </el-form-item>-->
<!-- 关联模块--乘用车vpps中文名称--> <!-- 关联模块--乘用车vpps中文名称-->
<el-form-item title="关联模块--乘用车VPPS中文名称" label="关联模块--乘用车VPPS中文名称" prop="standNumber" class="add-form-item form-item-disabled"> <el-form-item title="关联模块--乘用车VPPS中文名称" label="关联模块--乘用车VPPS中文名称" prop="standNumber" class="add-form-item form-item-disabled">
<el-input v-model="advanceSearchMapping.CYCVPPSCN" clearable <el-input v-model="advanceSearchMapping.CYCVPPSCN" clearable
@@ -699,43 +697,46 @@
placeholder="关联模块--卡车VPPS中文名称" placeholder="关联模块--卡车VPPS中文名称"
@keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"></el-input> @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"></el-input>
</el-form-item> </el-form-item>
<!-- 模块结构单元名称 -->
<el-form-item title="模块结构单元名称" label="模块结构单元名称" prop="dymc" class="add-form-item form-item-disabled">
<el-input v-model="advanceSearchMapping.DYMC" clearable
placeholder="模块结构单元名称"
@keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"></el-input>
</el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<!-- 能源类型--> <!-- 能源类型-->
<template> <template>
<custom-select-array <custom-select-array
:key="nylxOptions.options"
:config="nylxOptions" :config="nylxOptions"
style="margin-left: -14px" style="margin-left: -14px"
v-model="advanceSearchMapping['NYLX']" v-model="advanceSearchMapping['NYLX']"
></custom-select-array> ></custom-select-array>
</template> </template>
<!-- <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="advanceSearchMapping.NYLX" placeholder="请选择能源类型" clearable--> <el-select v-model="advanceSearchMapping.NYLX" placeholder="请选择能源类型" clearable
<!-- @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)">--> @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)">
<!-- <el-option v-for="opt in nylxOptions" :value="opt.value === undefined ? '' :opt.value" :key="opt.value"--> <el-option v-for="opt in nylxOptions" :value="opt.value === undefined ? '' :opt.value" :key="opt.value"
<!-- :label="opt.label">{{ opt.label }}--> :label="opt.label">{{ opt.label }}
<!-- </el-option>--> </el-option>
<!-- </el-select>--> </el-select>
<!-- </el-form-item>--> </el-form-item>-->
<!-- 适用认证--> <!-- 适用认证-->
<template> <template>
<custom-select-array <custom-select-array
:key="syrzOptions.options"
:config="syrzOptions" :config="syrzOptions"
style="margin-left: -14px" style="margin-left: -14px"
v-model="advanceSearchMapping['SYRZ']" v-model="advanceSearchMapping['SYRZ']"
></custom-select-array> ></custom-select-array>
</template> </template>
<!-- <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="advanceSearchMapping.SYRZ" placeholder="根据适用认证查找" clearable--> <el-select v-model="advanceSearchMapping.SYRZ" placeholder="根据适用认证查找" clearable
<!-- @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)">--> @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)">
<!-- <el-option v-for="opt in syrzOptions" :value="opt.value === undefined ? '' :opt.value" :key="opt.value"--> <el-option v-for="opt in syrzOptions" :value="opt.value === undefined ? '' :opt.value" :key="opt.value"
<!-- :label="opt.label">{{ opt.label }}--> :label="opt.label">{{ opt.label }}
<!-- </el-option>--> </el-option>
<!-- </el-select>--> </el-select>
<!-- </el-form-item>--> </el-form-item>-->
<!-- 责任部门--> <!-- 责任部门-->
<template> <template>
<el-form-item <el-form-item
@@ -745,7 +746,6 @@
> >
<template slot="label">责任部门</template> <template slot="label">责任部门</template>
<el-input <el-input
:key="zrbmOptions.options"
:config="zrbmOptions" :config="zrbmOptions"
clearable clearable
v-model="advanceSearchMapping['ZRBM']" v-model="advanceSearchMapping['ZRBM']"
@@ -754,21 +754,21 @@
</el-input> </el-input>
</el-form-item> </el-form-item>
</template> </template>
<!-- <template>--> <!-- <template>
<!-- <custom-select-array--> <custom-select-array
<!-- :key="zrbmOptions.options"--> :key="zrbmOptions.options"
<!-- :config="zrbmOptions"--> :config="zrbmOptions"
<!-- v-model="advanceSearchMapping['ZRBM']"--> v-model="advanceSearchMapping['ZRBM']"
<!-- ></custom-select-array>--> ></custom-select-array>
<!-- </template>--> </template>
<!-- <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="advanceSearchMapping.ZRBM" placeholder="根据责任部门查找" clearable filterable--> <el-select v-model="advanceSearchMapping.ZRBM" placeholder="根据责任部门查找" clearable filterable
<!-- @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)">--> @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)">
<!-- <el-option v-for="opt in zrbmOptions" :value="opt.value === undefined ? '' :opt.value" :key="opt.value"--> <el-option v-for="opt in zrbmOptions" :value="opt.value === undefined ? '' :opt.value" :key="opt.value"
<!-- :label="opt.label">{{ opt.label }}--> :label="opt.label">{{ opt.label }}
<!-- </el-option>--> </el-option>
<!-- </el-select>--> </el-select>
<!-- </el-form-item>--> </el-form-item>-->
<!-- 关联模块--乘用车VPPS编码--> <!-- 关联模块--乘用车VPPS编码-->
<el-form-item title="关联模块--乘用车VPPS编码" label=" 关联模块--乘用车VPPS编码" prop="standNumber" class="add-form-item form-item-disabled"> <el-form-item title="关联模块--乘用车VPPS编码" label=" 关联模块--乘用车VPPS编码" prop="standNumber" class="add-form-item form-item-disabled">
<el-input v-model="advanceSearchMapping.CYCVPPSBM" clearable <el-input v-model="advanceSearchMapping.CYCVPPSBM" clearable
@@ -781,6 +781,12 @@
placeholder="关联模块--卡车VPPS编码" placeholder="关联模块--卡车VPPS编码"
@keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"></el-input> @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"></el-input>
</el-form-item> </el-form-item>
<!-- 模块结构单元变型号 -->
<el-form-item title="模块结构单元变型号" label="模块结构单元变型号" prop="dybxh" class="add-form-item form-item-disabled">
<el-input v-model="advanceSearchMapping.DYBXH" clearable
placeholder="模块结构单元变型号"
@keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"></el-input>
</el-form-item>
</el-col> </el-col>
</el-row> </el-row>
</div> </div>
@@ -805,10 +811,10 @@
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<!-- 被代替标准号--> <!-- 被代替标准号-->
<!-- <el-form-item label="被代替标准号" class="add-form-item form-item-disabled">--> <!-- <el-form-item label="被代替标准号" class="add-form-item form-item-disabled">
<!-- <el-input v-model="sarStandardsSearch.replacedStandNum" clearable placeholder="根据被代替标准号查找"--> <el-input v-model="sarStandardsSearch.replacedStandNum" clearable placeholder="根据被代替标准号查找"
<!-- @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"></el-input>--> @keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"></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-input v-model="advanceSearchMapping.BYYBJ" clearable <el-input v-model="advanceSearchMapping.BYYBJ" clearable
@@ -852,31 +858,31 @@
:rules="sarStandardsInfoRules" :rules="sarStandardsInfoRules"
class="label-input-form" class="label-input-form"
> >
<!-- <el-form-item--> <!-- <el-form-item
<!-- prop="isRelateAccess"--> prop="isRelateAccess"
<!-- label-width="150px"--> label-width="150px"
<!-- class="add-form-item"--> class="add-form-item"
<!-- title="A类必填项多,仅A类可纳入法规清单。"--> title="A类必填项多,仅A类可纳入法规清单。"
<!-- >--> >
<!-- <template slot="label">重要度<i class="el-icon-warning-outline"></i></template>--> <template slot="label">重要度<i class="el-icon-warning-outline"></i></template>
<!-- <el-select v-model="sarStandardsInfoEO.isRelateAccess" @change="isRegulationsChange">--> <el-select v-model="sarStandardsInfoEO.isRelateAccess" @change="isRegulationsChange">
<!-- <el-option value="1" label="A" key="1"></el-option>--> <el-option value="1" label="A" key="1"></el-option>
<!-- <el-option value="0" label="B" key="0"></el-option>--> <el-option value="0" label="B" key="0"></el-option>
<!-- </el-select>--> </el-select>
<!-- </el-form-item>--> </el-form-item>
<!-- <el-form-item label="适用区域" prop="country" label-width="150px" class="add-form-item form-item-disabled">--> <el-form-item label="适用区域" prop="country" label-width="150px" class="add-form-item form-item-disabled">
<!-- <el-select v-model="sarStandardsInfoEO.country" disabled >--> <el-select v-model="sarStandardsInfoEO.country" disabled >
<!-- <el-option v-for="opt in countryOptions" :value="opt.value === undefined ? '' :opt.value" :key="opt.value" :label="opt.label">{{ opt.label }}</el-option>--> <el-option v-for="opt in countryOptions" :value="opt.value === undefined ? '' :opt.value" :key="opt.value" :label="opt.label">{{ opt.label }}</el-option>
<!-- </el-select>--> </el-select>
<!-- </el-form-item>--> </el-form-item>
<!-- <el-form-item label="文本说明" prop="synopsis" label-width="150px" class="add-form-item">--> <el-form-item label="文本说明" prop="synopsis" label-width="150px" class="add-form-item">
<!-- <el-input--> <el-input
<!-- type="text"--> type="text"
<!-- v-model="sarStandardsInfoEO.synopsis"--> v-model="sarStandardsInfoEO.synopsis"
<!-- placeholder="请输入"--> placeholder="请输入"
<!-- clearable--> clearable
<!-- ></el-input>--> ></el-input>
<!-- </el-form-item>--> </el-form-item>-->
<!-- 动态数据--> <!-- 动态数据-->
<template v-for="(displayLocation, index) in dynamicFormField"> <template v-for="(displayLocation, index) in dynamicFormField">
<el-col :span="24" :key="index"> <el-col :span="24" :key="index">
@@ -916,7 +922,6 @@
<template v-for="field in displayLocation.child"> <template v-for="field in displayLocation.child">
<template v-if="field.attrType === 'FILE' && field.attrField === 'FBGBJBD'"> <template v-if="field.attrType === 'FILE' && field.attrField === 'FBGBJBD'">
<custom-file <custom-file
:key="field.attrField"
:config="field" :config="field"
v-model="sarStandardsInfoEO[field.attrField]" v-model="sarStandardsInfoEO[field.attrField]"
:disabled="formdisableflag" :disabled="formdisableflag"
@@ -992,22 +997,22 @@
<el-option value="2" label="否" key="2"></el-option> <el-option value="2" label="否" key="2"></el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
<!-- <el-form-item--> <!-- <el-form-item
<!-- prop="standSystem"--> prop="standSystem"
<!-- label-width="150px"--> label-width="150px"
<!-- class="add-form-item"--> class="add-form-item"
<!-- >--> >
<!-- <template slot="label">标准体系</template>--> <template slot="label">标准体系</template>
<!-- <tree-select--> <tree-select
<!-- :data="standSystemOptions"--> :data="standSystemOptions"
<!-- :defaultProps="defaultProps" :checkedKeys="defaultCheckedKeys"--> :defaultProps="defaultProps" :checkedKeys="defaultCheckedKeys"
<!-- :nodeKey="nodeKey" @popoverHide="popoverHide"></tree-select>--> :nodeKey="nodeKey" @popoverHide="popoverHide"></tree-select>
<!-- </el-form-item>--> </el-form-item>-->
</template> </template>
<template v-for="field in displayLocation.child"> <template v-for="field in displayLocation.child">
<template v-if="field.attrField === 'EOPSSRQ'"> <template v-if="field.attrField === 'EOPSSRQ'">
<custom-eop-date-pick <custom-eop-date-pick
:key="field.attrField"
:config="field" :config="field"
v-model="sarStandardsInfoEO[field.attrField]" v-model="sarStandardsInfoEO[field.attrField]"
:disabled="formdisableflag" :disabled="formdisableflag"
@@ -1015,7 +1020,7 @@
</template> </template>
<template v-else-if="field.attrField === 'SVPPS'"> <template v-else-if="field.attrField === 'SVPPS'">
<custom-SVPPS <custom-SVPPS
:key="field.attrField"
:config="field" :config="field"
v-model="sarStandardsInfoEO[field.attrField]" v-model="sarStandardsInfoEO[field.attrField]"
:disabled="formdisableflag" :disabled="formdisableflag"
@@ -1024,7 +1029,7 @@
<template v-else-if="field.attrField === 'XCXSSRQ' || field.attrField === 'ZCCSSRQ' || field.attrField === 'SSRQ'"> <template v-else-if="field.attrField === 'XCXSSRQ' || field.attrField === 'ZCCSSRQ' || field.attrField === 'SSRQ'">
<custom-date-pick-group <custom-date-pick-group
v-if="field.attrField !== 'ZCCSSRQGJ' && field.attrField !== 'XCXSSRQGJ' && field.attrField !== 'SSRQGJ' " v-if="field.attrField !== 'ZCCSSRQGJ' && field.attrField !== 'XCXSSRQGJ' && field.attrField !== 'SSRQGJ' "
:key="field.attrField"
:config="field" :config="field"
v-model="sarStandardsInfoEO[field.attrField]" v-model="sarStandardsInfoEO[field.attrField]"
:disabled="formdisableflag" :disabled="formdisableflag"
@@ -1032,7 +1037,7 @@
</template> </template>
<template v-else-if="field.attrType === 'DATE_PIC_OPTS'"> <template v-else-if="field.attrType === 'DATE_PIC_OPTS'">
<custom-date-pick-group <custom-date-pick-group
:key="field.attrField"
:config="field" :config="field"
v-model="sarStandardsInfoEO[field.attrField]" v-model="sarStandardsInfoEO[field.attrField]"
:disabled="formdisableflag" :disabled="formdisableflag"
@@ -1042,7 +1047,7 @@
<template v-else-if="field.attrType === 'INPUT_STR' && field.attrField !== 'XGLC' && field.attrField !== 'CHJL'"> <template v-else-if="field.attrType === 'INPUT_STR' && field.attrField !== 'XGLC' && field.attrField !== 'CHJL'">
<template v-if="field.attrField === 'DTBJH' || field.attrField === 'YYBJ' || field.attrField === 'BYYBJ' || field.attrField === 'CBBH' || field.attrField === 'DXBZ'"> <template v-if="field.attrField === 'DTBJH' || field.attrField === 'YYBJ' || field.attrField === 'BYYBJ' || field.attrField === 'CBBH' || field.attrField === 'DXBZ'">
<custom-input-for-standards <custom-input-for-standards
:key="field.attrField"
:config="field" :config="field"
v-model="sarStandardsInfoEO[field.attrField]" v-model="sarStandardsInfoEO[field.attrField]"
:disabled="formdisableflag" :disabled="formdisableflag"
@@ -1108,7 +1113,6 @@
</template> </template>
<template v-else> <template v-else>
<custom-input <custom-input
:key="field.attrField"
:config="field" :config="field"
v-model="sarStandardsInfoEO[field.attrField]" v-model="sarStandardsInfoEO[field.attrField]"
:disabled="formdisableflag" :disabled="formdisableflag"
@@ -1118,7 +1122,7 @@
</template> </template>
<template v-else-if="field.attrType === 'INPUT_NUM'"> <template v-else-if="field.attrType === 'INPUT_NUM'">
<custom-input-num <custom-input-num
:key="field.attrField"
:config="field" :config="field"
v-model="sarStandardsInfoEO[field.attrField]" v-model="sarStandardsInfoEO[field.attrField]"
:disabled="formdisableflag" :disabled="formdisableflag"
@@ -1126,7 +1130,7 @@
</template> </template>
<template v-else-if="field.attrType === 'DATE_PICKER'"> <template v-else-if="field.attrType === 'DATE_PICKER'">
<custom-date-pick <custom-date-pick
:key="field.attrField"
:config="field" :config="field"
v-model="sarStandardsInfoEO[field.attrField]" v-model="sarStandardsInfoEO[field.attrField]"
:class="field.attrName === '在产车实施日期(国家)' || field.attrName === '新车型实施日期(国家)'|| field.attrName === '实施日期(国际)' ? 'classDisplay' : ''" :class="field.attrName === '在产车实施日期(国家)' || field.attrName === '新车型实施日期(国家)'|| field.attrName === '实施日期(国际)' ? 'classDisplay' : ''"
@@ -1136,7 +1140,7 @@
<!-- 发布稿的组件 --> <!-- 发布稿的组件 -->
<template v-else-if="field.attrType === 'FILE' && field.attrField !== 'FBGBJBD'"> <template v-else-if="field.attrType === 'FILE' && field.attrField !== 'FBGBJBD'">
<custom-file <custom-file
:key="field.attrField"
:config="field" :config="field"
v-model="sarStandardsInfoEO[field.attrField]" v-model="sarStandardsInfoEO[field.attrField]"
:disabled="formdisableflag" :disabled="formdisableflag"
@@ -1145,7 +1149,7 @@
</template> </template>
<template v-else-if="field.attrType === 'TEXTAREA'"> <template v-else-if="field.attrType === 'TEXTAREA'">
<custom-textarea <custom-textarea
:key="field.attrField"
:config="field" :config="field"
v-model="sarStandardsInfoEO[field.attrField]" v-model="sarStandardsInfoEO[field.attrField]"
:disabled="formdisableflag" :disabled="formdisableflag"
@@ -1153,7 +1157,7 @@
</template> </template>
<template v-else-if="field.attrType === 'SEL_OPTION'"> <template v-else-if="field.attrType === 'SEL_OPTION'">
<custom-select <custom-select
:key="field.attrField"
:config="field" :config="field"
v-model="sarStandardsInfoEO[field.attrField]" v-model="sarStandardsInfoEO[field.attrField]"
:disabled="formdisableflag" :disabled="formdisableflag"
@@ -1168,7 +1172,7 @@
> >
<template slot="label">责任部门</template> <template slot="label">责任部门</template>
<el-input <el-input
:key="field.attrField"
:config="field" :config="field"
clearable clearable
v-model="sarStandardsInfoEO['ZRBM']" v-model="sarStandardsInfoEO['ZRBM']"
@@ -1186,19 +1190,18 @@
<template slot="label">责任工程师</template> <template slot="label">责任工程师</template>
<el-input v-model="sarStandardsInfoEO['ZRGCS']" placeholder="选择责任工程师" @click.native="choiceZRRS('zrgcs', '选择责任工程师', sarStandardsInfoEO['ZRGCS'])"> <el-input v-model="sarStandardsInfoEO['ZRGCS']" placeholder="选择责任工程师" @click.native="choiceZRRS('zrgcs', '选择责任工程师', sarStandardsInfoEO['ZRGCS'])">
</el-input> </el-input>
<!-- <el-input--> <!-- <el-input
<!-- :key="field.attrField"--> :key="field.attrField"
<!-- :config="field"--> :config="field"
<!-- clearable--> clearable
<!-- v-model="sarStandardsInfoEO['ZRGCS']"--> v-model="sarStandardsInfoEO['ZRGCS']"
<!-- :disabled="formdisableflag" placeholder="选择责任工程师"--> :disabled="formdisableflag" placeholder="选择责任工程师"
<!-- @click.native="choiceRole('ZRGCSUserId', '责任工程师', sarStandardsInfoEO.ZRGCSUserId)">--> @click.native="choiceRole('ZRGCSUserId', '责任工程师', sarStandardsInfoEO.ZRGCSUserId)">
<!-- </el-input>--> </el-input>-->
</el-form-item> </el-form-item>
</template> </template>
<template v-else> <template v-else>
<custom-select-array <custom-select-array
:key="field.attrField"
:config="field" :config="field"
v-model="sarStandardsInfoEO[field.attrField]" v-model="sarStandardsInfoEO[field.attrField]"
:disabled="formdisableflag" :disabled="formdisableflag"
@@ -1856,17 +1859,19 @@ export default {
CYSD: '', //我司参与深度 CYSD: '', //我司参与深度
GKDW: '', //归口管理部门 GKDW: '', //归口管理部门
SSRQ: '',//实施日期 SSRQ: '',//实施日期
XCXSSRQ: ''//新车型实施日期 XCXSSRQ: '',//新车型实施日期
, ZCCSSRQ: ''//在产车实施日期 ZCCSSRQ: '',//在产车实施日期
, QCDW: ''//起草单位 QCDW: '',//起草单位
, NYLX: ''//能源类型 NYLX: '',//能源类型
, SYRZ: ''//适用认证 SYRZ: '',//适用认证
, ZRGCS: ''//责任工程师 ZRGCS: '',//责任工程师
, CBBH: ''//采标编号 CBBH: '',//采标编号
, CBCD: ''//采标程度 CBCD: '',//采标程度
, YYBJ: ''//引用标准 YYBJ: '',//引用标准
, BYYBJ: ''//被引用标准 BYYBJ: '',//被引用标准
, TXLB: ''//体系类别 TXLB: '',//体系类别
DYMC: '', //模块结构单元名称
DYBXH: '',// 模块结构单元变形号
}, },
// 分页查询过程中用到的对象 // 分页查询过程中用到的对象
@@ -5099,6 +5104,8 @@ export default {
this.nylxOptions.options = res.data.NYLXCLASS;//能源类型 this.nylxOptions.options = res.data.NYLXCLASS;//能源类型
this.syrzOptions.options = res.data.SYRZCLASS;//适用认证 this.syrzOptions.options = res.data.SYRZCLASS;//适用认证
this.gkglbmOptions = res.data.GKGLBM;//归口管理部门 this.gkglbmOptions = res.data.GKGLBM;//归口管理部门
// 模块结构单元变型号
this.dybxhOptions.options = res.data.DYBXH
this.getGzzOption() this.getGzzOption()
this.setMap(this.standStateOptions) this.setMap(this.standStateOptions)
@@ -122,12 +122,7 @@ export default {
}, },
watch: { watch: {
value (val) { value (val) {
if(val !== '' && val !== null) { this.tagList = val !== '' && val !== null ? val.split(',') : []
this.tagList = []
} else {
this.tagList = val.split(',')
}
// this.tagList = val !== '' && val !== null ? val.split(',') : []
}, },
tagList: { tagList: {
handler (val) { handler (val) {