liu
6 天以前 5c124cdf26e4d749eae1e7fc9df366e9a5f4d259
src/views/wls/transaction/data.ts
@@ -103,6 +103,10 @@
        options: [
          { label: '入库', value: 1 },
          { label: '出库', value: 2 },
          { label: '调拨移出', value: 3 },
          { label: '调拨移入', value: 4 },
          { label: '盘盈', value: 5 },
          { label: '盘亏', value: 6 },
        ],
        placeholder: '请选择事务类型',
      },