Commit 8a77abc7 authored by hezhen's avatar hezhen

123

parent eab52a04
...@@ -1716,9 +1716,12 @@ public class VehicleBiz extends BaseBiz<VehicleMapper, Vehicle> implements UserR ...@@ -1716,9 +1716,12 @@ public class VehicleBiz extends BaseBiz<VehicleMapper, Vehicle> implements UserR
statusText="已调出"; statusText="已调出";
} }
}else if (type == 2){ }else if (type == 2){
if (vehicleManageApply !=null && vehicleManageApply.getType() == 3 && vehicleManageApply.getStatus() == 0){ if (vehicleManageApply !=null && vehicleManageApply.getType() == 1 && vehicleManageApply.getStatus() == 0){
statusText="申请经营,审核中";
}else if (vehicleManageApply !=null && vehicleManageApply.getType() == 3 && vehicleManageApply.getStatus() == 0){
statusText="取消经营,还车中"; statusText="取消经营,还车中";
}else { }
else {
//经营 != 资产 //经营 != 资产
if (!manageCompanyId .equals(subordinateBranc) ){ if (!manageCompanyId .equals(subordinateBranc) ){
handleOption.put("cancleManage", true);// 取消经营操作 handleOption.put("cancleManage", true);// 取消经营操作
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment