叶佳兴 4 weeks ago
parent
commit
0b02ac53f9
  1. 8
      src/views/eam/item/itemOutLocation/itemOutLocation.data.ts

8
src/views/eam/item/itemOutLocation/itemOutLocation.data.ts

@ -27,6 +27,12 @@ export const ItemOutLocation = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom',
isSearch: true,
},
{
label: '批次',
field: 'batch',
sort: 'custom',
isSearch: false,
},
{
label: '类型',
field: 'type',
@ -61,4 +67,4 @@ export const ItemOutLocation = useCrudSchemas(reactive<CrudSchema[]>([
fixed: 'right'
}
}
]))
]))

Loading…
Cancel
Save