Browse Source

客户储位调拨字段调整

dev_web_online
陈薪名 2 years ago
parent
commit
8c19421b88
  1. 4
      fe/PC/src/utils/detailsTableColumns/index.js

4
fe/PC/src/utils/detailsTableColumns/index.js

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

Loading…
Cancel
Save