update 企标稽查流程完善
This commit is contained in:
+2
-3
@@ -21,7 +21,7 @@
|
|||||||
rowKey="id"
|
rowKey="id"
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
:row-selection="null"
|
:row-selection="null"
|
||||||
:pagination="false"
|
:pagination="ipagination"
|
||||||
:scroll="{x: '100%'}"
|
:scroll="{x: '100%'}"
|
||||||
@change="tableOnChange">
|
@change="tableOnChange">
|
||||||
|
|
||||||
@@ -61,7 +61,7 @@ export default {
|
|||||||
title: this.$t('workCenter.esInspectionProcess.accordingToTerms'),
|
title: this.$t('workCenter.esInspectionProcess.accordingToTerms'),
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 140,
|
width: 140,
|
||||||
dataIndex: 'standardNo',
|
dataIndex: 'clause',
|
||||||
scopedSlots: { customRender: 'text' }
|
scopedSlots: { customRender: 'text' }
|
||||||
},
|
},
|
||||||
{ // 标准内容或要求
|
{ // 标准内容或要求
|
||||||
@@ -122,7 +122,6 @@ export default {
|
|||||||
this.orderBy = sorter.order === 'ascend' ? '1' : '2'
|
this.orderBy = sorter.order === 'ascend' ? '1' : '2'
|
||||||
this.orderByField = sorter.columnKey
|
this.orderByField = sorter.columnKey
|
||||||
this.ipagination = pagination
|
this.ipagination = pagination
|
||||||
this.getTableList()
|
|
||||||
},
|
},
|
||||||
handleAdd () {
|
handleAdd () {
|
||||||
this.$refs.inspectionProcessContentModal.title = this.$t('add') + this.$t('workCenter.esInspectionProcess.opinion')
|
this.$refs.inspectionProcessContentModal.title = this.$t('add') + this.$t('workCenter.esInspectionProcess.opinion')
|
||||||
|
|||||||
+1
-1
@@ -22,7 +22,7 @@
|
|||||||
<a-input :placeholder="$t('pleaseEnter') + $t('workCenter.esInspectionProcess.sectionNumber')"
|
<a-input :placeholder="$t('pleaseEnter') + $t('workCenter.esInspectionProcess.sectionNumber')"
|
||||||
:maxLength="50"
|
:maxLength="50"
|
||||||
@change="event => event.target.value = event.target.value.trim()"
|
@change="event => event.target.value = event.target.value.trim()"
|
||||||
v-decorator.trim="[ 'standardNo', validatorRules.sectionNumber ]" />
|
v-decorator.trim="[ 'clause', validatorRules.sectionNumber ]" />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<!-- 标准内容或要求 -->
|
<!-- 标准内容或要求 -->
|
||||||
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('workCenter.esInspectionProcess.standardContentOrDemand')">
|
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('workCenter.esInspectionProcess.standardContentOrDemand')">
|
||||||
|
|||||||
Reference in New Issue
Block a user