Browse Source

处理情况

zyz 6 years ago
parent
commit
20533c1df2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/jbsc/html/view_screening_results.html

+ 2 - 1
app/jbsc/html/view_screening_results.html

@ -259,6 +259,7 @@
								data && (vm.answer=data.answer,vm.userInfo=data.info,vm.result=data.result);
								data && (vm.answer=data.answer,vm.userInfo=data.info,vm.result=data.result);
								data && data.info && data.info.code && vm.getHealth();
								data && data.info && data.info.code && vm.getHealth();
								data && (vm.specialDoctorName = data.specialDoctorName);
								data && (vm.specialDoctorName = data.specialDoctorName);
								var userInfo = data.info || []
								if(userInfo.isDanger==1 || userInfo.is_danger==1){
								if(userInfo.isDanger==1 || userInfo.is_danger==1){
						           //只有高危的筛查需要处理
						           //只有高危的筛查需要处理
						            if(userInfo.following == 1){
						            if(userInfo.following == 1){
@ -270,7 +271,7 @@
						            if(userInfo.isOrder == 2 || userInfo.is_order == 2){
						            if(userInfo.isOrder == 2 || userInfo.is_order == 2){
						                vm.dealAction.push("已接诊");
						                vm.dealAction.push("已接诊");
						            }
						            }
						            if(dealAction.length == 0){
						            if(vm.dealAction.length == 0){
						                vm.dealAction.push("待处理");
						                vm.dealAction.push("待处理");
						            }
						            }
						        }else{
						        }else{