HTML/views/WareHouseSetting/Pallets.html
@@ -111,7 +111,7 @@ $(".add").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() { @@ -205,7 +205,7 @@ $(".addClass").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() {