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