From 6dec0e0eb198b6bb5a7dd31793c41e67d9e70093 Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期二, 26 八月 2025 10:55:05 +0800 Subject: [PATCH] 1、采购退货 --- 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