|
@@ -193,6 +193,8 @@ public class WorkOrderManageController {
|
|
|
plan.setInProcessStatus(2);
|
|
|
}else if(actionId==1){
|
|
|
plan.setInProcessStatus(3);
|
|
|
+ }else if(actionId==3){
|
|
|
+ plan.setInProcessStatus(null);
|
|
|
}
|
|
|
if(handleResult.size()==0||handleResult==null) {
|
|
|
plan.setPlanStatus(2);
|
|
@@ -255,7 +257,7 @@ public class WorkOrderManageController {
|
|
|
order.setDateUpdate(new Date());
|
|
|
if(actionId==6){
|
|
|
order.setInProcessStatus(2);
|
|
|
- }else if(actionId==8){
|
|
|
+ }else if(actionId==8||actionId==3){
|
|
|
order.setInProcessStatus(1);
|
|
|
}else if(actionId==1){
|
|
|
order.setInProcessStatus(3);
|