|
@@ -23,7 +23,6 @@ require('./../images/t2.png').replace(/^undefined/g, '')
|
|
|
require('./../images/t3.png').replace(/^undefined/g, '')
|
|
|
require('./../images/go.png').replace(/^undefined/g, '')
|
|
|
require('./../images/g1.png').replace(/^undefined/g, '')
|
|
|
-
|
|
|
// require('./popupEdit.js');
|
|
|
|
|
|
let infoImg = require('./../images/icon_info.png').replace(/^undefined/g, '')
|
|
@@ -214,7 +213,8 @@ function renderPage(pageSet){
|
|
|
const hasAuxiliary = hasTab("辅助信息",pageSet.sysSetInfo)
|
|
|
const hasMedical = hasTab("医学知识",pageSet.sysSetInfo)
|
|
|
const hasFollowUp = hasTab("随访计划",pageSet.sysSetInfo)
|
|
|
- const hasTcm = hasTab("中医辅助", pageSet.sysSetInfo)
|
|
|
+ const hasTcm = hasTab("中医辅助", pageSet.sysSetInfo);
|
|
|
+ console.log(hasTcm)
|
|
|
if(!mrId){
|
|
|
empty()
|
|
|
return
|
|
@@ -776,9 +776,10 @@ $(function(){
|
|
|
}
|
|
|
});
|
|
|
// $(".iframeWrap").preventScroll();
|
|
|
- $(".iframeWrap").preventScroll();
|
|
|
- $(".recommendWrap").preventScroll();
|
|
|
- $(".infoWrap").preventScroll();
|
|
|
+ $(".iframeWrap").preventScroll();
|
|
|
+ $(".recommendWrap").preventScroll();
|
|
|
+ $(".TcmWrap").preventScroll();
|
|
|
+ $(".infoWrap").preventScroll();
|
|
|
$(".medicalKonwledgeWrap .staticSearchB ul").preventScroll();
|
|
|
$(window).on("resize", function(){
|
|
|
$(".iframeWrap").preventScroll();
|