| | |
| | | import type { VbenFormSchema } from '#/adapter/form'; |
| | | import type { VbenFormSchema } from '#/adapter/form'; |
| | | import type { VxeTableGridOptions } from '#/adapter/vxe-table'; |
| | | import type { MesWmBatchApi } from '#/api/mes/wm/batch'; |
| | | import type { DescriptionItemSchema } from '#/components/description'; |
| | |
| | | }, |
| | | { |
| | | fieldName: 'workOrderId', |
| | | label: '生产工单', |
| | | label: '生产订单', |
| | | component: markRaw(ProWorkOrderSelect), |
| | | componentProps: { |
| | | placeholder: '请选择生产工单', |
| | | placeholder: '请选择生产订单', |
| | | }, |
| | | }, |
| | | { |
| | |
| | | }, |
| | | { |
| | | field: 'workOrderCode', |
| | | title: '工单编码', |
| | | title: '订单编码', |
| | | width: 140, |
| | | }, |
| | | { |
| | |
| | | }, |
| | | { |
| | | field: 'workOrderCode', |
| | | label: '生产工单', |
| | | label: '生产订单', |
| | | render: (value) => value || '-', |
| | | }, |
| | | { |