|
@ -247,11 +247,11 @@ |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @returns {Array} 区域 |
|
|
* @returns {Array} 库区 |
|
|
*/ |
|
|
*/ |
|
|
export const Area = [ |
|
|
export const Area = [ |
|
|
{ label: "区域代码", prop: "code", }, |
|
|
{ label: "库区代码", prop: "code", }, |
|
|
{ label: "区域名称", prop: 'name', }, |
|
|
{ label: "库区名称", prop: 'name', }, |
|
|
{ type: "filter", label: "是否功能区", prop: "isFunctional", filters: "whetherOrNot" }, |
|
|
{ type: "filter", label: "是否功能区", prop: "isFunctional", filters: "whetherOrNot" }, |
|
|
{ type: "filter", label: "类型", prop: "areaType", filters: "areaType" }, |
|
|
{ type: "filter", label: "类型", prop: "areaType", filters: "areaType" }, |
|
|
{ label: "描述", prop: "description", }, |
|
|
{ label: "描述", prop: "description", }, |
|
@ -262,7 +262,7 @@ |
|
|
* @returns {Array} 库位组 |
|
|
* @returns {Array} 库位组 |
|
|
*/ |
|
|
*/ |
|
|
export const LocationGroup = [ |
|
|
export const LocationGroup = [ |
|
|
{ label: "区域代码", prop: "areaCode", }, |
|
|
{ label: "库区代码", prop: "areaCode", }, |
|
|
{ type: "filter", label: "类型", prop: "groupType", filters: "locationType", }, |
|
|
{ type: "filter", label: "类型", prop: "groupType", filters: "locationType", }, |
|
|
{ type: "filter", label: "状态", prop: "defaultInventoryStatus", filters: "inventoryStage", }, |
|
|
{ type: "filter", label: "状态", prop: "defaultInventoryStatus", filters: "inventoryStage", }, |
|
|
{ label: "拣料优先级", prop: "pickPriority", }, |
|
|
{ label: "拣料优先级", prop: "pickPriority", }, |
|
@ -303,7 +303,7 @@ |
|
|
export const Location = [ |
|
|
export const Location = [ |
|
|
{ label: "库位代码", prop: "code", }, |
|
|
{ label: "库位代码", prop: "code", }, |
|
|
{ label: "库位名称", prop: "name", }, |
|
|
{ label: "库位名称", prop: "name", }, |
|
|
{ label: "区域代码", prop: "areaCode", }, |
|
|
{ label: "库区代码", prop: "areaCode", }, |
|
|
{ label: "库位组代码", prop: "locationGroupCode", }, |
|
|
{ label: "库位组代码", prop: "locationGroupCode", }, |
|
|
{ label: "工作组代码", prop: "workGroupCode", }, |
|
|
{ label: "工作组代码", prop: "workGroupCode", }, |
|
|
{ type: "object", label: "库位数量", prop: "qty", showProp: "qty", }, |
|
|
{ type: "object", label: "库位数量", prop: "qty", showProp: "qty", }, |
|
@ -1093,7 +1093,7 @@ export const InventoryTransferLogHegeZBuHeGe = [ |
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", }, |
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", }, |
|
|
{ type: "object", label: "仓库编号", prop: "location", showProp: "warehouse" }, |
|
|
{ type: "object", label: "仓库编号", prop: "location", showProp: "warehouse" }, |
|
|
{ type: "object", label: "库位组编号", prop: "location", showProp: "group" }, |
|
|
{ type: "object", label: "库位组编号", prop: "location", showProp: "group" }, |
|
|
{ type: "object", label: "区域编号", prop: "location", showProp: "area" }, |
|
|
{ type: "object", label: "库区代码", prop: "location", showProp: "area" }, |
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", }, |
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", }, |
|
|
{ type: "filter", filters: "taskStatus", label: "状态", prop: "status", }, |
|
|
{ type: "filter", filters: "taskStatus", label: "状态", prop: "status", }, |
|
|
{ type: "dateTime", label: "创建时间", prop: "creationTime", }, |
|
|
{ type: "dateTime", label: "创建时间", prop: "creationTime", }, |
|
@ -1116,7 +1116,7 @@ export const InventoryTransferLogHegeZBuHeGe = [ |
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", }, |
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", }, |
|
|
{ type: "object", label: "仓库编号", prop: "location", showProp: "warehouse" }, |
|
|
{ type: "object", label: "仓库编号", prop: "location", showProp: "warehouse" }, |
|
|
{ type: "object", label: "库位组编号", prop: "location", showProp: "group" }, |
|
|
{ type: "object", label: "库位组编号", prop: "location", showProp: "group" }, |
|
|
{ type: "object", label: "区域编号", prop: "location", showProp: "area" }, |
|
|
{ type: "object", label: "库区代码", prop: "location", showProp: "area" }, |
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", }, |
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", }, |
|
|
{ type: "filter", filters: "taskStatus", label: "状态", prop: "status", }, |
|
|
{ type: "filter", filters: "taskStatus", label: "状态", prop: "status", }, |
|
|
{ type: "dateTime", label: "创建时间", prop: "creationTime", }, |
|
|
{ type: "dateTime", label: "创建时间", prop: "creationTime", }, |
|
|