xiaoyi
3 天以前 5c243d9d05da668a32b1bc9a4f543ea081488d11
src/views/wls/warehouse/area/data.ts
@@ -102,6 +102,15 @@
      rules: 'required',
    },
    {
      fieldName: 'type',
      label: '库区类型',
      component: 'Select',
      componentProps: {
        options: getDictOptions(DICT_TYPE.MES_WM_WAREHOUSE_TYPE, 'number'),
        placeholder: '请选择库区类型',
      },
    },
    {
      fieldName: 'area',
      label: '面积(㎡)',
      component: 'InputNumber',
@@ -275,6 +284,15 @@
      minWidth: 160,
    },
    {
      field: 'type',
      title: '库区类型',
      width: 110,
      cellRender: {
        name: 'CellDict',
        props: { type: DICT_TYPE.MES_WM_WAREHOUSE_TYPE },
      },
    },
    {
      field: 'area',
      title: '面积(㎡)',
      width: 100,