cnf
2025-09-11 d777d043b6dc98a332981bd40c79ce077a19f472
H5/Js/Sccl.js
@@ -75,7 +75,7 @@
        GetMesItemBlDetailByBillNo() {
            var that = this;
            that.isLoading = true;
            that.AxiosHttp("post", 'MesItemBl/GetMesItemBlDetailByBillNo', {
            that.AxiosHttp("post", 'MesItemBl/GetMesItemBlDetailBySccBillNo', {
                billNo: that.billNo,
                type:"生产超领"
            }, false)
@@ -128,12 +128,11 @@
            }
            that.AxiosHttp("post", 'MesItemBl/ScblScanBarcode', {
            that.AxiosHttp("post", 'MesItemBl/ScanBarcodeForOverPicking', {
                userName: that.userInfo.loginAccount,
                barcode: that.barcode,
                blNo: that.billNo,
                billNo: that.daa001,
                type: "生产超领"
                billNo: that.daa001
            }, false)
                .then(function (res) {
                    var json = res;
@@ -192,13 +191,12 @@
                return;
            }
            that.AxiosHttp("post", 'MesItemBl/SplitBarcode', {
            that.AxiosHttp("post", 'MesItemBl/PrintBarcodeForOverPicking', {
                userName: that.userInfo.loginAccount,
                barcode: that.barcode,
                blNo: that.billNo,
                billNo: that.daa001,
                num: that.sms,
                type: "生产超领"
                num: that.sms
            }, false)
                .then(function (res) {
                    var json = res;