add:增加装箱区库存页面

This commit is contained in:
2024-07-02 16:30:19 +08:00
parent 6a2a26e3c4
commit 3faf1b65c1
7 changed files with 372 additions and 21 deletions

View File

@@ -63,7 +63,7 @@ public enum PackageInfoIvtEnum {
POINT_LOCATION(MapOf.of("", "0", "", "1")),
//库存状态
IVT_STATUS(MapOf.of("", "0", "空载具", "1", "有子卷", "2", "合格品", "3", "管制品", "4"));
IVT_STATUS(MapOf.of("", "0", "空载具", "1", "有子卷", "2", "合格品", "3", "管制品", "4"));
private Map<String, String> code;