南骏 池
2025-06-18 3360d0a1377cbd91ccc870e0877497e424bef7b1
H5/Js/Scbl.js
@@ -78,7 +78,7 @@
        GetMesItemBlDetailByBillNo() {
            var that = this;
            that.isLoading = true;
            that.AxiosHttp("post", 'MesItemBl/GetMesItemBlDetailByBillNo', {
            that.AxiosHttp("post", 'MesItemBl/GetMesItemWWBlDetailByBillNo', {
                billNo: that.billNo,
                type: selectType
            }, false)
@@ -109,7 +109,11 @@
                });
        },
        getBarcode() {
            // 添加防抖判断
            if (this.isLoading) {
                return;
            }
            //this.barcode = value;
            var that = this;