|
@@ -5586,7 +5586,6 @@ public class KwtWaybillOrderV1Service {
|
|
|
private List<Integer> getWaybillOrderStatus() {
|
|
private List<Integer> getWaybillOrderStatus() {
|
|
|
return Arrays.asList( CarWaybillV1Enum.EMPTY_WAIT_LEAVE.getCode(),
|
|
return Arrays.asList( CarWaybillV1Enum.EMPTY_WAIT_LEAVE.getCode(),
|
|
|
CarWaybillV1Enum.WAIT_LEAVE.getCode(), CarWaybillV1Enum.UNLOADING.getCode(),
|
|
CarWaybillV1Enum.WAIT_LEAVE.getCode(), CarWaybillV1Enum.UNLOADING.getCode(),
|
|
|
- CarWaybillV1Enum.WAIT_RELEASE.getCode(), CarWaybillV1Enum.REPLENISHING.getCode(),
|
|
|
|
|
CarWaybillV1Enum.REPLENISH_FINISH.getCode(), CarWaybillV1Enum.RELEASED_NOT_EXITED.getCode());
|
|
CarWaybillV1Enum.REPLENISH_FINISH.getCode(), CarWaybillV1Enum.RELEASED_NOT_EXITED.getCode());
|
|
|
}
|
|
}
|
|
|
|
|
|