opt:印尼海亮优化

This commit is contained in:
2026-03-04 14:46:18 +08:00
parent 5dd197c974
commit 4b58375671
10 changed files with 93 additions and 29 deletions

View File

@@ -566,7 +566,7 @@ export default {
this.loadingAlldiv = true
this.mstrow.div_type = '1'
checkoutbill.allDiv(this.mstrow).then(res => {
this.crud.notify($t('common.allocationSuccessful'), CRUD.NOTIFICATION_TYPE.INFO)
this.crud.notify(this.$t('common.allocationSuccessful'), CRUD.NOTIFICATION_TYPE.INFO)
this.queryTableDtl()
this.updataIsOverdue()
this.loadingAlldiv = false

View File

@@ -141,7 +141,7 @@
/>
</el-select>
</el-form-item>
<!-- <el-form-item :label="$t('common.is_summary')">
<!-- <el-form-item :label="$t('common.is_summary')">
<el-select
v-model="query.is_all"
clearable
@@ -291,7 +291,7 @@
prop="box_weight"
:label="$t('common.totalGrossWeight')"
:formatter="crud.formatNum2"
:min-width="flexWidth('box_weight',crud.data,$t('common.totalGrossWeight'))"
:min-width="flexWidth('box_weight',crud.data,$t('common.totalGrossWeight'))"
/>
<el-table-column
show-overflow-tooltip