@ -70,13 +70,18 @@ export const PurchaseMain = useCrudSchemas(reactive<CrudSchema[]>([
},
{
label: '物料类型',
field: 'type',
field: 'itemTypeList',
dictType: DICT_TYPE.ITEM_TYPE,
dictClass: 'string',
isTable: false,
isForm: false,
isSearch: true,
sort: 'custom',
search: {
componentProps: {
multiple: true,//多选
}
label: '状态',