| | |
| | | import type { VxeTableGridOptions } from '#/adapter/vxe-table'; |
| | | import type { MesProBagCodeApi } from '#/api/mes/pro/bagCode'; |
| | | |
| | | import { markRaw } from 'vue'; |
| | | |
| | | import { DICT_TYPE } from '@vben/constants'; |
| | | import { getDictOptions } from '@vben/hooks'; |
| | | |
| | | import { MdmItemSelect } from '#/views/basicData/mdm/components'; |
| | | |
| | | import { getRangePickerDefaultProps } from '#/utils'; |
| | | |
| | |
| | | componentProps: { |
| | | allowClear: true, |
| | | placeholder: '请输入生成组编号', |
| | | }, |
| | | }, |
| | | { |
| | | fieldName: 'itemId', |
| | | label: '品种', |
| | | component: markRaw(MdmItemSelect), |
| | | componentProps: { |
| | | placeholder: '请选择品种(产品品种)', |
| | | }, |
| | | }, |
| | | { |
| | |
| | | minWidth: 190, |
| | | }, |
| | | { |
| | | field: 'itemCode', |
| | | title: '品种编码', |
| | | width: 120, |
| | | }, |
| | | { |
| | | field: 'itemName', |
| | | title: '品种名称', |
| | | width: 140, |
| | | }, |
| | | { |
| | | field: 'lineCode', |
| | | title: '产线编码', |
| | | width: 100, |