From cb7df3c11d3e43dc44115aeceef72fdedcd0e385 Mon Sep 17 00:00:00 2001 From: suiwei <136693118@qq.com> Date: Wed, 12 Apr 2023 12:01:48 +0800 Subject: [PATCH] =?UTF-8?q?hdsmesin-43=20feat=20=E4=BF=AE=E6=94=B9sto?= =?UTF-8?q?=E6=89=AB=E7=A0=81=E6=88=90=E5=8A=9F=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/product/stoOutbound/index.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 = '';