gaoluyang
6 小时以前 787ccc59ba89bacc075562a161ecf02bc76ebadc
src/views/erp/purchase/request/data.ts
@@ -279,6 +279,20 @@
        allowClear: true,
      },
    },
    {
      fieldName: 'inStatus',
      label: '入库状态',
      component: 'Select',
      componentProps: {
        options: [
          { label: '未入库', value: 0 },
          { label: '部分入库', value: 1 },
          { label: '全部入库', value: 2 },
        ],
        placeholder: '请选择入库状态',
        allowClear: true,
      },
    },
  ];
}
@@ -350,12 +364,14 @@
      field: 'status',
      title: '状态',
      minWidth: 120,
      fixed: 'right',
      slots: { default: 'status' },
    },
    {
      field: 'inStatus',
      title: '入库状态',
      minWidth: 100,
      fixed: 'right',
      slots: { default: 'inStatus' },
    },
    {