admin-web/src/utils/stockType.js
@@ -1,6 +1,6 @@ function stockType(row) { let result = ''; let arr = ['采购入库', '调拨', '其他出库', '部门分发', '报废出库', '部门物品回退仓库', '物品盘点']; let arr = ['采购入库', '调拨', '其他出库', '部门分发', '报废出库', '物品退回', '物品盘点']; if (row.businessType == 7) { if (row.thisType == 1) { result = '盘盈入库';