|
@@ -267,7 +267,8 @@ function renderTab(data,hisId){
|
|
|
}
|
|
|
|
|
|
function scoreDetail(id,age,hid,code,name){
|
|
|
- window.open(`./qcScore.html?id=${id}&age=${age}&name=${name}&hid=${getCookie('hospitalid')}&code=${code}`)
|
|
|
+ const hideLogo = window.parent.location.search.indexOf("hideLg=")>-1;
|
|
|
+ window.open(`./qcScore.html?id=${id}&age=${age}&name=${name}&hid=${getCookie('hospitalid')}&code=${code}`+(hideLogo?'&hideLg=1':''))
|
|
|
}
|
|
|
function bindScoreDetail(hisId){
|
|
|
$('.patientNameSpan').on('click',function(e){
|