对接虚拟清单详情
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<div class="box-title-text">
|
<div class="box-title-text">
|
||||||
<a-input class="box-input" :value="value" @input="indexclick($event)"
|
<a-input class="box-input" :value="value" @input="indexclick($event)"
|
||||||
:disabled="true"
|
:disabled="true"
|
||||||
:placeholder="$t('PleaseEnterOrSelect')+query.db_field_txt"/>
|
:placeholder="$t('PleaseSelect')+query.db_field_txt"/>
|
||||||
<a-button type="primary" class="button-box" @click="standardClick">
|
<a-button type="primary" class="button-box" @click="standardClick">
|
||||||
{{this.$t('PersonnelSelection')}}
|
{{this.$t('PersonnelSelection')}}
|
||||||
</a-button>
|
</a-button>
|
||||||
|
|||||||
@@ -204,6 +204,7 @@
|
|||||||
this.$message.success(this.$t('OperationSuccessful'))
|
this.$message.success(this.$t('OperationSuccessful'))
|
||||||
this.visible = false
|
this.visible = false
|
||||||
this.selectedRowKeys = []
|
this.selectedRowKeys = []
|
||||||
|
this.$emit('addModelList')
|
||||||
} else {
|
} else {
|
||||||
this.$message.warning(this.$t('operationFailed'))
|
this.$message.warning(this.$t('operationFailed'))
|
||||||
this.confirmLoading = false
|
this.confirmLoading = false
|
||||||
|
|||||||
@@ -16,11 +16,11 @@
|
|||||||
<span class="title-text-text" :title="$t('scopeOfApplication')">{{$t('scopeOfApplication')}}</span>
|
<span class="title-text-text" :title="$t('scopeOfApplication')">{{$t('scopeOfApplication')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel">
|
<a-form-model-item class="itemModel">
|
||||||
<j-dict-select-tag class="box-input" v-model="formInline.scopeOfApplication"
|
<j-dict-select-tag class="box-input" v-model="formInline.shi4Yong4Fan4Wei2"
|
||||||
@input="handleInput('scopeOfApplication')"
|
@input="handleInput('shi4Yong4Fan4Wei2')"
|
||||||
:placeholder="$t('PleaseSelect')+$t('scopeOfApplication')"
|
:placeholder="$t('PleaseSelect')+$t('scopeOfApplication')"
|
||||||
:type="'select'"
|
:type="'select'"
|
||||||
:triggerChange="false" dictCode=""/>
|
:triggerChange="false" dictCode="apply_scope"/>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
@@ -30,8 +30,8 @@
|
|||||||
<span class="title-text-text" :title="$t('certificationType')">{{$t('certificationType')}}</span>
|
<span class="title-text-text" :title="$t('certificationType')">{{$t('certificationType')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel">
|
<a-form-model-item class="itemModel">
|
||||||
<j-dict-select-tag class="box-input" v-model="formInline.certificationType"
|
<j-dict-select-tag class="box-input" v-model="formInline.attestationType"
|
||||||
@input="handleInput('certificationType')"
|
@input="handleInput('attestationType')"
|
||||||
:placeholder="$t('PleaseSelect')+$t('certificationType')"
|
:placeholder="$t('PleaseSelect')+$t('certificationType')"
|
||||||
:type="'select'"
|
:type="'select'"
|
||||||
:triggerChange="false" dictCode=""/>
|
:triggerChange="false" dictCode=""/>
|
||||||
@@ -44,8 +44,8 @@
|
|||||||
<span class="title-text-text" :title="$t('certificationLevel')">{{$t('certificationLevel')}}</span>
|
<span class="title-text-text" :title="$t('certificationLevel')">{{$t('certificationLevel')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel">
|
<a-form-model-item class="itemModel">
|
||||||
<j-dict-select-tag class="box-input" v-model="formInline.certificationLevel"
|
<j-dict-select-tag class="box-input" v-model="formInline.attestationRank"
|
||||||
@input="handleInput('certificationLevel')"
|
@input="handleInput('attestationRank')"
|
||||||
:placeholder="$t('PleaseSelect')+$t('certificationLevel')"
|
:placeholder="$t('PleaseSelect')+$t('certificationLevel')"
|
||||||
:type="'select'"
|
:type="'select'"
|
||||||
:triggerChange="false" dictCode=""/>
|
:triggerChange="false" dictCode=""/>
|
||||||
@@ -58,11 +58,11 @@
|
|||||||
<span class="title-text-text" :title="$t('areaOfResponsibility')">{{$t('areaOfResponsibility')}}</span>
|
<span class="title-text-text" :title="$t('areaOfResponsibility')">{{$t('areaOfResponsibility')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel">
|
<a-form-model-item class="itemModel">
|
||||||
<j-dict-select-tag class="box-input" v-model="formInline.areaOfResponsibility"
|
<j-dict-select-tag class="box-input" v-model="formInline.dutyTerritory"
|
||||||
@input="handleInput('areaOfResponsibility')"
|
@input="handleInput('dutyTerritory')"
|
||||||
:placeholder="$t('PleaseSelect')+$t('areaOfResponsibility')"
|
:placeholder="$t('PleaseSelect')+$t('areaOfResponsibility')"
|
||||||
:type="'select'"
|
:type="'select'"
|
||||||
:triggerChange="false" dictCode=""/>
|
:triggerChange="false" dictCode="duty_territory"/>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
@@ -82,7 +82,8 @@
|
|||||||
visible: false,
|
visible: false,
|
||||||
confirmLoading: false,
|
confirmLoading: false,
|
||||||
formInline: {},
|
formInline: {},
|
||||||
rules: {}
|
rules: {},
|
||||||
|
ids: []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
@@ -90,11 +91,32 @@
|
|||||||
methods: {
|
methods: {
|
||||||
edit(data) {
|
edit(data) {
|
||||||
this.visible = true
|
this.visible = true
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.ids = data || []
|
||||||
|
this.formInline = {}
|
||||||
|
})
|
||||||
},
|
},
|
||||||
handleOk() {
|
handleOk() {
|
||||||
this.visible = false
|
let ids = JSON.parse(JSON.stringify(this.ids))
|
||||||
|
let query = {
|
||||||
|
ids: ids.join(','),
|
||||||
|
...this.formInline
|
||||||
|
}
|
||||||
|
this.confirmLoading = true
|
||||||
|
postAction(this.url.setBatch, query).then((res) => {
|
||||||
|
if (res.success) {
|
||||||
|
this.$message.success(this.$t('OperationSuccessful'))
|
||||||
|
this.visible = false
|
||||||
|
this.confirmLoading = false
|
||||||
|
this.$emit('editModelList')
|
||||||
|
} else {
|
||||||
|
this.$message.warning(this.$t('operationFailed'))
|
||||||
|
this.confirmLoading = false
|
||||||
|
}
|
||||||
|
})
|
||||||
},
|
},
|
||||||
handleCancel() {
|
handleCancel() {
|
||||||
|
this.formInline = {}
|
||||||
this.visible = false
|
this.visible = false
|
||||||
},
|
},
|
||||||
handleInput(value) {
|
handleInput(value) {
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
<a-form-model-item class="itemModel" prop="standard">
|
<a-form-model-item class="itemModel" prop="standard">
|
||||||
<a-input class="box-input"
|
<a-input class="box-input"
|
||||||
:disabled="true"
|
:disabled="true"
|
||||||
v-model="formInline.standard"
|
v-model="formInline.serialNumber"
|
||||||
:placeholder="$t('PleaseEnter')+$t('standard')"/>
|
:placeholder="$t('PleaseEnter')+$t('standard')"/>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="subtitle">
|
<a-form-model-item class="itemModel" prop="subtitle">
|
||||||
<a-input class="box-input"
|
<a-input class="box-input"
|
||||||
:disabled="true"
|
:disabled="false"
|
||||||
v-model="formInline.subtitle"
|
v-model="formInline.subtitle"
|
||||||
:placeholder="$t('PleaseEnter')+$t('subtitle')"/>
|
:placeholder="$t('PleaseEnter')+$t('subtitle')"/>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
@@ -60,12 +60,46 @@
|
|||||||
<a-form-model-item class="itemModel" prop="WVTAID">
|
<a-form-model-item class="itemModel" prop="WVTAID">
|
||||||
<a-input class="box-input"
|
<a-input class="box-input"
|
||||||
:disabled="true"
|
:disabled="true"
|
||||||
v-model="formInline.WVTAID"
|
v-model="formInline.wvtaId"
|
||||||
:placeholder="$t('PleaseEnter')+'WVTA ID'"/>
|
:placeholder="$t('PleaseEnter')+'WVTA ID'"/>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
|
<a-row :gutter="24">
|
||||||
|
<a-col :span="12">
|
||||||
|
<div class="box-title-text">
|
||||||
|
<div class="title-text">
|
||||||
|
<span class="title-text-text"
|
||||||
|
:title="$t('scopeOfApplication')">{{$t('scopeOfApplication')}}</span>
|
||||||
|
</div>
|
||||||
|
<a-form-model-item class="itemModel">
|
||||||
|
<j-dict-select-tag class="box-input" v-model="formInline.shi4Yong4Fan4Wei2"
|
||||||
|
:disabled="true"
|
||||||
|
@input="handleInput('shi4Yong4Fan4Wei2')"
|
||||||
|
:placeholder="$t('PleaseSelect')+$t('scopeOfApplication')"
|
||||||
|
:type="'select'"
|
||||||
|
:triggerChange="false" :dictCode="'apply_scope'"/>
|
||||||
|
</a-form-model-item>
|
||||||
|
</div>
|
||||||
|
</a-col>
|
||||||
|
<a-col :span="12">
|
||||||
|
<div class="box-title-text">
|
||||||
|
<div class="title-text">
|
||||||
|
<span class="title-text-text"
|
||||||
|
:title="$t('status')">{{$t('status')}}</span>
|
||||||
|
</div>
|
||||||
|
<a-form-model-item class="itemModel">
|
||||||
|
<j-dict-select-tag class="box-input" v-model="formInline.state"
|
||||||
|
:disabled="true"
|
||||||
|
@input="handleInput('state')"
|
||||||
|
:placeholder="$t('PleaseSelect')+$t('status')"
|
||||||
|
:type="'select'"
|
||||||
|
:triggerChange="false" :dictCode="'state'"/>
|
||||||
|
</a-form-model-item>
|
||||||
|
</div>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
<a-row :gutter="24">
|
<a-row :gutter="24">
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<div class="box-title-text">
|
<div class="box-title-text">
|
||||||
@@ -73,29 +107,27 @@
|
|||||||
<span class="title-text-text"
|
<span class="title-text-text"
|
||||||
:title="$t('correspondingStandard')">{{$t('correspondingStandard')}}</span>
|
:title="$t('correspondingStandard')">{{$t('correspondingStandard')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" :prop="'correspondingStandard'">
|
<a-form-model-item class="itemModel">
|
||||||
<Standardselection :query="{db_field_name:'correspondingStandard',
|
<a-input class="box-input"
|
||||||
db_field_txt:$t('correspondingStandard'),}"
|
:disabled="true"
|
||||||
@change="StandardselectionChange"
|
v-model="formInline.correspondingStandard"
|
||||||
:disabled="disabled"
|
:placeholder="$t('PleaseEnter')+$t('correspondingStandard')"/>
|
||||||
:standard="formInline"
|
|
||||||
v-model="formInline.correspondingStandard"/>
|
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<div class="box-title-text">
|
<div class="box-title-text">
|
||||||
<div class="title-text">
|
<div class="title-text">
|
||||||
<span class="title-text-text"
|
<span class="title-text-text" :title="$t('ImplementationDate')">{{$t('ImplementationDate')}}</span>
|
||||||
:title="$t('implementationCategory')">{{$t('implementationCategory')}}</span>
|
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="implementationCategory">
|
<a-form-model-item class="itemModel" :prop="'ImplementationDate'">
|
||||||
<j-dict-select-tag class="box-input" v-model="formInline.implementationCategory"
|
<a-date-picker class="box-input"
|
||||||
:disabled="disabled"
|
:placeholder="$t('PleaseSelect')+$t('ImplementationDate')"
|
||||||
@input="handleInput('implementationCategory')"
|
@change="dateChange({db_field_name:'xin1Che1Xing2Shi2Shi1Ri4Qi1'})"
|
||||||
:placeholder="$t('PleaseSelect')+$t('implementationCategory')"
|
format="YYYY-MM-DD"
|
||||||
:type="'select'"
|
v-model="formInline.xin1Che1Xing2Shi2Shi1Ri4Qi1"
|
||||||
:triggerChange="false" :dictCode="'dict_field'"/>
|
:disabled="true"
|
||||||
|
style="width: 100%"/>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
@@ -110,32 +142,14 @@
|
|||||||
<a-form-model-item class="itemModel" :prop="'vehicleInProductionDate'">
|
<a-form-model-item class="itemModel" :prop="'vehicleInProductionDate'">
|
||||||
<a-date-picker class="box-input"
|
<a-date-picker class="box-input"
|
||||||
:placeholder="$t('PleaseSelect')+$t('vehicleInProductionDate')"
|
:placeholder="$t('PleaseSelect')+$t('vehicleInProductionDate')"
|
||||||
@change="dateChange({db_field_name:'vehicleInProductionDate'})"
|
@change="dateChange({db_field_name:'implementTime'})"
|
||||||
format="YYYY-MM-DD"
|
format="YYYY-MM-DD"
|
||||||
v-model="formInline.vehicleInProductionDate"
|
v-model="formInline.implementTime"
|
||||||
:disabled="disabled"
|
:disabled="true"
|
||||||
style="width: 100%"/>
|
style="width: 100%"/>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12">
|
|
||||||
<div class="box-title-text">
|
|
||||||
<div class="title-text">
|
|
||||||
<span class="title-text-text" :title="$t('ImplementationDate')">{{$t('ImplementationDate')}}</span>
|
|
||||||
</div>
|
|
||||||
<a-form-model-item class="itemModel" :prop="'ImplementationDate'">
|
|
||||||
<a-date-picker class="box-input"
|
|
||||||
:placeholder="$t('PleaseSelect')+$t('ImplementationDate')"
|
|
||||||
@change="dateChange({db_field_name:'ImplementationDate'})"
|
|
||||||
format="YYYY-MM-DD"
|
|
||||||
v-model="formInline.ImplementationDate"
|
|
||||||
:disabled="disabled"
|
|
||||||
style="width: 100%"/>
|
|
||||||
</a-form-model-item>
|
|
||||||
</div>
|
|
||||||
</a-col>
|
|
||||||
</a-row>
|
|
||||||
<a-row :gutter="24">
|
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<div class="box-title-text">
|
<div class="box-title-text">
|
||||||
<div class="title-text">
|
<div class="title-text">
|
||||||
@@ -143,33 +157,33 @@
|
|||||||
:title="$t('certificationType')">{{$t('certificationType')}}</span>
|
:title="$t('certificationType')">{{$t('certificationType')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="certificationType">
|
<a-form-model-item class="itemModel" prop="certificationType">
|
||||||
<j-dict-select-tag class="box-input" v-model="formInline.certificationType"
|
<j-dict-select-tag class="box-input" v-model="formInline.attestationType"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
@input="handleInput('certificationType')"
|
@input="handleInput('attestationType')"
|
||||||
:placeholder="$t('PleaseSelect')+$t('certificationType')"
|
:placeholder="$t('PleaseSelect')+$t('certificationType')"
|
||||||
:type="'select'"
|
:type="'select'"
|
||||||
:triggerChange="false" :dictCode="'dict_field'"/>
|
:triggerChange="false" :dictCode="'dict_field'"/>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12">
|
|
||||||
<div class="box-title-text">
|
|
||||||
<div class="title-text">
|
|
||||||
<span class="title-text-text"
|
|
||||||
:title="$t('certificationLevel')">{{$t('certificationLevel')}}</span>
|
|
||||||
</div>
|
|
||||||
<a-form-model-item class="itemModel" prop="certificationLevel">
|
|
||||||
<j-dict-select-tag class="box-input" v-model="formInline.certificationLevel"
|
|
||||||
:disabled="disabled"
|
|
||||||
@input="handleInput('certificationLevel')"
|
|
||||||
:placeholder="$t('PleaseSelect')+$t('certificationLevel')"
|
|
||||||
:type="'select'"
|
|
||||||
:triggerChange="false" :dictCode="'dict_field'"/>
|
|
||||||
</a-form-model-item>
|
|
||||||
</div>
|
|
||||||
</a-col>
|
|
||||||
</a-row>
|
</a-row>
|
||||||
<a-row :gutter="24">
|
<a-row :gutter="24">
|
||||||
|
<a-col :span="12">
|
||||||
|
<div class="box-title-text">
|
||||||
|
<div class="title-text">
|
||||||
|
<span class="title-text-text"
|
||||||
|
:title="$t('technicalField')">{{$t('technicalField')}}</span>
|
||||||
|
</div>
|
||||||
|
<a-form-model-item class="itemModel" prop="technologyTerritory">
|
||||||
|
<j-dict-select-tag class="box-input" v-model="formInline.technologyTerritory"
|
||||||
|
:disabled="disabled"
|
||||||
|
@input="handleInput('technologyTerritory')"
|
||||||
|
:placeholder="$t('PleaseSelect')+$t('technicalField')"
|
||||||
|
:type="'select'"
|
||||||
|
:triggerChange="false" :dictCode="'technology_territory'"/>
|
||||||
|
</a-form-model-item>
|
||||||
|
</div>
|
||||||
|
</a-col>
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<div class="box-title-text">
|
<div class="box-title-text">
|
||||||
<div class="title-text">
|
<div class="title-text">
|
||||||
@@ -177,57 +191,11 @@
|
|||||||
:title="$t('areaOfResponsibility')">{{$t('areaOfResponsibility')}}</span>
|
:title="$t('areaOfResponsibility')">{{$t('areaOfResponsibility')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="areaOfResponsibility">
|
<a-form-model-item class="itemModel" prop="areaOfResponsibility">
|
||||||
<j-dict-select-tag class="box-input" v-model="formInline.areaOfResponsibility"
|
<j-multi-select-tag class="box-input" v-model="formInline.dutyTerritory"
|
||||||
:disabled="disabled"
|
|
||||||
@input="handleInput('areaOfResponsibility')"
|
|
||||||
:placeholder="$t('PleaseSelect')+$t('areaOfResponsibility')"
|
|
||||||
:type="'select'"
|
|
||||||
:triggerChange="false" :dictCode="'dict_field'"/>
|
|
||||||
</a-form-model-item>
|
|
||||||
</div>
|
|
||||||
</a-col>
|
|
||||||
<a-col :span="12">
|
|
||||||
<div class="box-title-text">
|
|
||||||
<div class="title-text">
|
|
||||||
<span class="title-text-text" :title="$t('regulatoryEngineer')">{{$t('regulatoryEngineer')}}</span>
|
|
||||||
</div>
|
|
||||||
<a-form-model-item class="itemModel" :prop="'regulatoryEngineer'">
|
|
||||||
<PersonnelSelection :query="{db_field_name:'regulatoryEngineer',db_field_txt:$t('regulatoryEngineer')}"
|
|
||||||
:personneQuery="formInline"
|
|
||||||
@change="PersonnelSelectionChange"
|
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
v-model="formInline.regulatoryEngineer"/>
|
:placeholder="$t('PleaseSelect')+$t('areaOfResponsibility')"
|
||||||
</a-form-model-item>
|
:type="'select'"
|
||||||
</div>
|
:triggerChange="false" :dictCode="'duty_territory'"/>
|
||||||
</a-col>
|
|
||||||
</a-row>
|
|
||||||
<a-row :gutter="24">
|
|
||||||
<a-col :span="12">
|
|
||||||
<div class="box-title-text">
|
|
||||||
<div class="title-text">
|
|
||||||
<span class="title-text-text" :title="$t('certifiedEngineer')">{{$t('certifiedEngineer')}}</span>
|
|
||||||
</div>
|
|
||||||
<a-form-model-item class="itemModel" :prop="'certifiedEngineer'">
|
|
||||||
<PersonnelSelection :query="{db_field_name:'certifiedEngineer',db_field_txt:$t('certifiedEngineer')}"
|
|
||||||
:personneQuery="formInline"
|
|
||||||
@change="PersonnelSelectionChange"
|
|
||||||
:disabled="disabled"
|
|
||||||
v-model="formInline.certifiedEngineer"/>
|
|
||||||
</a-form-model-item>
|
|
||||||
</div>
|
|
||||||
</a-col>
|
|
||||||
<a-col :span="12">
|
|
||||||
<div class="box-title-text">
|
|
||||||
<div class="title-text">
|
|
||||||
<span class="title-text-text" :title="$t('engineeringInterfacePerson')">{{$t('engineeringInterfacePerson')}}</span>
|
|
||||||
</div>
|
|
||||||
<a-form-model-item class="itemModel" :prop="'engineeringInterfacePerson'">
|
|
||||||
<PersonnelSelection
|
|
||||||
:query="{db_field_name:'engineeringInterfacePerson',db_field_txt:$t('engineeringInterfacePerson')}"
|
|
||||||
:personneQuery="formInline"
|
|
||||||
@change="PersonnelSelectionChange"
|
|
||||||
:disabled="disabled"
|
|
||||||
v-model="formInline.engineeringInterfacePerson"/>
|
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
@@ -238,11 +206,11 @@
|
|||||||
<div class="title-text">
|
<div class="title-text">
|
||||||
<span class="title-text-text" :title="$t('remarks')">{{$t('remarks')}}</span>
|
<span class="title-text-text" :title="$t('remarks')">{{$t('remarks')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" :prop="'remarks'">
|
<a-form-model-item class="itemModel" :prop="'remark'">
|
||||||
<a-textarea
|
<a-textarea
|
||||||
:placeholder="$t('PleaseEnter')+$t('remarks')"
|
:placeholder="$t('PleaseEnter')+$t('remarks')"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
v-model="formInline.remarks" :rows="4"/>
|
v-model="formInline.remark" :rows="4"/>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
@@ -258,9 +226,9 @@
|
|||||||
:title="$t('typeOfDeliverables')">{{$t('typeOfDeliverables')}}</span>
|
:title="$t('typeOfDeliverables')">{{$t('typeOfDeliverables')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="typeOfDeliverables">
|
<a-form-model-item class="itemModel" prop="typeOfDeliverables">
|
||||||
<j-dict-select-tag class="box-input" v-model="formInline.typeOfDeliverables"
|
<j-dict-select-tag class="box-input" v-model="formInline.designDeliverableType"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
@input="handleInput('typeOfDeliverables')"
|
@input="handleInput('designDeliverableType')"
|
||||||
:placeholder="$t('PleaseSelect')+$t('typeOfDeliverables')"
|
:placeholder="$t('PleaseSelect')+$t('typeOfDeliverables')"
|
||||||
:type="'select'"
|
:type="'select'"
|
||||||
:triggerChange="false" :dictCode="'dict_field'"/>
|
:triggerChange="false" :dictCode="'dict_field'"/>
|
||||||
@@ -273,11 +241,11 @@
|
|||||||
<span class="title-text-text"
|
<span class="title-text-text"
|
||||||
:title="$t('deliverableTemplate')">{{$t('deliverableTemplate')}}</span>
|
:title="$t('deliverableTemplate')">{{$t('deliverableTemplate')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="deliverableTemplate">
|
<a-form-model-item class="itemModel" prop="designDeliverableTemplate">
|
||||||
<a-button type="primary" class="button-text"
|
<a-button type="primary" class="button-text"
|
||||||
@click="clickButtonToUpload('deliverableTemplate')">
|
@click="clickButtonToUpload('designDeliverableTemplate')">
|
||||||
{{ (formInline.deliverableTemplate === 'null' || formInline.deliverableTemplate === '' ||
|
{{ (formInline.designDeliverableTemplate === 'null' || formInline.designDeliverableTemplate === '' ||
|
||||||
formInline.deliverableTemplate == null) ? $t('clickUpload') : $t('viewUploadedFiles')
|
formInline.designDeliverableTemplate == null) ? $t('clickUpload') : $t('viewUploadedFiles')
|
||||||
}}
|
}}
|
||||||
</a-button>
|
</a-button>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
@@ -291,10 +259,10 @@
|
|||||||
<span class="title-text-text"
|
<span class="title-text-text"
|
||||||
:title="$t('Sponsor')">{{$t('Sponsor')}}</span>
|
:title="$t('Sponsor')">{{$t('Sponsor')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="Sponsor">
|
<a-form-model-item class="itemModel" prop="designInitiator">
|
||||||
<j-dict-select-tag class="box-input" v-model="formInline.Sponsor"
|
<j-dict-select-tag class="box-input" v-model="formInline.designInitiator"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
@input="handleInput('Sponsor')"
|
@input="handleInput('designInitiator')"
|
||||||
:placeholder="$t('PleaseSelect')+$t('Sponsor')"
|
:placeholder="$t('PleaseSelect')+$t('Sponsor')"
|
||||||
:type="'select'"
|
:type="'select'"
|
||||||
:triggerChange="false" :dictCode="'dict_field'"/>
|
:triggerChange="false" :dictCode="'dict_field'"/>
|
||||||
@@ -307,10 +275,10 @@
|
|||||||
<span class="title-text-text"
|
<span class="title-text-text"
|
||||||
:title="$t('personLiable')">{{$t('personLiable')}}</span>
|
:title="$t('personLiable')">{{$t('personLiable')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="personLiable">
|
<a-form-model-item class="itemModel" prop="designDuty">
|
||||||
<j-dict-select-tag class="box-input" v-model="formInline.personLiable"
|
<j-dict-select-tag class="box-input" v-model="formInline.designDuty"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
@input="handleInput('personLiable')"
|
@input="handleInput('designDuty')"
|
||||||
:placeholder="$t('PleaseSelect')+$t('personLiable')"
|
:placeholder="$t('PleaseSelect')+$t('personLiable')"
|
||||||
:type="'select'"
|
:type="'select'"
|
||||||
:triggerChange="false" :dictCode="'dict_field'"/>
|
:triggerChange="false" :dictCode="'dict_field'"/>
|
||||||
@@ -318,25 +286,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
<a-row :gutter="24">
|
|
||||||
<a-col :span="12">
|
|
||||||
<div class="box-title-text">
|
|
||||||
<div class="title-text">
|
|
||||||
<span class="title-text-text"
|
|
||||||
:title="$t('cutoffTime')">{{$t('cutoffTime')}}</span>
|
|
||||||
</div>
|
|
||||||
<a-form-model-item class="itemModel" :prop="'cutoffTime'">
|
|
||||||
<a-date-picker class="box-input"
|
|
||||||
:placeholder="$t('PleaseSelect')+$t('cutoffTime')"
|
|
||||||
@change="dateChange({db_field_name:'cutoffTime'})"
|
|
||||||
format="YYYY-MM-DD"
|
|
||||||
v-model="formInline.cutoffTime"
|
|
||||||
:disabled="disabled"
|
|
||||||
style="width: 100%"/>
|
|
||||||
</a-form-model-item>
|
|
||||||
</div>
|
|
||||||
</a-col>
|
|
||||||
</a-row>
|
|
||||||
<div class="header-text">
|
<div class="header-text">
|
||||||
{{$t('PrehomoConfirmation')}}
|
{{$t('PrehomoConfirmation')}}
|
||||||
</div>
|
</div>
|
||||||
@@ -347,10 +296,10 @@
|
|||||||
<span class="title-text-text"
|
<span class="title-text-text"
|
||||||
:title="$t('typeOfDeliverables')">{{$t('typeOfDeliverables')}}</span>
|
:title="$t('typeOfDeliverables')">{{$t('typeOfDeliverables')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="typeOfDeliverables">
|
<a-form-model-item class="itemModel" prop="prehomoDeliverableType">
|
||||||
<j-dict-select-tag class="box-input" v-model="formInline.typeOfDeliverables"
|
<j-dict-select-tag class="box-input" v-model="formInline.prehomoDeliverableType"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
@input="handleInput('typeOfDeliverables')"
|
@input="handleInput('prehomoDeliverableType')"
|
||||||
:placeholder="$t('PleaseSelect')+$t('typeOfDeliverables')"
|
:placeholder="$t('PleaseSelect')+$t('typeOfDeliverables')"
|
||||||
:type="'select'"
|
:type="'select'"
|
||||||
:triggerChange="false" :dictCode="'dict_field'"/>
|
:triggerChange="false" :dictCode="'dict_field'"/>
|
||||||
@@ -363,11 +312,12 @@
|
|||||||
<span class="title-text-text"
|
<span class="title-text-text"
|
||||||
:title="$t('deliverableTemplate')">{{$t('deliverableTemplate')}}</span>
|
:title="$t('deliverableTemplate')">{{$t('deliverableTemplate')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="deliverableTemplate">
|
<a-form-model-item class="itemModel" prop="prehomoDeliverableTemplate">
|
||||||
<a-button type="primary" class="button-text"
|
<a-button type="primary" class="button-text"
|
||||||
@click="clickButtonToUpload('deliverableTemplate')">
|
@click="clickButtonToUpload('prehomoDeliverableTemplate')">
|
||||||
{{ (formInline.deliverableTemplate === 'null' || formInline.deliverableTemplate === '' ||
|
{{ (formInline.prehomoDeliverableTemplate === 'null' || formInline.prehomoDeliverableTemplate === ''
|
||||||
formInline.deliverableTemplate == null) ? $t('clickUpload') : $t('viewUploadedFiles')
|
||
|
||||||
|
formInline.prehomoDeliverableTemplate == null) ? $t('clickUpload') : $t('viewUploadedFiles')
|
||||||
}}
|
}}
|
||||||
</a-button>
|
</a-button>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
@@ -381,10 +331,10 @@
|
|||||||
<span class="title-text-text"
|
<span class="title-text-text"
|
||||||
:title="$t('Sponsor')">{{$t('Sponsor')}}</span>
|
:title="$t('Sponsor')">{{$t('Sponsor')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="Sponsor">
|
<a-form-model-item class="itemModel" prop="prehomoInitiator">
|
||||||
<j-dict-select-tag class="box-input" v-model="formInline.Sponsor"
|
<j-dict-select-tag class="box-input" v-model="formInline.prehomoInitiator"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
@input="handleInput('Sponsor')"
|
@input="handleInput('prehomoInitiator')"
|
||||||
:placeholder="$t('PleaseSelect')+$t('Sponsor')"
|
:placeholder="$t('PleaseSelect')+$t('Sponsor')"
|
||||||
:type="'select'"
|
:type="'select'"
|
||||||
:triggerChange="false" :dictCode="'dict_field'"/>
|
:triggerChange="false" :dictCode="'dict_field'"/>
|
||||||
@@ -397,10 +347,10 @@
|
|||||||
<span class="title-text-text"
|
<span class="title-text-text"
|
||||||
:title="$t('personLiable')">{{$t('personLiable')}}</span>
|
:title="$t('personLiable')">{{$t('personLiable')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="personLiable">
|
<a-form-model-item class="itemModel" prop="prehomoDuty">
|
||||||
<j-dict-select-tag class="box-input" v-model="formInline.personLiable"
|
<j-dict-select-tag class="box-input" v-model="formInline.prehomoDuty"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
@input="handleInput('personLiable')"
|
@input="handleInput('prehomoDuty')"
|
||||||
:placeholder="$t('PleaseSelect')+$t('personLiable')"
|
:placeholder="$t('PleaseSelect')+$t('personLiable')"
|
||||||
:type="'select'"
|
:type="'select'"
|
||||||
:triggerChange="false" :dictCode="'dict_field'"/>
|
:triggerChange="false" :dictCode="'dict_field'"/>
|
||||||
@@ -408,25 +358,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
<a-row :gutter="24">
|
|
||||||
<a-col :span="12">
|
|
||||||
<div class="box-title-text">
|
|
||||||
<div class="title-text">
|
|
||||||
<span class="title-text-text"
|
|
||||||
:title="$t('cutoffTime')">{{$t('cutoffTime')}}</span>
|
|
||||||
</div>
|
|
||||||
<a-form-model-item class="itemModel" :prop="'cutoffTime'">
|
|
||||||
<a-date-picker class="box-input"
|
|
||||||
:placeholder="$t('PleaseSelect')+$t('cutoffTime')"
|
|
||||||
@change="dateChange({db_field_name:'cutoffTime'})"
|
|
||||||
format="YYYY-MM-DD"
|
|
||||||
v-model="formInline.cutoffTime"
|
|
||||||
:disabled="disabled"
|
|
||||||
style="width: 100%"/>
|
|
||||||
</a-form-model-item>
|
|
||||||
</div>
|
|
||||||
</a-col>
|
|
||||||
</a-row>
|
|
||||||
<div class="header-text">
|
<div class="header-text">
|
||||||
{{$t('verificationAndConformityconfirmation')}}
|
{{$t('verificationAndConformityconfirmation')}}
|
||||||
</div>
|
</div>
|
||||||
@@ -437,10 +368,10 @@
|
|||||||
<span class="title-text-text"
|
<span class="title-text-text"
|
||||||
:title="$t('typeOfDeliverables')">{{$t('typeOfDeliverables')}}</span>
|
:title="$t('typeOfDeliverables')">{{$t('typeOfDeliverables')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="typeOfDeliverables">
|
<a-form-model-item class="itemModel" prop="verifyDeliverableType">
|
||||||
<j-dict-select-tag class="box-input" v-model="formInline.typeOfDeliverables"
|
<j-dict-select-tag class="box-input" v-model="formInline.verifyDeliverableType"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
@input="handleInput('typeOfDeliverables')"
|
@input="handleInput('verifyDeliverableType')"
|
||||||
:placeholder="$t('PleaseSelect')+$t('typeOfDeliverables')"
|
:placeholder="$t('PleaseSelect')+$t('typeOfDeliverables')"
|
||||||
:type="'select'"
|
:type="'select'"
|
||||||
:triggerChange="false" :dictCode="'dict_field'"/>
|
:triggerChange="false" :dictCode="'dict_field'"/>
|
||||||
@@ -453,11 +384,11 @@
|
|||||||
<span class="title-text-text"
|
<span class="title-text-text"
|
||||||
:title="$t('deliverableTemplate')">{{$t('deliverableTemplate')}}</span>
|
:title="$t('deliverableTemplate')">{{$t('deliverableTemplate')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="deliverableTemplate">
|
<a-form-model-item class="itemModel" prop="verifyDeliverableTemplate">
|
||||||
<a-button type="primary" class="button-text"
|
<a-button type="primary" class="button-text"
|
||||||
@click="clickButtonToUpload('deliverableTemplate')">
|
@click="clickButtonToUpload('verifyDeliverableTemplate')">
|
||||||
{{ (formInline.deliverableTemplate === 'null' || formInline.deliverableTemplate === '' ||
|
{{ (formInline.verifyDeliverableTemplate === 'null' || formInline.verifyDeliverableTemplate === '' ||
|
||||||
formInline.deliverableTemplate == null) ? $t('clickUpload') : $t('viewUploadedFiles')
|
formInline.verifyDeliverableTemplate == null) ? $t('clickUpload') : $t('viewUploadedFiles')
|
||||||
}}
|
}}
|
||||||
</a-button>
|
</a-button>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
@@ -471,10 +402,10 @@
|
|||||||
<span class="title-text-text"
|
<span class="title-text-text"
|
||||||
:title="$t('Sponsor')">{{$t('Sponsor')}}</span>
|
:title="$t('Sponsor')">{{$t('Sponsor')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="Sponsor">
|
<a-form-model-item class="itemModel" prop="verifyInitiator">
|
||||||
<j-dict-select-tag class="box-input" v-model="formInline.Sponsor"
|
<j-dict-select-tag class="box-input" v-model="formInline.verifyInitiator"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
@input="handleInput('Sponsor')"
|
@input="handleInput('verifyInitiator')"
|
||||||
:placeholder="$t('PleaseSelect')+$t('Sponsor')"
|
:placeholder="$t('PleaseSelect')+$t('Sponsor')"
|
||||||
:type="'select'"
|
:type="'select'"
|
||||||
:triggerChange="false" :dictCode="'dict_field'"/>
|
:triggerChange="false" :dictCode="'dict_field'"/>
|
||||||
@@ -487,10 +418,10 @@
|
|||||||
<span class="title-text-text"
|
<span class="title-text-text"
|
||||||
:title="$t('personLiable')">{{$t('personLiable')}}</span>
|
:title="$t('personLiable')">{{$t('personLiable')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="personLiable">
|
<a-form-model-item class="itemModel" prop="verifyDuty">
|
||||||
<j-dict-select-tag class="box-input" v-model="formInline.personLiable"
|
<j-dict-select-tag class="box-input" v-model="formInline.verifyDuty"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
@input="handleInput('personLiable')"
|
@input="handleInput('verifyDuty')"
|
||||||
:placeholder="$t('PleaseSelect')+$t('personLiable')"
|
:placeholder="$t('PleaseSelect')+$t('personLiable')"
|
||||||
:type="'select'"
|
:type="'select'"
|
||||||
:triggerChange="false" :dictCode="'dict_field'"/>
|
:triggerChange="false" :dictCode="'dict_field'"/>
|
||||||
@@ -498,25 +429,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
<a-row :gutter="24">
|
|
||||||
<a-col :span="12">
|
|
||||||
<div class="box-title-text">
|
|
||||||
<div class="title-text">
|
|
||||||
<span class="title-text-text"
|
|
||||||
:title="$t('cutoffTime')">{{$t('cutoffTime')}}</span>
|
|
||||||
</div>
|
|
||||||
<a-form-model-item class="itemModel" :prop="'cutoffTime'">
|
|
||||||
<a-date-picker class="box-input"
|
|
||||||
:placeholder="$t('PleaseSelect')+$t('cutoffTime')"
|
|
||||||
@change="dateChange({db_field_name:'cutoffTime'})"
|
|
||||||
format="YYYY-MM-DD"
|
|
||||||
v-model="formInline.cutoffTime"
|
|
||||||
:disabled="disabled"
|
|
||||||
style="width: 100%"/>
|
|
||||||
</a-form-model-item>
|
|
||||||
</div>
|
|
||||||
</a-col>
|
|
||||||
</a-row>
|
|
||||||
</a-form-model>
|
</a-form-model>
|
||||||
</a-spin>
|
</a-spin>
|
||||||
<div class="drawer-bootom-button">
|
<div class="drawer-bootom-button">
|
||||||
@@ -536,6 +448,12 @@
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'editModel',
|
name: 'editModel',
|
||||||
|
props: {
|
||||||
|
url: {
|
||||||
|
type: Object,
|
||||||
|
default: {}
|
||||||
|
}
|
||||||
|
},
|
||||||
components: {
|
components: {
|
||||||
Standardselection,
|
Standardselection,
|
||||||
PersonnelSelection,
|
PersonnelSelection,
|
||||||
@@ -553,9 +471,11 @@
|
|||||||
mounted() {
|
mounted() {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
editModel() {
|
editModel(item) {
|
||||||
this.visible = true
|
this.visible = true
|
||||||
this.formInline = {}
|
this.$nextTick(() => {
|
||||||
|
this.formInline = item || {}
|
||||||
|
})
|
||||||
},
|
},
|
||||||
clickButtonToUpload(item) {
|
clickButtonToUpload(item) {
|
||||||
this.$refs.uploadFile.perentHandleFunc()
|
this.$refs.uploadFile.perentHandleFunc()
|
||||||
@@ -585,7 +505,18 @@
|
|||||||
this.visible = false
|
this.visible = false
|
||||||
},
|
},
|
||||||
handleSubmit() {
|
handleSubmit() {
|
||||||
|
this.confirmLoading = true
|
||||||
|
postAction(this.url.editModel, this.formInline).then((res) => {
|
||||||
|
if (res.success) {
|
||||||
|
this.$message.success(this.$t('OperationSuccessful'))
|
||||||
|
this.visible = false
|
||||||
|
this.confirmLoading = false
|
||||||
|
this.$emit('editModelList')
|
||||||
|
} else {
|
||||||
|
this.$message.warning(this.$t('operationFailed'))
|
||||||
|
this.confirmLoading = false
|
||||||
|
}
|
||||||
|
})
|
||||||
},
|
},
|
||||||
handleInput(value) {
|
handleInput(value) {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
|
|||||||
@@ -145,10 +145,10 @@
|
|||||||
</a-card>
|
</a-card>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<addModel :url="url" ref="addModelRef"/>
|
<addModel :url="url" ref="addModelRef" @addModelList="addModelList"/>
|
||||||
<editModel :url="url" ref="editModelRef"/>
|
<editModel :url="url" ref="editModelRef" @editModelList="editModelList"/>
|
||||||
<UpdateLog :url="url" ref="UpdateLogRef"/>
|
<UpdateLog :url="url" ref="UpdateLogRef"/>
|
||||||
<batSetting :url="url" ref="batSettingRef"/>
|
<batSetting :url="url" ref="batSettingRef" @batSettingList="batSettingList"/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -389,7 +389,7 @@
|
|||||||
...this.queryParam,
|
...this.queryParam,
|
||||||
id: selectedRowKeys.join(',')
|
id: selectedRowKeys.join(',')
|
||||||
}
|
}
|
||||||
downloadFile(this.url.exportData, '文档库.xls', query, this.Deselect)
|
downloadFile(this.url.exportData, '虚拟清单名称.zip', query, this.Deselect)
|
||||||
},
|
},
|
||||||
Deselect() {
|
Deselect() {
|
||||||
this.selectedRowKeys = []
|
this.selectedRowKeys = []
|
||||||
@@ -426,6 +426,14 @@
|
|||||||
this.pageSize = pageSize
|
this.pageSize = pageSize
|
||||||
this.getList()
|
this.getList()
|
||||||
},
|
},
|
||||||
|
addModelList() {
|
||||||
|
this.pageNo = 1
|
||||||
|
this.getList()
|
||||||
|
},
|
||||||
|
editModelList() {
|
||||||
|
this.pageNo = 1
|
||||||
|
this.getList()
|
||||||
|
},
|
||||||
getList() {
|
getList() {
|
||||||
let query = {
|
let query = {
|
||||||
pageNo: this.pageNo,
|
pageNo: this.pageNo,
|
||||||
@@ -448,6 +456,10 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
batSettingList() {
|
||||||
|
this.pageNo = 1
|
||||||
|
this.getList()
|
||||||
|
},
|
||||||
batSettingClick() {
|
batSettingClick() {
|
||||||
if (this.selectedRowKeys && this.selectedRowKeys.length > 0) {
|
if (this.selectedRowKeys && this.selectedRowKeys.length > 0) {
|
||||||
this.$refs.batSettingRef.edit(JSON.parse(JSON.stringify(this.selectedRowKeys)))
|
this.$refs.batSettingRef.edit(JSON.parse(JSON.stringify(this.selectedRowKeys)))
|
||||||
@@ -486,7 +498,7 @@
|
|||||||
edit(item) {
|
edit(item) {
|
||||||
this.$refs.editModelRef.editModel(JSON.parse(JSON.stringify(item)))
|
this.$refs.editModelRef.editModel(JSON.parse(JSON.stringify(item)))
|
||||||
},
|
},
|
||||||
deleteLib() {
|
deleteLib(val) {
|
||||||
let _this = this
|
let _this = this
|
||||||
this.$confirm({
|
this.$confirm({
|
||||||
content: _this.$t('ConfirmDelete'),
|
content: _this.$t('ConfirmDelete'),
|
||||||
|
|||||||
Reference in New Issue
Block a user