opt:优化

This commit is contained in:
2026-08-07 17:28:21 +07:00
parent 87a7cdd496
commit f41571698d
17 changed files with 195 additions and 146 deletions

View File

@@ -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)

View File

@@ -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