From ac1ddbaf2c9ecded1545eb9950bf8b6941b4c13b Mon Sep 17 00:00:00 2001 From: Demo <Demo@DESKTOP-CPA90BF> Date: 星期二, 05 三月 2024 15:35:52 +0800 Subject: [PATCH] 修改PDA拣货 --- Pda/View/AsnSetting/productEnterQuantity.html | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Pda/View/AsnSetting/productEnterQuantity.html b/Pda/View/AsnSetting/productEnterQuantity.html index 3f7a994..7edb95b 100644 --- a/Pda/View/AsnSetting/productEnterQuantity.html +++ b/Pda/View/AsnSetting/productEnterQuantity.html @@ -248,7 +248,7 @@ </table> <!-- 鍒嗛〉 --> <table id="tableBoxPages" class="tbl-box-pages" border="" cellspacing="" cellpadding=""> - <tr style="display: ;"> + <tr > <td class="page-prev">涓婁竴椤�</td> <td class="page-num page-num-select">1</td> <td class="page-num">2</td> @@ -383,7 +383,7 @@ </table> <!-- 鍒嗛〉 --> <table id="tableBoxPages1" class="tbl-box-pages" border="" cellspacing="" cellpadding=""> - <tr style="display: ;"> + <tr> <td class="page-prev">涓婁竴椤�</td> <td class="page-num page-num-select">1</td> <td class="page-num">2</td> @@ -1085,22 +1085,22 @@ }; console.log(Id) console.log(param) - // sendData(IP + "/PdaAsn/DelBoxInfo", param, 'post', function (res) { - // if (res.code == 0) { //鎴愬姛 - // layer.msg(res.msg, { - // icon: 1, - // time: 1000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 - // }); - // elem.remove() - // setOrderGoods(); - // refreshTable(); - // } else { //涓嶆垚鍔� - // layer.msg(res.msg, { - // icon: 2, - // time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 - // }, function () { }); - // } - // }); + sendData(IP + "/PdaAsn/DelPalletBind", param, 'post', function (res) { + if (res.code == 0) { //鎴愬姛 + layer.msg(res.msg, { + icon: 1, + time: 1000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 + }); + elem.remove() + setOrderGoods(); + refreshTable(); + } else { //涓嶆垚鍔� + layer.msg(res.msg, { + icon: 2, + time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 + }, function () { }); + } + }); } }) }) -- Gitblit v1.8.0