| | |
| | | { field: 'WareHouseName', title: '仓库', align: 'center', width: 100 }, |
| | | { field: 'RoadwayName', title: '巷道', align: 'center', width: 100 }, |
| | | { field: 'AreaName', title: '区域', align: 'center', width: 100 }, |
| | | { field: 'PalletNo', title: '托盘号', align: 'center', width: 100 }, |
| | | { field: 'PalletNo', title: '托盘号', align: 'center', width: 100, sort: true }, |
| | | { field: 'LocatNo', title: '储位地址', align: 'center', width: 100 }, |
| | | { field: 'BoxNo', title: '箱号', align: 'center', width: 220 }, |
| | | { field: 'SkuNo', title: '物料编码', align: 'center', width: 100 }, |
| | | { field: 'SkuNo', title: '物料编码', align: 'center', width: 100, sort: true }, |
| | | { field: 'SkuName', title: '物料名称', align: 'center', width: 100 }, |
| | | { field: 'Qty', title: '库存数量', align: 'center', width: 100 }, |
| | | { field: 'Standard', title: '物料规格', align: 'center', width: 130 }, |
| | |
| | | limit: pageCnt, |
| | | limits: pageLimits, |
| | | cellMinWidth: 60, //全局定义常规单元格的最小宽度,layui 2.2.1 新增 |
| | | autoSort: false, //前端排序 |
| | | done: function () { |
| | | //自定义列宽 |
| | | SetTableColW('LAY-app-content-list', 'Statistical/GetEmergencyWarning', TotalColsSysArr); |