change
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user