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

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

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

Loading…
Cancel
Save