|
|
@ -493,8 +493,10 @@ export const TransactionType = [ |
|
|
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "是否可用", prop: 'enabled', type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "描述", prop: 'description' }, |
|
|
|
{ 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: 'remark' }, |
|
|
|
{ label: "事务ID", prop: "tenantId" }, |
|
|
|
{ label: "创建时间", prop: "creationTime", type:'dateTime' }, |
|
|
|