From 6dec0e0eb198b6bb5a7dd31793c41e67d9e70093 Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期二, 26 八月 2025 10:55:05 +0800 Subject: [PATCH] 1、采购退货 --- H5/Js/PurchaseReturn.js | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/H5/Js/PurchaseReturn.js b/H5/Js/PurchaseReturn.js index 4ceb63e..231d56e 100644 --- a/H5/Js/PurchaseReturn.js +++ b/H5/Js/PurchaseReturn.js @@ -168,7 +168,6 @@ //if (json.data.tbBillList) { // //this.ToErp(); //} else { - //} that.scanFormData.quantity = json.data.tbBillList.barcodeNum that.getItem(); @@ -242,16 +241,19 @@ var json = res; if (json.status == 0) { // that.modeInfo = json.data.tbBillList; + that.getItem(); that.scanInfo.splitNum = null; that.scanFormData.quantity = null; that.scanFormData.barcode = null; that.$notify({ type: 'success', message: json.message }); that.$playSound('success'); - - that.sendMessage(json.data.tbBillList); + //kyy + // that.sendMessage(json.data.tbBillList); + that.sendPrintMessage(json.data.tbBillList); that.$refs.barcode.focus(); - that.getItem(); + //kyy + // that.getItem(); } else { that.$playSound('error'); -- Gitblit v1.9.3