hdsmesin-43 feat 修改sto扫码成功提示

master
suiwei 2 years ago
parent 21281ab0f1
commit cb7df3c11d

@ -162,6 +162,7 @@ export default class dnReceiptDom extends BasePage {
this.company = '';
this.showVehicle = false;
this.showMsg = false;
//
if (!this.stoNo) {
this.customToast(this.$t('message.stoPleaseInput') as any);
return;
@ -180,7 +181,11 @@ export default class dnReceiptDom extends BasePage {
};
await this.model.stoScan(selctlist);
if (this.model.res.code == '1') {
this.customToast(this.$t('message.Warehouse_Tip9') as any);
//this.customToast(this.$t('message.Warehouse_Tip9') as any);
uni.showToast({
title: this.$t('message.success') as string,
image: '/static/icons/icon-51.png',
});
//this.TheItem.scanAmount = this.TheItem.scanAmount + 1;
this.model.stoNoList[this.ItemIndex].finQty += 1;
this.barcode = '';

Loading…
Cancel
Save