| | |
| | | import { getRangePickerDefaultProps } from '#/utils'; |
| | | import { MdItemSelect } from '#/views/mes/md/item/components'; |
| | | import { MdWorkstationSelect } from '#/views/mes/md/workstation/components'; |
| | | import { CalTeamSelect } from '#/views/mes/cal/team/components'; |
| | | import { ProProcessSelect } from '#/views/mes/process-design/process/components'; |
| | | import { RouteColorPicker } from '#/views/mes/process-design/route/components'; |
| | | import { ProWorkOrderSelect } from '#/views/mes/pro/workorder/components'; |
| | |
| | | width: 120, |
| | | }, |
| | | { |
| | | field: 'teamName', |
| | | title: '班组', |
| | | width: 120, |
| | | }, |
| | | { |
| | | field: 'quantity', |
| | | title: '排产数量', |
| | | width: 100, |
| | |
| | | rules: 'selectRequired', |
| | | }, |
| | | { |
| | | fieldName: 'teamId', |
| | | label: '班组', |
| | | component: markRaw(CalTeamSelect), |
| | | componentProps: { |
| | | placeholder: '请选择班组', |
| | | }, |
| | | }, |
| | | { |
| | | fieldName: 'quantity', |
| | | label: '排产数量', |
| | | component: 'InputNumber', |