|
@@ -249,6 +249,7 @@ public class AmstruckSporadicOrderServiceImpl implements IAmstruckSporadicOrderS
|
|
|
case 13:
|
|
|
case 15:
|
|
|
case 16:
|
|
|
+ case 20:
|
|
|
addSporadicOrdersForCoke(map);
|
|
|
|
|
|
}
|
|
@@ -338,6 +339,9 @@ public class AmstruckSporadicOrderServiceImpl implements IAmstruckSporadicOrderS
|
|
|
if (type.intValue() == 13) {
|
|
|
orderType += "内转零星出厂";
|
|
|
}
|
|
|
+ if (type.intValue() == 20) {
|
|
|
+ orderType += "内转零星(新区-老区)进厂";
|
|
|
+ }
|
|
|
if (tranStatus.intValue() == 0){
|
|
|
Status += "禁用";
|
|
|
}
|