|
|
|
@ -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) {
|
|
|
|
|