cnf
2025-09-02 7e10d92be344a9bdbf6d8aa12ad6ccf8b713e5ce
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 {