From 5e2454c2a75cb70afc0d1933e5c29e02e21231e6 Mon Sep 17 00:00:00 2001 From: chengsc <Demo@DESKTOP-CPA90BF> Date: 星期一, 19 八月 2024 17:01:31 +0800 Subject: [PATCH] 测试流程,修改问题 --- HTML/views/ASNSetting/PalletBind.html | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/HTML/views/ASNSetting/PalletBind.html b/HTML/views/ASNSetting/PalletBind.html index 27cd3e6..f59ebdd 100644 --- a/HTML/views/ASNSetting/PalletBind.html +++ b/HTML/views/ASNSetting/PalletBind.html @@ -929,7 +929,12 @@ colsJson2 = DetailColsArr } var param = { - BindNo: parseInt(BindNo) + BindNo: parseInt(BindNo), + ASNNo: $("#ASNNo").val(), + PalletNo: $("#PalletNo").val(), + SkuNo: $("#SkuNo").val(), + SkuName: $("#SkuName").val(), + LotNo: $("#LotNo").val(), }; table.render({ id: 'BoxInfo', @@ -1042,8 +1047,9 @@ time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 }, function () { bindPalletBind(); - bindBoxInfo(quanSkuNo); }); + + } else { //涓嶆垚鍔� layer.msg(res.msg, { icon: 2, @@ -1138,7 +1144,7 @@ time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 }, function () { bindPalletBind(); - bindBoxInfo("0"); + bindBoxInfo(quanSkuNo); }); } else { //涓嶆垚鍔� layer.msg(res.msg, { -- Gitblit v1.8.0