opt:优化
This commit is contained in:
@@ -676,6 +676,7 @@ export default {
|
||||
this.currentRow.point_code = this.form2.point_code
|
||||
this.currentRow.checked = this.checked
|
||||
this.currentRow.stor_id = this.mstrow.stor_id
|
||||
this.currentRow.bill_type = this.mstrow.bill_type
|
||||
checkoutbill.allSetPoint(this.currentRow).then(res => {
|
||||
this.queryTableDdis(this.currentRow.iostorinvdtl_id)
|
||||
this.crud.notify(this.$t('common.settingSuccessful'), CRUD.NOTIFICATION_TYPE.INFO)
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
@keyup.enter.native="crud.toQuery"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('common.product_area')">
|
||||
<el-form-item v-show="false" :label="$t('common.product_area')">
|
||||
<el-select
|
||||
v-model="query.product_area"
|
||||
clearable
|
||||
|
||||
Reference in New Issue
Block a user