From ffd88d66e16c6c7a37135bb2631c3f1aa4b43e98 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期三, 10 九月 2025 15:22:30 +0800
Subject: [PATCH] 111

---
 H5/Js/PurchaseReturn.js |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/H5/Js/PurchaseReturn.js b/H5/Js/PurchaseReturn.js
index 1045ce2..cf35b11 100644
--- a/H5/Js/PurchaseReturn.js
+++ b/H5/Js/PurchaseReturn.js
@@ -55,7 +55,6 @@
                     var json = res;
                     if (json.status == 0) {
                         that.itemOutNoList = json.data.tbBillList;
-                        that.$playSound('success');
                         that.itemOutNoStr = that.itemOutNoList.map(s => {
                             return { name: s.billNo }
                         });
@@ -134,7 +133,6 @@
                     if (json.status == 0) {
                         that.ItemDetail = json.data.tbBillList;
                         that.$refs.barcode.focus();
-                        that.$playSound('success');
                     }
                     else {
                         that.$playSound('error');
@@ -170,6 +168,7 @@
                         //if (json.data.tbBillList) {
                         //    //this.ToErp();
                         //} else {
+
                         //}
                         that.scanFormData.quantity = json.data.tbBillList.barcodeNum
                         that.getItem();
@@ -243,19 +242,17 @@
                     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');
-                       //kyy
-                       //  that.sendMessage(json.data.tbBillList);
+                        that.getItem();
+                        //that.sendMessage(json.data.tbBillList);
                         that.sendPrintMessage(json.data.tbBillList);
 
                         that.$refs.barcode.focus();
-                       //kyy
-                       // that.getItem();
+                        
                     }
                     else {
                         that.$playSound('error');

--
Gitblit v1.9.3