|
|
|
@ -116,11 +116,16 @@ export default class KanDanHandOver extends BasePage {
|
|
|
|
|
arr.push(this.orderlist);
|
|
|
|
|
await model.onTakeoutConfirm(arr);
|
|
|
|
|
if (model.code == '1') {
|
|
|
|
|
this.customToast(this.$t('message.Warehouse_Tip9') as string);
|
|
|
|
|
model.empty();
|
|
|
|
|
setTimeout(() => {
|
|
|
|
|
this.toPage(this.page.raw.warehouse.rowTransfer.index);
|
|
|
|
|
}, 2000);
|
|
|
|
|
//this.customToast(this.$t('message.Warehouse_Tip9') as string);
|
|
|
|
|
uni.showToast({ icon: 'success', title: this.$t('message.Warehouse_Tip9') as string });
|
|
|
|
|
//model.empty();
|
|
|
|
|
this.orderlist = {};
|
|
|
|
|
this.model.materielList.length = 0;
|
|
|
|
|
this.NEWqty = '';
|
|
|
|
|
// setTimeout(() => {
|
|
|
|
|
// this.toPage(this.page.raw.warehouse.rowTransfer.index);
|
|
|
|
|
// }, 2000);
|
|
|
|
|
this.query();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|