xiaoyi
3 天以前 5c243d9d05da668a32b1bc9a4f543ea081488d11
src/views/mes/md/item/data.ts
@@ -178,6 +178,15 @@
      rules: z.number().default(0),
    },
    {
      fieldName: 'materialCategory',
      label: '物资分类',
      component: 'Select',
      componentProps: {
        options: getDictOptions(DICT_TYPE.MES_MATERIAL_CATEGORY, 'number'),
        placeholder: '请选择物资分类',
      },
    },
    {
      fieldName: 'remark',
      label: '备注',
      component: 'Textarea',
@@ -298,6 +307,16 @@
      },
    },
    {
      field: 'materialCategory',
      title: '物资分类',
      width: 120,
      align: 'center',
      cellRender: {
        name: 'CellDict',
        props: { type: DICT_TYPE.MES_MATERIAL_CATEGORY },
      },
    },
    {
      field: 'safeStockFlag',
      title: '安全库存',
      width: 120,