|
@@ -198,8 +198,8 @@ function renderTab(data,hisId){
|
|
|
bindScoreDetail(hisId)
|
|
|
}
|
|
|
|
|
|
-function scoreDetail(id,age,hid,code){
|
|
|
- window.open(`./qcScore.html?id=${id}&age=${age}&hid=${hid}&code=${code}`)
|
|
|
+function scoreDetail(id,age,hid,code,name){
|
|
|
+ window.open(`./qcScore.html?id=${id}&age=${age}&name=${name}&hid=${hid}&code=${code}`)
|
|
|
}
|
|
|
function bindScoreDetail(hisId){
|
|
|
$('.patientNameSpan').on('click',function(e){
|
|
@@ -211,7 +211,7 @@ function bindScoreDetail(hisId){
|
|
|
$.alerModal({"message":'请先进行评分!',type:"tip",time:'1000',isFather: true, fatherWrapper: $("#mainBox", parent.document)});
|
|
|
return
|
|
|
} else{
|
|
|
- scoreDetail(id,age,hisId,'YH-BLZK-ZKPF')
|
|
|
+ scoreDetail(id,age,hisId,'YH-BLZK-ZKPF',tabList[index].name)
|
|
|
}
|
|
|
|
|
|
})
|