This commit is contained in:
2025-09-18 17:41:27 +08:00
parent b52206d721
commit 6bdb34a86e
7 changed files with 18 additions and 40 deletions

View File

@@ -119,6 +119,8 @@
clearUp () {
this.val1 = ''
this.val2 = ''
this.kcqty = ''
this.materialData = {}
this.disabled = false
},
handleChange (e) {
@@ -139,7 +141,7 @@
}
try {
let res = await materialBoxOutConfirm(this.materialData.iostorinvdis_id, this.materialData.storagevehicle_code, this.materialData.struct_code, this.val2, this.materialData.plan_qty)
if (res.code === '200') {
if (res) {
uni.showToast({
title: res.message,
icon: 'none'
@@ -149,13 +151,8 @@
uni.navigateTo({
url: '/pages/Material/dlx-out-store?title=大料箱出库'
})
} else {
uni.showToast({
title: res.message,
icon: 'none'
})
this.disabled = false
}
this.disabled = false
} catch (e) {
this.disabled = false
}