主界面代码:
function showBlobContent(emr_id,showType){
//art.dialog.data('p_blob_content', p_blob_content); //存储数据
art.dialog.open('../medicalInstrumentInfoAction!showBlobContent.htm?emr_id='+emr_id+'&showType='+showType,{
width : 1000,
height : 600,
lock : true,
title : '新界面'
});
} function showBlobContent(emr_id,sho