13 分钟以前 5367b3b4d92588c4e76728e6bd4ad6aae0cbb967
src/views/erp/purchase/request/data.ts
@@ -148,11 +148,6 @@
      slots: { default: 'productId' },
    },
    {
      field: 'productBarCode',
      title: '条码',
      minWidth: 120,
    },
    {
      field: 'productUnitName',
      title: '单位',
      minWidth: 80,
@@ -163,6 +158,13 @@
      minWidth: 120,
      fixed: 'right',
      slots: { default: 'count' },
    },
    {
      field: 'inCount',
      title: '入库数量',
      minWidth: 100,
      fixed: 'right',
      formatter: 'formatAmount6',
    },
    {
      field: 'productPrice',
@@ -335,12 +337,6 @@
      minWidth: 120,
    },
    {
      field: 'qcCheckFlag',
      title: '是否质检',
      minWidth: 80,
      slots: { default: 'qcCheckFlag' },
    },
    {
      field: 'productNames',
      title: '申请产品',
      minWidth: 150,
@@ -358,6 +354,12 @@
      slots: { default: 'status' },
    },
    {
      field: 'inStatus',
      title: '入库状态',
      minWidth: 100,
      slots: { default: 'inStatus' },
    },
    {
      field: 'requestReason',
      title: '申请理由',
      minWidth: 150,