修改批量出入库

This commit is contained in:
韩鹏辉
2024-07-08 16:47:13 +08:00
parent 0d2888b2d3
commit fadfe98303
2 changed files with 7 additions and 1 deletions

View File

@@ -60,6 +60,12 @@ public class ProductStockOperateVO {
case "purveyor":
this.type = "供应商入库";
break;
case "cons_in":
this.type="耗材入库";
break;
case "cons_out":
this.type="耗材出库";
break;
}
}
}