物料组盘入库修改

This commit is contained in:
蔡玲
2024-12-24 09:58:53 +08:00
parent e172f8620a
commit 9fe59a8f0d

View File

@@ -153,19 +153,11 @@
try {
this.currentData.stor_code = this.index
let res = await groupMaterIn(this.index, this.currentData)
if (res.code === '200') {
uni.showToast({
title: res.msg,
icon: 'none'
})
this.toEmpty()
} else {
uni.showToast({
title: res.msg,
icon: 'none'
})
this.disabled = false
}
uni.showToast({
title: res.msg,
icon: 'none'
})
this.disabled = false
} catch (e) {
this.disabled = false
}