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

@@ -123,7 +123,7 @@
}
try {
let res = await materialBoxInventoryConfirm(this.materialData)
if (res.code === '200') {
if (res) {
uni.showToast({
title: res.message,
icon: 'none'
@@ -133,13 +133,8 @@
uni.navigateTo({
url: '/pages/Material/dlx-pan-store?title=大料箱盘库'
})
} else {
uni.showToast({
title: res.message,
icon: 'none'
})
this.disabled = false
}
this.disabled = false
} catch (e) {
this.disabled = false
}