| | |
| | | { field: "locationCode", title: "货位编号", type: "string" }, |
| | | ], |
| | | [ |
| | | { field: "warehouseId", title: "仓库", type: "select", dataKey: "warehouses", data: [] }, |
| | | { field: "warehouseId", title: "仓库", type: "select", dataKey: "warehouseEnum", data: [] }, |
| | | { field: "stockStatus", title: "库存状态", type: "select", dataKey: "stockStatusEmun", data: [] }, |
| | | { field: "outboundDate", title: "出库日期", type: "datetime" }, |
| | | ], |
| | |
| | | { field: "palletType", title: "托盘类型", type: "int", width: 110, align: "left" }, |
| | | { field: "locationId", title: "货位ID", type: "int", width: 110, align: "left", hidden: true }, |
| | | { field: "locationCode", title: "货位编号", type: "string", width: 130, align: "left" }, |
| | | { field: "warehouseId", title: "仓库", type: "select", width: 110, align: "left", bind: { key: "warehouses", data: [] } }, |
| | | { field: "warehouseId", title: "仓库", type: "select", width: 110, align: "left", bind: { key: "warehouseEnum", data: [] } }, |
| | | { field: "stockStatus", title: "库存状态", type: "int", width: 120, align: "left", bind: { key: "stockStatusEmun", data: [] } }, |
| | | { field: "outboundDate", title: "出库日期", type: "datetime", width: 160, align: "left" }, |
| | | { field: "creater", title: "创建人", type: "string", width: 100, align: "left" }, |