cnf
2025-08-14 fdbaf392415fe3727098a79c800436e7a1bd89bf
H5/Js/Scll.js
@@ -43,7 +43,9 @@
            }, false)
                .then(function (res) {
                    var json = res;
                    if (json.status == 0) {
                        console.log(json)
                        that.ItemDetail = json.data.tbBillList;
                        that.modeInfo.planNo = json.data.tbBillList.planNo;
                        that.$refs.barcode.focus();
@@ -164,7 +166,7 @@
                        that.$notify({ type: 'success', message: json.message });
                        that.$playSound('success');
                        that.sendMessage(json.data.tbBillList);
                        //that.sendMessage(json.data.tbBillList);
                        that.$refs.barcode.focus();
                        that.getModel();