| | |
| | | { field: 'RoadwayName', title: '所属巷道', align: 'center', width: 120, }, |
| | | { field: 'AreaName', title: '所属区域', align: 'center', width: 120, }, |
| | | { field: 'LocatNo', title: '储位地址', align: 'center', width: 100, }, |
| | | { field: 'PalletNo', title: '托盘号', align: 'center', width: 100, }, |
| | | { field: 'SkuNo', title: '物料编码', align: 'center', width: 120, }, |
| | | { field: 'PalletNo', title: '托盘号', align: 'center', width: 100, sort: true, }, |
| | | { field: 'SkuNo', title: '物料编码', align: 'center', width: 120, sort: true, }, |
| | | { field: 'SkuName', title: '物料名称', align: 'center', width: 120, }, |
| | | { field: 'LotNo', title: '批次号', align: 'center', width: 100, }, |
| | | //{ field: 'LotText', title: '批次描述', align: 'center' }, |
| | |
| | | limits: pageLimits, |
| | | even: true, |
| | | cellMinWidth: 80, //全局定义常规单元格的最小宽度,layui 2.2.1 新增 |
| | | autoSort: false, // 添加这个配置 |
| | | done: function () { |
| | | setRight(); |
| | | //自定义列宽 |