This commit is contained in:
2025-09-18 10:19:10 +08:00
parent 414db71188
commit e4a38f3f18
3 changed files with 21 additions and 5 deletions

View File

@@ -52,7 +52,7 @@
<span class="filter_label">库存数量</span>
</view>
<view class="zd-col-16">
<input type="number" v-model="materialData.qty1" class="filter_input" disabled>
<input type="number" v-model="kcqty" class="filter_input" disabled>
</view>
<view class="zd-col-2"><span class="filter_unit">KG</span></view>
</view>
@@ -86,6 +86,7 @@
return {
title: '',
val1: '',
kcqty: '',
materialData: {},
disabled: false
};
@@ -111,6 +112,7 @@
},
async _getInvInfoQty () {
let res = await getInvInfoQty(this.val1)
this.kcqty = res.data.ivt_qty
this.materialData.qty1 = res.data.ivt_qty
},
async _materialBoxInventoryConfirm () {
@@ -127,6 +129,10 @@
icon: 'none'
})
this.clearUp()
this.$store.dispatch('setPublicObj', '')
uni.navigateTo({
url: '/pages/Material/dlx-pan-store?title=大料箱盘库'
})
} else {
uni.showToast({
title: res.message,