cy
2023-12-14 cc80d4998cfbea33e763d6cad396ac2df1267630
admin-web/src/utils/stockType.js
@@ -13,12 +13,6 @@
    } else {
      result = '调拨出库';
    }
  } else if (row.businessType == 4) {
    if (row.thisType == 1) {
      result = '退还入库';
    } else {
      result = '申领出库';
    }
  } else {
    result = arr[row.businessType - 1];
  }