| | |
| | | |
| | | // 表单需要的变量 |
| | | var infoOptions; |
| | | //#region 原始非自定义列 |
| | | // infoOptions = { |
| | | // elem: '#LAY-app-content-list', |
| | | // height: 'full-206', |
| | | // id: 'LAY-app-content-list', |
| | | // page: true, |
| | | // limit: pageCnt, |
| | | // limits: pageLimits, |
| | | // even: true, |
| | | // cellMinWidth: 80, //全局定义常规单元格的最小宽度,layui 2.2.1 新增 |
| | | // cols: |
| | | // [[ |
| | | // { |
| | | // title: '序号', type: 'numbers', fixed: 'left' |
| | | // }, |
| | | // { |
| | | // field: 'AreaNo', title: '所属区域', align: 'center', |
| | | // }, |
| | | // { |
| | | // field: 'LocatNo', title: '储位地址', align: 'center' |
| | | // }, |
| | | // { |
| | | // field: 'PalletNo', title: '托盘号', align: 'center', |
| | | // }, |
| | | // { |
| | | // field: 'SkuNo', title: '物料编码', align: 'center' |
| | | // }, |
| | | // { |
| | | // field: 'SkuName', title: '物料名称', align: 'center', |
| | | // }, |
| | | // { |
| | | // field: 'LotNo', title: '批次号', align: 'center', |
| | | // }, |
| | | // { |
| | | // field: 'LotText', title: '批次描述', align: 'center' |
| | | // }, |
| | | // { |
| | | // field: 'SupplierLot', title: '供货批次', align: 'center', |
| | | // }, |
| | | // { |
| | | // field: 'Qty', title: '数量', align: 'center' |
| | | // }, |
| | | // { |
| | | // field: 'LockQty', title: '锁定数量', align: 'center', |
| | | // }, |
| | | // { |
| | | // field: 'FrozenQty', title: '冻结数量', align: 'center' |
| | | // }, |
| | | // { |
| | | // field: 'InspectMark', title: '抽检标记', align: 'center', templet: '#InspectMarkStatus' |
| | | // }, |
| | | // { |
| | | // field: 'BitPalletMark', title: '零托标记', align: 'center', templet: '#BitPalletMarkStatus' |
| | | // }, |
| | | // //{ |
| | | // // field: 'Status', title: '托盘状态', align: 'center', templet: '#PalletStatus', |
| | | // //}, |
| | | // ]] |
| | | // }; |
| | | //#endregion |
| | | |
| | | |
| | | //#region 自定义表头 |
| | | var TotalColsArr = [[ |