|
@@ -101,21 +101,21 @@ function initMenu(data){
|
|
|
function iframeShow(title){
|
|
|
if(title === '医嘱信息'){
|
|
|
$("#pacsIframeIn,#assistIframeIn,#pacsDetailIframeIn").css("display","none")
|
|
|
- $("#contentIframeIn").css({display:'block'}).contents().find(".adviceWrp").height(window.innerHeight-$("#patientInfo").height()-20+'px')
|
|
|
+ $("#contentIframeIn").css({display:'block'}).attr("src",'advice.html').contents().find(".adviceWrp").height(window.innerHeight-$("#patientInfo").height()-20+'px')
|
|
|
$(window).resize(function(){
|
|
|
- $("#contentIframeIn").contents().find(".adviceWrp").height(window.innerHeight-$("#patientInfo").height()-20+'px')
|
|
|
+ $("#contentIframeIn").attr("src",'advice.html').contents().find(".adviceWrp").height(window.innerHeight-$("#patientInfo").height()-20+'px')
|
|
|
});
|
|
|
}else if(title === '检验信息'){
|
|
|
$("#contentIframeIn,#assistIframeIn,#pacsDetailIframeIn").css("display","none")
|
|
|
- $("#pacsIframeIn").css({display:'block'}).contents().find(".pacsWrp").height(window.innerHeight-$("#patientInfo").height()-20+'px')
|
|
|
+ $("#pacsIframeIn").css({display:'block'}).attr("src",'pacs.html').contents().find(".pacsWrp").height(window.innerHeight-$("#patientInfo").height()-20+'px')
|
|
|
$(window).resize(function(){
|
|
|
- $("#pacsIframeIn").contents().find(".pacsWrp").height(window.innerHeight-$("#patientInfo").height()-20+'px')
|
|
|
+ $("#pacsIframeIn").attr("src",'pacs.html').contents().find(".pacsWrp").height(window.innerHeight-$("#patientInfo").height()-20+'px')
|
|
|
});
|
|
|
}else if(title === '检查信息'){
|
|
|
$("#contentIframeIn,#pacsIframeIn,#pacsDetailIframeIn").css("display","none")
|
|
|
- $("#assistIframeIn").css({display:'block'}).contents().find(".assistWrp").height(window.innerHeight-$("#patientInfo").height()-20+'px')
|
|
|
+ $("#assistIframeIn").css({display:'block'}).attr("src",'assist.html').contents().find(".assistWrp").height(window.innerHeight-$("#patientInfo").height()-20+'px')
|
|
|
$(window).resize(function(){
|
|
|
- $("#assistIframeIn").contents().find(".assistWrp").height(window.innerHeight-$("#patientInfo").height()-20+'px')
|
|
|
+ $("#assistIframeIn").attr("src",'assist.html').contents().find(".assistWrp").height(window.innerHeight-$("#patientInfo").height()-20+'px')
|
|
|
});
|
|
|
}else{
|
|
|
$("#contentIframeIn,#pacsIframeIn,#pacsDetailIframeIn,#assistIframeIn").css({display:'none'})
|
|
@@ -741,7 +741,6 @@ function formatFlawKeys(data){
|
|
|
});
|
|
|
}
|
|
|
function checkQc(){
|
|
|
- console.log('global_activeTab',global_activeTab)
|
|
|
const param={
|
|
|
behospitalCode:getUrlArgObject("id"),
|
|
|
hospitalId:getUrlArgObject("hid"),
|