4 天以前 2271982de09628a04da06630c4ab690ef64fbfab
src/views/mes/pro/batch/data.ts
@@ -7,7 +7,7 @@
import { DICT_TYPE } from '@vben/constants';
import { getDictOptions } from '@vben/hooks';
import { MdItemSelect } from '#/views/mes/md/item/components';
import { MdmItemSelect } from '#/views/basicData/mdm/components';
import { ProLineSelect } from '#/views/mes/pro/line/components';
import { UserSelect } from '#/views/system/user/components';
import { getRangePickerDefaultProps } from '#/utils';
@@ -56,7 +56,7 @@
    {
      fieldName: 'itemId',
      label: '品种',
      component: markRaw(MdItemSelect),
      component: markRaw(MdmItemSelect),
      componentProps: {
        disabled,
        placeholder: '请选择品种(产品品种)',
@@ -138,7 +138,7 @@
    {
      fieldName: 'itemId',
      label: '品种',
      component: markRaw(MdItemSelect),
      component: markRaw(MdmItemSelect),
      componentProps: {
        placeholder: '请选择品种',
      },
@@ -273,7 +273,7 @@
    },
    {
      title: '操作',
      width: 200,
      width: 300,
      fixed: 'right',
      slots: { default: 'actions' },
    },