| | |
| | | */ |
| | | export const mainSchemas: FormSchema[] = [ |
| | | { |
| | | field: 'CODE_NAME', |
| | | label: '代码名称', |
| | | component: 'Input', |
| | | colProps: { span: 12 }, |
| | | }, |
| | | { |
| | | field: 'MainAssemblyName', |
| | | label: '实体类名', |
| | | component: 'Input', |
| | | colProps: { span: 8 }, |
| | | colProps: { span: 10 }, |
| | | }, |
| | | { |
| | | field: '00', |
| | |
| | | label: '是否按组织查询', |
| | | component: 'Select', |
| | | defaultValue: 'N', |
| | | colProps: { span: 4 }, |
| | | colProps: { span: 7 }, |
| | | componentProps: { |
| | | options: [ |
| | | { |
| | |
| | | label: '是否按工厂查询', |
| | | component: 'Select', |
| | | defaultValue: 'N', |
| | | colProps: { span: 4 }, |
| | | colProps: { span: 7 }, |
| | | componentProps: { |
| | | options: [ |
| | | { |
| | |
| | | label: '是否按仓库查询', |
| | | component: 'Select', |
| | | defaultValue: 'N', |
| | | colProps: { span: 4 }, |
| | | colProps: { span: 7 }, |
| | | componentProps: { |
| | | options: [ |
| | | { |
| | |
| | | label: '1', |
| | | colSlot: 'mainCondAdd', |
| | | colProps: { |
| | | span: 2, |
| | | span: 3, |
| | | }, |
| | | }, |
| | | ]; |