| | |
| | | url: string; |
| | | action: string; |
| | | isStep: boolean; |
| | | isCustEl: boolean; |
| | | } |
| | | |
| | | export type MaterialInfoPageListGetResultModel = BasicFetchResult<MaterialInfoListItem>; |
| | |
| | | KeyFieldValues: (val: string, id: string) => {}; |
| | | GetTitle: (type: string | undefined) => {}; |
| | | GetCrudColSlots: () => []; |
| | | nodeChange: ({}) => void; |
| | | nodeChange: ({}) => Promise<any>; |
| | | CreateIcon: (params: Recordable<any>) => string; |
| | | SelectNode: (selectedNodes: Ref<any[]>) => {}; |
| | | GetNavItems: (type: string) => NavItem[]; |
| | |
| | | GetCustData: () => {}; |
| | | GetRightMenuList: (node: EventDataNode, ...args) => ContextMenuItem[]; |
| | | GetNewRow: (type: string) => {}; |
| | | InitCrudFormSchema: (type: string, ...args) => {}; |
| | | } |