| | |
| | | import type { VbenFormApi, VbenFormSchema } from '#/adapter/form'; |
| | | import type { VbenFormApi, VbenFormSchema } from '#/adapter/form'; |
| | | import type { VxeTableGridOptions } from '#/adapter/vxe-table'; |
| | | import type { MesWmPackageApi } from '#/api/mes/wm/packages'; |
| | | import type { MesWmPackageLineApi } from '#/api/mes/wm/packages/line'; |
| | |
| | | return [ |
| | | { |
| | | fieldName: 'workOrderId', |
| | | label: '生产工单', |
| | | label: '生产订单', |
| | | component: markRaw(ProWorkOrderSelect), |
| | | componentProps: { |
| | | placeholder: '请选择生产工单', |
| | | placeholder: '请选择生产订单', |
| | | status: MesProWorkOrderStatusEnum.CONFIRMED, |
| | | }, |
| | | rules: 'selectRequired', |
| | |
| | | }, |
| | | { |
| | | field: 'workOrderCode', |
| | | title: '生产工单编号', |
| | | title: '生产订单编号', |
| | | minWidth: 140, |
| | | }, |
| | | { |