cnf
2025-08-26 802971e1c3f378354dbd5014a0c552f9081d4a00
H5/Js/PurchaseInventory.js
@@ -70,6 +70,7 @@
                    var json = res;
                    if (json.status == 0) {
                        that.depotData = json.data.tbBillList;
                        that.$playSound('success');
                        that.$refs.barcode.focus();
                    }
                    else {