1.库区映射调整

This commit is contained in:
龚豆豆 2025-12-12 17:18:45 +08:00
parent c68fffdc83
commit b3bae62bf6
4 changed files with 36 additions and 36 deletions

View File

@ -30,15 +30,15 @@ public class OtherInApplyPushOtherInConvertPlugin extends AbstractConvertPlugIn
private final static Log logger = LogFactory.getLog(OtherInApplyPushOtherInConvertPlugin.class);
private static String OTHERINBILL = "im_otherinbill";
private final static HashMap<String, String> wareTypeMap = new HashMap<String, String>() {{
put("地堆区", "SHZC01");
put("存储区", "SHZC01");
put("立库区", "SHZC01");
put("新仓", "SHZC01");
put("破损区", "SHZC02");
put("零拣区", "SHZC02");
put("收货中转", "SHZC03");
put("退货中转", "SHZC03");
put("虚拟区", "SHZC03");
put("地堆区", "ZC01");
put("存储区", "ZC01");
put("立库区", "ZC01");
put("新仓", "ZC01 ");
put("破损区", "ZC02");
put("零拣区", "ZC02");
put("收货中转", "ZC03");
put("退货中转", "ZC03");
put("虚拟区", "ZC03");
}};

View File

@ -30,15 +30,15 @@ public class OtherOutApplyPushOtherOutConvertPlugin extends AbstractConvertPlugI
private final static Log logger = LogFactory.getLog(OtherOutApplyPushOtherOutConvertPlugin.class);
private static String IM_OTHEROUTBILL = "im_otheroutbill";
private final static HashMap<String, String> wareTypeMap = new HashMap<String, String>() {{
put("地堆区", "SHZC01");
put("存储区", "SHZC01");
put("立库区", "SHZC01");
put("新仓", "SHZC01");
put("破损区", "SHZC02");
put("零拣区", "SHZC02");
put("收货中转", "SHZC03");
put("退货中转", "SHZC03");
put("虚拟区", "SHZC03");
put("地堆区", "ZC01");
put("存储区", "ZC01");
put("立库区", "ZC01");
put("新仓", "ZC01 ");
put("破损区", "ZC02");
put("零拣区", "ZC02");
put("收货中转", "ZC03");
put("退货中转", "ZC03");
put("虚拟区", "ZC03");
}};

View File

@ -30,15 +30,15 @@ public class SaleOutBillConvertPlugin extends AbstractConvertPlugIn implements P
private final static Log logger = LogFactory.getLog(SaleOutBillConvertPlugin.class);
private static String IM_SALOUTBILL = "im_saloutbill";
private final static HashMap<String, String> wareTypeMap = new HashMap<String, String>() {{
put("地堆区", "SHZC01");
put("存储区", "SHZC01");
put("立库区", "SHZC01");
put("新仓", "SHZC01");
put("破损区", "SHZC02");
put("零拣区", "SHZC02");
put("收货中转", "SHZC03");
put("退货中转", "SHZC03");
put("虚拟区", "SHZC03");
put("地堆区", "ZC01");
put("存储区", "ZC01");
put("立库区", "ZC01");
put("新仓", "ZC01 ");
put("破损区", "ZC02");
put("零拣区", "ZC02");
put("收货中转", "ZC03");
put("退货中转", "ZC03");
put("虚拟区", "ZC03");
}};

View File

@ -31,15 +31,15 @@ public class YdthPurInConvertPlugin extends AbstractConvertPlugIn implements Plu
private final static Log logger = LogFactory.getLog(YdthPurInConvertPlugin.class);
private static String IM_PURINBILL = "im_purinbill";
private final static HashMap<String, String> wareTypeMap = new HashMap<String, String>() {{
put("地堆区", "SHZC01");
put("存储区", "SHZC01");
put("立库区", "SHZC01");
put("新仓", "SHZC01");
put("破损区", "SHZC02");
put("零拣区", "SHZC02");
put("收货中转", "SHZC03");
put("退货中转", "SHZC03");
put("虚拟区", "SHZC03");
put("地堆区", "ZC01");
put("存储区", "ZC01");
put("立库区", "ZC01");
put("新仓", "ZC01 ");
put("破损区", "ZC02");
put("零拣区", "ZC02");
put("收货中转", "ZC03");
put("退货中转", "ZC03");
put("虚拟区", "ZC03");
}};