是否纳入认证清单
-
+
标准体系
-
+
+ v-else-if="field.attrType === 'INPUT_STR' && field.attrField !== 'XGLC' && field.attrField !== 'CHJL'">
+ v-if="field.attrField === 'DTBJH' || field.attrField === 'YYBJ' || field.attrField === 'CBBH' || field.attrField === 'BFDTBZ'">
关联模块--乘用车VPPS编码
关联模块--卡车VPPS编码
模块结构单元变型号
@@ -597,8 +600,16 @@
+
@@ -606,175 +617,189 @@
+
+
责任部门
+ :config="field"
+ clearable
+ v-model="sarStandardsInfoEO['ZRBM']"
+ :disabled="formdisableflag" placeholder="选择责任部门"
+ @click.native="choiceZRBM('ZRBMId', '责任部门', sarStandardsInfoEO.ZRBMId)">
责任工程师
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
我司署名人
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
起草单位
+ :config="field"
+ clearable
+ v-model="sarStandardsInfoEO['QCDW']"
+ :disabled="formdisableflag" placeholder="选择或输入起草单位">
+ :config="field"
+ clearable
+ v-model="sarStandardsInfoEO['QCDW']"
+ :disabled="formdisableflag" placeholder="选择或输入起草单位">
手动查找
+ size="mini"
+ type="primary"
+ @click="QCDWClick(field.options)"
+ class="common-button-primary">手动查找
+
-
+
-
+
@@ -800,61 +825,61 @@
@click.native="getDomesticStandardTableBtn(standCommonlySearch)">
+ :loading="searching"
+ icon="el-icon-search"
+ type="primary"
+ size="mini"
+ class="newSearchBtn"
+ @click="getLawsExplainQuoteRow(1,lawsExplainQuoteForm.pageSize, 'search')">
清空查询
selectLawsExplainQuoteRowSelect(selection,'select', row )"
- @select-all="(selection) =>selectLawsExplainQuoteRowSelect(selection, 'all')">
+ ref="selections"
+ :data="lawsExplainQuoteRow"
+ :loading="lawsExplainQuoteFormLoading"
+ tooltip-effect="dark"
+ style="width: 100%;height:300px; overflow-y: auto;overflow-x: hidden;"
+ border
+ :header-cell-style="{background: '#f8f8f9', color: '#515a6e'}"
+ @selection-change="selectLawsExplainQuoteRowChange"
+ @select="(selection, row) =>selectLawsExplainQuoteRowSelect(selection,'select', row )"
+ @select-all="(selection) =>selectLawsExplainQuoteRowSelect(selection, 'all')">
+ type="selection"
+ width="55"
+ align="center">
+ prop="standNumber"
+ label="标准号"
+ width="130"
+ align="center">
+ prop="standName"
+ label="标准名称"
+ width="130"
+ align="center">
+ prop="issueTime"
+ label="发布日期"
+ width="130"
+ align="center">
+ prop="putTime"
+ label="实施日期"
+ width="130"
+ align="center">
+ prop="textStatus"
+ label="文本状态"
+ width="130"
+ align="center">
{{ textStatusMap[scope.row.textStatus] }}
@@ -862,10 +887,10 @@
+ :page="page"
+ :total="total"
+ @pageChange="pageChangeLaws"
+ @pageSizeChange="pageSizeChangeLaws">