| | |
| | | export interface TabType { |
| | | label: string |
| | | name: string |
| | | columns?: any[] |
| | | data?: any[] |
| | | isFooter: boolean |
| | | [key: string]: any |
| | | } |
| | | |
| | | export const permissionCodes = { |
| | | 'wmsMaterial-list': '鍒楄〃-鍒楄〃', |
| | | 'wmsMaterial-add': '鍒楄〃-娣诲姞', |
| | | 'wmsMaterial-import': '鍒楄〃-瀵煎叆', |
| | | 'wmsMaterial-output': '鍒楄〃-杈撳嚭', |
| | | } |
| | | export interface TabType { |
| | | label: string |
| | | name: string |
| | | columns?: any[] |
| | | data?: any[] |
| | | isFooter: boolean |
| | | [key: string]: any |
| | | } |
| | | |
| | | export const permissionCodes = { |
| | | 'wmsMaterial-list': '鍒楄〃-鍒楄〃', |
| | | 'wmsMaterial-add': '鍒楄〃-娣诲姞', |
| | | 'wmsMaterial-import': '鍒楄〃-瀵煎叆', |
| | | 'wmsMaterial-output': '鍒楄〃-杈撳嚭', |
| | | } |