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