|
@@ -106,15 +106,21 @@ $(function () {
|
|
if (isPlacefile == 0) {
|
|
if (isPlacefile == 0) {
|
|
$(this).find('.qiehuan i').html('切换病案质控')
|
|
$(this).find('.qiehuan i').html('切换病案质控')
|
|
$('.subtitle').html('AI运行质控平台')
|
|
$('.subtitle').html('AI运行质控平台')
|
|
- getAuditNumber()
|
|
|
|
- getNewsCount()
|
|
|
|
getMenu()
|
|
getMenu()
|
|
|
|
+ getAuditNumber()
|
|
|
|
+ if(getCookie('checkAuth') == '5'){
|
|
|
|
+ getNewsCount()
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+
|
|
} else if (isPlacefile == 1) {
|
|
} else if (isPlacefile == 1) {
|
|
$(this).find('.qiehuan i').html('切换运行质控')
|
|
$(this).find('.qiehuan i').html('切换运行质控')
|
|
$('.subtitle').html('AI病案质控平台')
|
|
$('.subtitle').html('AI病案质控平台')
|
|
- getAuditNumber()
|
|
|
|
- getNewsCount()
|
|
|
|
getMenu()
|
|
getMenu()
|
|
|
|
+ getAuditNumber()
|
|
|
|
+ if(getCookie('checkAuth') == '5'){
|
|
|
|
+ getNewsCount()
|
|
|
|
+ }
|
|
}
|
|
}
|
|
$(".header .title .qiehuan").click(function () {
|
|
$(".header .title .qiehuan").click(function () {
|
|
let txt = $(this).find('i').html()
|
|
let txt = $(this).find('i').html()
|
|
@@ -128,9 +134,12 @@ $(function () {
|
|
setCookie("isPlacefile", 1)
|
|
setCookie("isPlacefile", 1)
|
|
}
|
|
}
|
|
$('#contentIframe').attr('src', $('#contentIframe').attr('src'));
|
|
$('#contentIframe').attr('src', $('#contentIframe').attr('src'));
|
|
- getAuditNumber()
|
|
|
|
- getNewsCount()
|
|
|
|
getMenu();
|
|
getMenu();
|
|
|
|
+ getAuditNumber()
|
|
|
|
+ if(getCookie('checkAuth') == '5'){
|
|
|
|
+ getNewsCount()
|
|
|
|
+ }
|
|
|
|
+
|
|
})
|
|
})
|
|
$(".header .title .qiehuan").mouseenter(function () {
|
|
$(".header .title .qiehuan").mouseenter(function () {
|
|
$(this).parent().find('img').attr('src', require('../images/qiehuan1.png'))
|
|
$(this).parent().find('img').attr('src', require('../images/qiehuan1.png'))
|