|
@ -63,7 +63,7 @@
|
|
vm.showCompleteDailog();
|
|
vm.showCompleteDailog();
|
|
}else if(vm.planInfo.status==2 && vm.planInfo.patientImg){//居民已确认计划完成
|
|
}else if(vm.planInfo.status==2 && vm.planInfo.patientImg){//居民已确认计划完成
|
|
vm.tabStatus=3;
|
|
vm.tabStatus=3;
|
|
$("#framePage").attr("src","stop_special_service.html?planids="+vm.planId+"&completePlan=true")
|
|
|
|
|
|
$("#framePage").attr("src","stop_special_service.html?planids="+vm.planId+"&planStatus="+vm.planInfo.status)
|
|
}
|
|
}
|
|
}else{
|
|
}else{
|
|
layer.msg(res.msg,{icon:5});
|
|
layer.msg(res.msg,{icon:5});
|
|
@ -87,7 +87,7 @@
|
|
layer.msg("发送成功,等待居民确认");
|
|
layer.msg("发送成功,等待居民确认");
|
|
setTimeout(function(){
|
|
setTimeout(function(){
|
|
vm.tabStatus=3;
|
|
vm.tabStatus=3;
|
|
$("#framePage").attr("src","stop_special_service.html?planids="+vm.planId)
|
|
|
|
|
|
$("#framePage").attr("src","stop_special_service.html?planids="+vm.planId+"&planStatus="+vm.planInfo.status)
|
|
},1000)
|
|
},1000)
|
|
}else{
|
|
}else{
|
|
layer.msg(res.msg,{icon:5});
|
|
layer.msg(res.msg,{icon:5});
|