| | |
| | | palletCode: "托盘编号", |
| | | stockStatus: "库存状态", |
| | | locationCode: "货位编号", |
| | | locationId: "货位id", |
| | | outboundDate: "出库时间", |
| | | warehouse: "仓库", |
| | | creator: "创建人", |
| | |
| | | mesUploadStatus: "", |
| | | stockStatus: "", |
| | | locationCode: "", |
| | | locationDetails: "" |
| | | locationDetails: "", |
| | | locationId: "", |
| | | }); |
| | | |
| | | |
| | |
| | | { field: "palletCode", title: TEXT.palletCode, type: "string" }, |
| | | { field: "stockStatus", title: TEXT.stockStatus, type: "select", dataKey: "stockStatusEmun", data: [] }, |
| | | { field: "locationCode", title: TEXT.locationCode, type: "string" }, |
| | | { field: "locationId", title: TEXT.locationId, type: "string"}, |
| | | ], |
| | | ]); |
| | | |