From bdd84cc48ba7b2527584c44d174da8e7d20c5375 Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期三, 18 九月 2024 16:37:13 +0800 Subject: [PATCH] 增加对申请入库时对平库库位的校验 --- HTML/views/WareHouseSetting/Area.html | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HTML/views/WareHouseSetting/Area.html b/HTML/views/WareHouseSetting/Area.html index 2c0cb33..0e9fd0b 100644 --- a/HTML/views/WareHouseSetting/Area.html +++ b/HTML/views/WareHouseSetting/Area.html @@ -162,7 +162,7 @@ $("#approvalBtn").hide(); }); sendData(IP + "/Basis/GetRoleRightList", {}, 'get', function(res) { - if (res.code == 200) { //鎴愬姛 + if (res.code == 0) { //鎴愬姛 for (var k = 0; k < res.data.length; k++) { if (res.data[k].MenuName == "缂栬緫鍖哄煙") { $(function() { @@ -327,7 +327,8 @@ time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 }, function() { layer.close(index); //鍏抽棴寮瑰眰 - // refreshTable($("#CategoryName").val(),$("#AreaNo").val()); + refreshTable("", "", "", ""); + //table.reload('LAY-app-content-list'); doing = true; }); } -- Gitblit v1.8.0