From fdbaf392415fe3727098a79c800436e7a1bd89bf Mon Sep 17 00:00:00 2001
From: cnf <3200815559@qq.com>
Date: 星期四, 14 八月 2025 17:36:54 +0800
Subject: [PATCH] 领料模块

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

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

--
Gitblit v1.9.3