From 6acdfc2c867d8fde898a4cc67bdefa2b97f03e3e Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期三, 09 七月 2025 10:58:54 +0800 Subject: [PATCH] 1.条码入库前拆分优化 2.其他入库优化 --- H5/Js/Xctl.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/H5/Js/Xctl.js b/H5/Js/Xctl.js index ef63bbe..7ce7b3c 100644 --- a/H5/Js/Xctl.js +++ b/H5/Js/Xctl.js @@ -14,6 +14,7 @@ Xvalue:4, XbarInfo: [], DAA001: "", + DAA021: "", DAANum: "", xcslItemList: [], //鏉愭枡鍒楄〃 xcslWjsBarList: [],//鏈帴鏀跺垪琛� @@ -42,13 +43,14 @@ } that.isLoading = true; - that.AxiosHttp("post", 'Womdaa/GetItemsXcsl', { + that.AxiosHttp("post", 'Womdaa/GetItemsXctl', { daa001: that.DAA001 }, false) .then(function (res) { var json = res; if (json.status == 0) { that.DAANum = json.data.tbBillList.gD_Num; + that.DAA021 = json.data.tbBillList.workNo; that.xcslItemList = json.data.tbBillList.xcslItemList; that.xcslWjsBarList = json.data.tbBillList.xcslWjsBarList; that.xcslYjsBarList = json.data.tbBillList.xcslYjsBarList; @@ -87,7 +89,7 @@ } that.isLoading = true; - that.AxiosHttp("post", 'Womdaa/ScanXcsl', { + that.AxiosHttp("post", 'Womdaa/ScanXctl', { DAA001: that.DAA001, Bar: that.Bar, userAccount: that.userInfo.loginAccount, -- Gitblit v1.9.3