|
@@ -469,7 +469,8 @@ function renderBillingPush(list,name,code){
|
|
|
|
|
|
//更新消息个数
|
|
//更新消息个数
|
|
function updatePopNum(){
|
|
function updatePopNum(){
|
|
- const warnNum = $(".tips-cont .billingPushItem,.casewriting .longStrBox .billingPushItem").length; //病例书写规范有隐藏元素
|
|
|
|
|
|
+ const writeNum = $(".casewriting .longStrBox").length?$(".casewriting .longStrBox .billingPushItem").length:$(".casewriting .shortStrBox .billingPushItem").length;
|
|
|
|
+ const warnNum = $(".tips-cont .billingPushItem").length+writeNum; //病例书写规范有隐藏元素
|
|
if(warnNum===0){
|
|
if(warnNum===0){
|
|
$(".tabList .numPop").hide();
|
|
$(".tabList .numPop").hide();
|
|
return;
|
|
return;
|