From a9cddcd1e3e8ae51f68a885326cfce3247fdbd66 Mon Sep 17 00:00:00 2001 From: yyk <2336760928@qq.com> Date: 星期五, 23 八月 2024 09:20:47 +0800 Subject: [PATCH] 调整批量添加储位接口。 --- Pda/View/SoSetting/pingKuOut.html | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Pda/View/SoSetting/pingKuOut.html b/Pda/View/SoSetting/pingKuOut.html index 20043e3..e8c5d73 100644 --- a/Pda/View/SoSetting/pingKuOut.html +++ b/Pda/View/SoSetting/pingKuOut.html @@ -186,6 +186,8 @@ Type: "1", }; synData(IP + "/PdaSo/GetRunSoNoticeList", param, 'post', function (res) { + console.log(res); + if (res.code == 0) { //鎴愬姛 console.log(res.data); for (var i = 0; i < res.data.length; i++) { @@ -280,6 +282,8 @@ "PalletNo": $("#PalletNo").val() } synData(IP + "/PdaSo/IsEnableOkPalletNo", param, 'post', function (res) { + console.log("AAA"); + console.log(res); if (res.code == 0) { //鎴愬姛 updateBillList(); -- Gitblit v1.8.0