|
|
@ -657,8 +657,10 @@ export const TransactionType = [ |
|
|
|
{ label: "来源库存状态", prop: 'outInventoryStatuses', type: "filterList", filters: "inventoryStage" }, |
|
|
|
{ label: "目标库存状态", prop: 'inInventoryStatuses', type: "filterList", filters: "inventoryStage" }, |
|
|
|
{ label: "是否可用", prop: 'enabled', type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "入库库区列表", prop: 'inLocationAreas', type: "filterList", filters: "inventoryStage" }, |
|
|
|
{ label: "出库库区列表", prop: 'outLocationAreas', type: "filterList", filters: "inventoryStage" }, |
|
|
|
// { label: "入库库区列表", prop: 'inLocationAreas', type: "filterList", filters: "inventoryStage" },
|
|
|
|
// { label: "出库库区列表", prop: 'outLocationAreas', type: "filterList", filters: "inventoryStage" },
|
|
|
|
{ label: "入库库区列表", prop: 'inLocationAreas' }, |
|
|
|
{ label: "出库库区列表", prop: 'outLocationAreas' }, |
|
|
|
{ label: "自动提交审批", prop: 'autoSubmitRequest', type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "自动审批通过", prop: 'autoAgreeRequest', type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "自动执行", prop: 'autoHandleRequest', type: "filter", filters: "whetherOrNot" }, |
|
|
|