|
@@ -2,7 +2,7 @@ const $ = require('jquery');
|
|
|
require("../css/readmission.less");
|
|
|
require('./modal.js');
|
|
|
const {api} = require('./api.js')
|
|
|
-const { post, getCookie, getUrlArgObjectNew, emptyBox, setTitleTxt, setDatePicker,focusMenuItem,getPickerDate,expJson,downloadExportedData,initScroll,listenScroll} = require('./utils.js')
|
|
|
+const { post, getCookie, getUrlArgObjectNew, emptyBox, setTitleTxt, setDatePicker,getLogoParam,getPickerDate,expJson,downloadExportedData,initScroll,listenScroll} = require('./utils.js')
|
|
|
require('./../resource/jquery-ui/jquery-ui.min.js');
|
|
|
require('./../resource/jquery-ui/jquery-ui.min.css');
|
|
|
const iconCheck= require("./../images/icon_check.png")
|
|
@@ -244,8 +244,8 @@ function renderTab(data,hisId,activePage){
|
|
|
}
|
|
|
|
|
|
function scoreDetail(id,age,hid,code,name){
|
|
|
- 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':''))
|
|
|
+ const logoParam = getLogoParam();
|
|
|
+ window.open(`./qcScore.html?id=${id}&age=${age}&name=${name}&hid=${getCookie('hospitalid')}&code=${code}`+logoParam)
|
|
|
}
|
|
|
// 跳转至病人详情
|
|
|
function bindScoreDetail(hisId){
|