|
|
@ -169,11 +169,12 @@ export default class productCheckReceipt extends BasePage {
|
|
|
|
await this.model.onTakeoutConfirm(orderlist);
|
|
|
|
await this.model.onTakeoutConfirm(orderlist);
|
|
|
|
if (model.code == '1') {
|
|
|
|
if (model.code == '1') {
|
|
|
|
this.customToast(this.$t('message.Warehouse_Tip9') as string);
|
|
|
|
this.customToast(this.$t('message.Warehouse_Tip9') as string);
|
|
|
|
this.form.productCode = '';
|
|
|
|
// this.form.productCode = '';
|
|
|
|
model.empty();
|
|
|
|
model.empty();
|
|
|
|
setTimeout(() => {
|
|
|
|
this.query()
|
|
|
|
this.$forceUpdate();
|
|
|
|
// setTimeout(() => {
|
|
|
|
}, 2000);
|
|
|
|
// this.$forceUpdate();
|
|
|
|
|
|
|
|
// }, 2000);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|