no message
This commit is contained in:
@@ -448,6 +448,8 @@
|
||||
let res = await addAssignDtl(this.popData)
|
||||
if (res.code === 1) {
|
||||
this.show = false
|
||||
this.checkData = []
|
||||
this.subCheckData = []
|
||||
this._easOutInBillPage()
|
||||
}
|
||||
uni.showToast({
|
||||
@@ -471,6 +473,8 @@
|
||||
try {
|
||||
let res = await inWarehouseCommit(this.subCheckData, this.crType)
|
||||
if (res.code === 1) {
|
||||
this.checkData = []
|
||||
this.subCheckData = []
|
||||
this._easOutInBillPage()
|
||||
}
|
||||
uni.showToast({
|
||||
@@ -493,6 +497,7 @@
|
||||
if (res.code === 1) {
|
||||
this.disabled1 = false
|
||||
this.checkData = []
|
||||
this.subCheckData = []
|
||||
this._easOutInBillPage()
|
||||
} else {
|
||||
this.disabled1 = false
|
||||
|
||||
Reference in New Issue
Block a user