src/views/mes/wm/batch/data.ts
@@ -1,13 +1,13 @@
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';
import { h, markRaw } from 'vue';
import { DICT_TYPE } from '..\..\..\..\packages\constants\src';
import { getDictOptions } from '..\..\..\..\packages\effects\hooks\src';
import { formatDate } from '..\..\..\..\packages\utils\src';
import { DICT_TYPE } from '../../../../packages/constants/src';
import { getDictOptions } from '../../../../packages/effects/hooks/src';
import { formatDate } from '../../../../packages/utils/src';
import { DictTag } from '#/components/dict-tag';
import { getRangePickerDefaultProps } from '#/utils';
@@ -57,10 +57,10 @@
    },
    {
      fieldName: 'workOrderId',
      label: '生产工单',
      label: '生产订单',
      component: markRaw(ProWorkOrderSelect),
      componentProps: {
        placeholder: '请选择生产工单',
        placeholder: '请选择生产订单',
      },
    },
    {
@@ -229,7 +229,7 @@
    },
    {
      field: 'workOrderCode',
      title: '工单编码',
      title: '订单编码',
      width: 140,
    },
    {
@@ -351,7 +351,7 @@
    },
    {
      field: 'workOrderCode',
      label: '生产工单',
      label: '生产订单',
      render: (value) => value || '-',
    },
    {