瀏覽代碼

处理情况

zyz 6 年之前
父節點
當前提交
20533c1df2
共有 1 個文件被更改,包括 2 次插入1 次删除
  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 && data.info && data.info.code && vm.getHealth();
								data && (vm.specialDoctorName = data.specialDoctorName);
								var userInfo = data.info || []
								if(userInfo.isDanger==1 || userInfo.is_danger==1){
						           //只有高危的筛查需要处理
						            if(userInfo.following == 1){
@ -270,7 +271,7 @@
						            if(userInfo.isOrder == 2 || userInfo.is_order == 2){
						                vm.dealAction.push("已接诊");
						            }
						            if(dealAction.length == 0){
						            if(vm.dealAction.length == 0){
						                vm.dealAction.push("待处理");
						            }
						        }else{