From d777d043b6dc98a332981bd40c79ce077a19f472 Mon Sep 17 00:00:00 2001
From: cnf <3200815559@qq.com>
Date: 星期四, 11 九月 2025 14:13:26 +0800
Subject: [PATCH] 七喜代码

---
 H5/Js/Sccl.js |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/H5/Js/Sccl.js b/H5/Js/Sccl.js
index 9e0cad8..d0a1120 100644
--- a/H5/Js/Sccl.js
+++ b/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;

--
Gitblit v1.9.3