| | |
| | | import type { VbenFormApi, VbenFormSchema } from '#/adapter/form'; |
| | | import type { VbenFormApi, VbenFormSchema } from '#/adapter/form'; |
| | | import type { VxeTableGridOptions } from '#/adapter/vxe-table'; |
| | | import type { MesProCardApi } from '#/api/mes/pro/card'; |
| | | import type { MesProCardProcessApi } from '#/api/mes/pro/card/process'; |
| | |
| | | }, |
| | | { |
| | | fieldName: 'workOrderId', |
| | | label: '生产工单', |
| | | label: '生产订单', |
| | | component: markRaw(ProWorkOrderSelect), |
| | | componentProps: { |
| | | disabled: headerReadonly, |
| | | placeholder: '请选择生产工单', |
| | | placeholder: '请选择生产订单', |
| | | status: MesProWorkOrderStatusEnum.CONFIRMED, |
| | | }, |
| | | rules: 'selectRequired', |
| | |
| | | }, |
| | | { |
| | | fieldName: 'workOrderId', |
| | | label: '生产工单', |
| | | label: '生产订单', |
| | | component: markRaw(ProWorkOrderSelect), |
| | | componentProps: { |
| | | placeholder: '请选择生产工单', |
| | | placeholder: '请选择生产订单', |
| | | }, |
| | | }, |
| | | { |
| | |
| | | }, |
| | | { |
| | | field: 'workOrderCode', |
| | | title: '生产工单编号', |
| | | title: '生产订单编号', |
| | | width: 160, |
| | | }, |
| | | { |
| | | field: 'workOrderName', |
| | | title: '工单名称', |
| | | title: '订单名称', |
| | | minWidth: 150, |
| | | }, |
| | | { |
| | |
| | | }, |
| | | { |
| | | fieldName: 'workOrderId', |
| | | label: '生产工单', |
| | | label: '生产订单', |
| | | component: markRaw(ProWorkOrderSelect), |
| | | componentProps: { |
| | | placeholder: '请选择生产工单', |
| | | placeholder: '请选择生产订单', |
| | | }, |
| | | }, |
| | | { |
| | |
| | | }, |
| | | { |
| | | field: 'workOrderCode', |
| | | title: '生产工单编号', |
| | | title: '生产订单编号', |
| | | width: 160, |
| | | }, |
| | | { |