gaoluyang
10 天以前 e6a531108c884133d02909341d4a841b3d548861
src/views/erp/purchase/order/data.ts
@@ -181,16 +181,6 @@
      slots: { default: 'productId' },
    },
    {
      field: 'stockCount',
      title: '库存',
      minWidth: 80,
    },
    {
      field: 'productBarCode',
      title: '条码',
      minWidth: 120,
    },
    {
      field: 'productUnitName',
      title: '单位',
      minWidth: 80,
@@ -447,6 +437,12 @@
      },
    },
    {
      field: 'inStatus',
      title: '入库状态',
      minWidth: 100,
      slots: { default: 'inStatus' },
    },
    {
      title: '操作',
      width: 340,
      fixed: 'right',