| | |
| | | import { BasicPageParams, BasicFetchResult } from '/@/api/model/baseModel'; |
| | | import { ActionItem } from '/@/components/Table'; |
| | | import { CustModalParams } from './systemModel'; |
| | | import { EventDataNode } from 'ant-design-vue/lib/tree'; |
| | | import { ContextMenuItem } from '/@/components/TigerTree'; |
| | | //物料信息实体 |
| | | export type MaterialInfoParams = { |
| | | ITEM_CODE?: string; |
| | |
| | | SubmitAll: (data: Ref<any[]>, keyFieldValues: Ref<{}>, ...args) => void | any; |
| | | CustInitData: (data: Ref<any[]>, keyFieldValues: Ref<{}>, type: string) => void | any; |
| | | GetCustData: () => {}; |
| | | GetRightMenuList: (node: EventDataNode, ...args) => ContextMenuItem[]; |
| | | } |