diff --git a/src/pages/product/stoOutbound/index.vue b/src/pages/product/stoOutbound/index.vue index 6e0d81f..6036f60 100644 --- a/src/pages/product/stoOutbound/index.vue +++ b/src/pages/product/stoOutbound/index.vue @@ -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 = '';