|
@ -2331,12 +2331,12 @@ export const customerStorageAllocationRequest = [ |
|
|
// { label: "仓库", prop: 'warehouseCode' },
|
|
|
// { label: "仓库", prop: 'warehouseCode' },
|
|
|
{ label: "来源仓库", prop: 'fromWarehouseCode' }, |
|
|
{ label: "来源仓库", prop: 'fromWarehouseCode' }, |
|
|
{ label: "目标仓库", prop: 'toWarehouseCode' }, |
|
|
{ label: "目标仓库", prop: 'toWarehouseCode' }, |
|
|
{ label: "从状态", prop: "fromStatus",type: "filter", filters: "requestStatus" }, |
|
|
|
|
|
{ label: "到状态", prop: "toStatus", type: "filter", filters: "requestStatus" }, |
|
|
|
|
|
{ label: "原因", prop: 'reason' }, |
|
|
{ label: "原因", prop: 'reason' }, |
|
|
{ label: "ID", prop: 'id' }, |
|
|
{ label: "ID", prop: 'id' }, |
|
|
{ label: "主表ID", prop: "masterID" }, |
|
|
{ label: "主表ID", prop: "masterID" }, |
|
|
{ label: "事务ID", prop: "tenantId" }, |
|
|
{ label: "事务ID", prop: "tenantId" }, |
|
|
|
|
|
{ label: "fromStatus", prop: 'fromStatus' }, |
|
|
|
|
|
{ label: "toStatus", prop: 'toStatus' }, |
|
|
// -----------------------------------------------------------------------
|
|
|
// -----------------------------------------------------------------------
|
|
|
] |
|
|
] |
|
|
// 客户储位调拨确认 20230410
|
|
|
// 客户储位调拨确认 20230410
|
|
|