Pda/View/AsnSetting/requestRuku.html
@@ -270,10 +270,10 @@ } var param = { PalletNo: $("#PalletNo").val(), HouseNo:"W01" HouseNo:"W02" } sendData(IP + "/DownApi/RequestLocation", param, 'post', function (res) { if (res.code == 0) { //成功 if (res.Success == 0) { //成功 layer.msg(res.msg, { icon: 1, time: 2500 //2秒关闭(如果不配置,默认是3秒) @@ -297,7 +297,7 @@ $("#LocatNo").val(res.data.LocatNo); }); } else { //不成功 layer.msg(res.msg, { layer.msg(res.Message, { icon: 2, time: 2000 //2秒关闭(如果不配置,默认是3秒) }, function () {