物料组盘入库修改

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

View File

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