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