4 天以前 b7eb1da8220f5b72f6891c3c6471ca386604cce4
src/views/mes/md/item/type/data.ts
@@ -22,7 +22,7 @@
/** 表单类型 */
export type FormType = 'create' | 'detail' | 'update';
/** 新增/修改物料分类的表单 */
/** 新增/修改品种分类的表单 */
export function useFormSchema(
  formType: FormType,
  formApi?: VbenFormApi,
@@ -99,7 +99,7 @@
    },
    {
      fieldName: 'itemOrProduct',
      label: '物料/产品标识',
      label: '品种/产品标识',
      component: 'RadioGroup',
      componentProps: {
        buttonStyle: 'solid',
@@ -185,7 +185,7 @@
    },
    {
      field: 'itemOrProduct',
      title: '物料/产品',
      title: '品种/产品',
      width: 130,
      align: 'center',
      cellRender: {