|
@@ -252,7 +252,7 @@ public class AmstruckSporadicOrderServiceImpl implements IAmstruckSporadicOrderS
|
|
|
case 13:
|
|
|
case 15:
|
|
|
case 16:
|
|
|
- case 20:
|
|
|
+ case 19:
|
|
|
addSporadicOrdersForCoke(map);
|
|
|
|
|
|
}
|
|
@@ -342,9 +342,6 @@ public class AmstruckSporadicOrderServiceImpl implements IAmstruckSporadicOrderS
|
|
|
if (type.intValue() == 13) {
|
|
|
orderType += "内转零星出厂";
|
|
|
}
|
|
|
- if (type.intValue() == 20) {
|
|
|
- orderType += "内转零星(新区-老区)进厂";
|
|
|
- }
|
|
|
if (tranStatus.intValue() == 0){
|
|
|
Status += "禁用";
|
|
|
}
|
|
@@ -377,9 +374,13 @@ public class AmstruckSporadicOrderServiceImpl implements IAmstruckSporadicOrderS
|
|
|
if (type.intValue() == 16) {
|
|
|
orderType += "普通零星出厂";
|
|
|
}
|
|
|
+ if (type.intValue() == 19) {
|
|
|
+ orderType += "普通零星退货";
|
|
|
+ }
|
|
|
map1.put("orderType", orderType);
|
|
|
}
|
|
|
case 16:
|
|
|
+ case 19:
|
|
|
break;
|
|
|
}
|
|
|
return mapList;
|