| | |
| | | { field: 'WareHouseNo', title: '所属仓库', align: 'center', width: 90, templet: '#WareHouseButton' }, |
| | | { field: 'SkuNo', title: '物料编码', align: 'center', width: 110 }, |
| | | { field: 'SkuName', title: '物料名称', align: 'center' }, |
| | | { field: 'LotNo', title: '批次号', align: 'center',width: 120 }, |
| | | { field: 'Qty', title: '数量', align: 'center', width: 90 }, |
| | | { field: 'FullQty', title: '整托数量', align: 'center', width: 90 }, |
| | | { field: 'SamplingQty', title: '取样数量', align: 'center', width: 90 }, |
| | |
| | | $(".chexiaoClass").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 () { |