物料组盘入库修改
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user