cnf
2025-09-02 7e10d92be344a9bdbf6d8aa12ad6ccf8b713e5ce
H5/Js/PurchaseReturn.js
@@ -55,6 +55,7 @@
                    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 }
                        });
@@ -133,6 +134,7 @@
                    if (json.status == 0) {
                        that.ItemDetail = json.data.tbBillList;
                        that.$refs.barcode.focus();
                        that.$playSound('success');
                    }
                    else {
                        that.$playSound('error');