diff --git a/src/pages/product/warehouse/LocationInventory/index.vue b/src/pages/product/warehouse/LocationInventory/index.vue index 141a7e9..4f168d2 100644 --- a/src/pages/product/warehouse/LocationInventory/index.vue +++ b/src/pages/product/warehouse/LocationInventory/index.vue @@ -97,7 +97,11 @@ export default class ProductCheckReceipt extends BasePage { }; await this.model.queryScrapList(param); if (this.model.code == '1') { - this.customToast(this.$t('message.product_Tip8') as string); + //this.customToast(this.$t('message.product_Tip8') as string); + uni.showToast({ + icon: 'success', + title: this.$t('message.product_Tip8') as string, + }); let num = 0; this.model.modelList.forEach((item: any) => { num += item.spQty; @@ -143,7 +147,11 @@ export default class ProductCheckReceipt extends BasePage { }; await this.model.getProductCode(params); if (this.model.code == '1') { - this.customToast(this.$t('message.product_Tip8') as string); + //this.customToast(this.$t('message.product_Tip8') as string); + uni.showToast({ + icon: 'success', + title: this.$t('message.product_Tip8') as string, + }); this.total += 1; this.model.modelList.forEach((item: any) => { if (item.locCode == this.wl.value) { diff --git a/src/pages/product/warehouse/MaterialInventory/index.vue b/src/pages/product/warehouse/MaterialInventory/index.vue index fc0919c..ad62670 100644 --- a/src/pages/product/warehouse/MaterialInventory/index.vue +++ b/src/pages/product/warehouse/MaterialInventory/index.vue @@ -105,7 +105,11 @@ export default class ProductCheckReceipt extends BasePage { }; await this.model.queryScrapList(param); if (this.model.code == '1') { - this.customToast(this.$t('message.product_Tip8') as string); + //this.customToast(this.$t('message.product_Tip8') as string); + uni.showToast({ + icon: 'success', + title: this.$t('message.product_Tip8') as string, + }); let num = 0; this.model.modelList.forEach((item: any) => { num += parseFloat(item.spQty); @@ -152,7 +156,11 @@ export default class ProductCheckReceipt extends BasePage { }; await this.model.getProductCode(params); if (this.model.code == '1') { - this.customToast(this.$t('message.product_Tip8') as string); + //this.customToast(this.$t('message.product_Tip8') as string); + uni.showToast({ + icon: 'success', + title: this.$t('message.product_Tip8') as string, + }); this.total += 1; this.model.modelList.forEach((item: any) => { if (item.productCode == this.wl.value) { diff --git a/src/pages/product/warehouse/wholeCollect/index.vue b/src/pages/product/warehouse/wholeCollect/index.vue index d1b091b..96d55a7 100644 --- a/src/pages/product/warehouse/wholeCollect/index.vue +++ b/src/pages/product/warehouse/wholeCollect/index.vue @@ -115,7 +115,11 @@ export default class ProductCheckReceipt extends BasePage { }; await this.model.queryScrapList(param); if (this.model.code == '1') { - this.customToast(this.$t('message.product_Tip8') as string); + //this.customToast(this.$t('message.product_Tip8') as string); + uni.showToast({ + icon: 'success', + title: this.$t('message.product_Tip8') as string, + }); this.wl.value = this.model.choiceCodeList[0].value; this.Some = this.model.recordsList[0]; } diff --git a/src/pages/product/warehouse/wholeLnventory/index.vue b/src/pages/product/warehouse/wholeLnventory/index.vue index 5adb1aa..236052d 100644 --- a/src/pages/product/warehouse/wholeLnventory/index.vue +++ b/src/pages/product/warehouse/wholeLnventory/index.vue @@ -125,7 +125,11 @@ export default class productCheckReceipt extends BasePage { } await this.model.getProductCode(this.form.pddNo); if (model.code == '1') { - this.customToast(this.$t('message.product_Tip8') as string); + //this.customToast(this.$t('message.product_Tip8') as string); + uni.showToast({ + icon: 'success', + title: this.$t('message.product_Tip8') as string, + }); // 获取选择库位的集合 const storeList = []; storeList.push(this.model.WlListaa[0]); diff --git a/src/pages/raw/commission/goOut/index.vue b/src/pages/raw/commission/goOut/index.vue index 3c44215..e5043db 100644 --- a/src/pages/raw/commission/goOut/index.vue +++ b/src/pages/raw/commission/goOut/index.vue @@ -169,7 +169,7 @@ export default class dnReceiptDom extends BasePage { //输入单号 查询数据 async query() { this.list = []; - this.wlCode = ''; + //this.wlCode = ''; this.nowAmount = ''; this.every = ''; this.materialList = [];