From 7d6ee416efe023de6492fe1dcd67017882c9f182 Mon Sep 17 00:00:00 2001
From: Liu Cheng <liucheng@prec-tech.com>
Date: 星期四, 23 六月 2022 17:24:07 +0800
Subject: [PATCH] SWAG-CFDA6G 【委托】用户系统首页待提醒事项顺序调整
---
force-app/main/default/pages/taskAlert.page | 418 +++++++++++++++++++++++++++++++----------------------------
1 files changed, 220 insertions(+), 198 deletions(-)
diff --git a/force-app/main/default/pages/taskAlert.page b/force-app/main/default/pages/taskAlert.page
index 4b98a98..f8fe1da 100644
--- a/force-app/main/default/pages/taskAlert.page
+++ b/force-app/main/default/pages/taskAlert.page
@@ -3,210 +3,232 @@
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
-<apex:includeScript value="/soap/ajax/29.0/connection.js"/>
-<apex:includeScript value="/soap/ajax/29.0/apex.js"/>
- <script type="text/javascript">
- function init() {
- var str = '';
- var subTaskNumber = '{!subTaskNumber}';
- var myAllTaskNumber = '{!myTaskNumber}';
- var UnfinishedTaskNumber = '{!UnfinishedTaskNumber}';
- var feedbackNumber = '{!feedbackNumber}'; // 2021-11-4 yjk 寰呭弽棣堜换鍔�
+<apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
+<apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
+ <script type="text/javascript">
+ function init() {
+ var str = '';
+ var subTaskNumber = '{!subTaskNumber}';
+ var myAllTaskNumber = '{!myTaskNumber}';
+ var UnfinishedTaskNumber = '{!UnfinishedTaskNumber}';
+ var feedbackNumber = '{!feedbackNumber}'; // 2021-11-4 yjk 寰呭弽棣堜换鍔�
+ var isShowTask = '{!isShowTask}'; // 2022-3-17 yjk 鏍规嵁绠�妗f樉绀轰换鍔℃彁閱�
+ var proId = '{!proId}';
+ if(myAllTaskNumber > 0 ){
+ str += '鎮ㄦ湭鎺ュ彈鐨勪换鍔″叡鏈�' + myAllTaskNumber +'涓紝' ;
+ }
+ if(subTaskNumber > 0 ){
+ str += '鎮ㄤ笅灞炴湭鎺ュ彈鐨勪换鍔″叡鏈�' + subTaskNumber +'涓紝' ;
+ }
+ if(UnfinishedTaskNumber > 0){
+ str += '鎮ㄦ湭瀹屾垚鐨勪换鍔″叡鏈�' + UnfinishedTaskNumber + '涓�';
+ }
- if(myAllTaskNumber > 0 ){
- str += '鎮ㄦ湭鎺ュ彈鐨勪换鍔″叡鏈�' + myAllTaskNumber +'涓紝' ;
- }
- if(subTaskNumber > 0 ){
- str += '鎮ㄤ笅灞炴湭鎺ュ彈鐨勪换鍔″叡鏈�' + subTaskNumber +'涓紝' ;
- }
- if(UnfinishedTaskNumber > 0){
- str += '鎮ㄦ湭瀹屾垚鐨勪换鍔″叡鏈�' + UnfinishedTaskNumber + '涓�';
- }
+ console.log('1:'+str);
+ if( str != '' ){
+ console.log('2'+str);
+ str+= '濡傞渶澶勭悊锛岃鐐瑰嚮宸︿晶浠诲姟绠$悊琛ㄩ摼鎺ワ紒';
+ console.log('3'+str);
+ //alert(str);
+ }
+ var myTBCNumber = '{!myTBCNumber}';
+ var myTBRNumber = '{!myTBRNumber}';
+ var myTBBNumber = '{!myTBBNumber}';
+ if(myTBCNumber>0||myTBRNumber>0||myTBBNumber>0){
+ j$(escapeVfId("allPage:alertPanel2")).attr('font-family','Microsoft YaHei');
+ j$(escapeVfId("allPage:alertPanel2")).attr('font-weight','bold');
+ }
+
+ var subTaskNumber = '{!subTaskNumber}';
+ var myTaskNumber = '{!myTaskNumber}';
+ var UnfinishedTaskNumber = '{!UnfinishedTaskNumber}';
+ var feedbackNumber = '{!feedbackNumber}';
+ if(subTaskNumber>0||myTaskNumber>0||UnfinishedTaskNumber>0||feedbackNumber>0){
+ j$(escapeVfId("allPage:alertPanel")).attr('font-family','Microsoft YaHei');
+ j$(escapeVfId("allPage:alertPanel")).attr('font-weight','bold');
+ }
- console.log('1:'+str);
- if( str != '' ){
- console.log('2'+str);
- str+= '濡傞渶澶勭悊锛岃鐐瑰嚮宸︿晶浠诲姟绠$悊琛ㄩ摼鎺ワ紒';
- console.log('3'+str);
- //alert(str);
- }
- var myTBCNumber = '{!myTBCNumber}';
- var myTBRNumber = '{!myTBRNumber}';
- var myTBBNumber = '{!myTBBNumber}';
- if(myTBCNumber>0||myTBRNumber>0||myTBBNumber>0){
- j$(escapeVfId("allPage:alertPanel2")).attr('font-family','Microsoft YaHei');
- j$(escapeVfId("allPage:alertPanel2")).attr('font-weight','bold');
- }
-
- var subTaskNumber = '{!subTaskNumber}';
- var myTaskNumber = '{!myTaskNumber}';
- var UnfinishedTaskNumber = '{!UnfinishedTaskNumber}';
- var feedbackNumber = '{!feedbackNumber}';
- if(subTaskNumber>0||myTaskNumber>0||UnfinishedTaskNumber>0||feedbackNumber>0){
- j$(escapeVfId("allPage:alertPanel")).attr('font-family','Microsoft YaHei');
- j$(escapeVfId("allPage:alertPanel")).attr('font-weight','bold');
- }
+ if(subTaskNumber==0 && myTaskNumber==0 && UnfinishedTaskNumber==0 && feedbackNumber==0){
+ j$(escapeVfId( "allPage:alertPanel3")).attr('font-family','Microsoft YaHei');
+ j$(escapeVfId( "allPage:alertPanel3")).attr('font-weight','bold');
+ }
- if(subTaskNumber==0 && myTaskNumber==0 && UnfinishedTaskNumber==0 && feedbackNumber==0){
- j$(escapeVfId( "allPage:alertPanel3")).attr('font-family','Microsoft YaHei');
- j$(escapeVfId( "allPage:alertPanel3")).attr('font-weight','bold');
- }
-
- var isTwoSOne = '{!isTwoSOne}';
- var OppWithoutConformNumber = '{!OppWithoutConformNumber}';
- if(isTwoSOne==true&&OppWithoutConformNumber>0){
- j$(escapeVfId( "allPage:OppWithoutConform")).attr('font-family','Microsoft YaHei');
- j$(escapeVfId( "allPage:OppWithoutConform")).attr('font-weight','bold');
- }
+ var isTwoSOne = '{!isTwoSOne}';
+ var OppWithoutConformNumber = '{!OppWithoutConformNumber}';
+ if(isTwoSOne==true&&OppWithoutConformNumber>0){
+ j$(escapeVfId( "allPage:OppWithoutConform")).attr('font-family','Microsoft YaHei');
+ j$(escapeVfId( "allPage:OppWithoutConform")).attr('font-weight','bold');
+ }
- }
- </script>
- <body onload="init()"/>
- <!--2021-11-15 mzy 浠诲姟绠$悊鏀瑰杽 start-->
- <!--2021-05-19 鎷涙姇鏍囬」鐩�- 椤甸潰鎻愰啋 mzy start-->
- <apex:outputPanel id="alertPanel2" rendered ="{!if( myTBCNumber > 0 || myTBRNumber > 0 || myTBBNumber > 0,
- 'true','false')}" >
- <!--寰呯‘璁ょ殑鎷涙姇鏍囬」鐩�-->
- <apex:outputPanel rendered = "{!if( myTBCNumber > 0, 'true','false')}" style="font-size: 1.3em; font-weight: bold;font-family:\'Microsoft YaHei\'; ">
- <h3>
-
- <!--<apex:outputText value ="{!if(subTaskNumber > 0 || myTaskNumber > 0 , ',' , '')}"/> -->
- <apex:outputText value ="{!if(myTBCNumber >0,
- '寰呯‘璁ょ殑鎷涙姇鏍囬」鐩�','')}"/>
- <a href="javascript:return null;" onclick="window.open('{!$Label.GIORSP_Tender}','_blank')"><font size="4" color="red" >({!myTBCNumber}涓�)</font></a>
- </h3>
- </apex:outputPanel>
- <!--寰呭叧鑱旇浠风殑鎷涙姇鏍囬」鐩�-->
- <apex:outputPanel rendered = "{!if( myTBRNumber > 0, 'true','false')}" style="font-size: 1.3em; font-weight: bold;font-family:\'Microsoft YaHei\';">
- <h3>
- <apex:outputText value ="{!if( myTBCNumber > 0, ',' , '')}"/>
-
- <apex:outputText value ="{!if(myTBRNumber >0,
- '寰呭叧鑱旇浠风殑鎷涙姇鏍囬」鐩�','')}"/>
- <a href="javascript:return null;" onclick="window.open('{!$Label.InfoOwner_Tender}','_blank')"><font size="4" color="red">({!myTBRNumber}涓�)</font></a>
- </h3>
- </apex:outputPanel>
- <!--寰呭簲鏍囩殑鎷涙姇鏍囬」鐩�-->
- <apex:outputPanel rendered = "{!if( myTBBNumber > 0, 'true','false')}" style="font-size: 1.3em; font-weight: bold; font-family:\'Microsoft YaHei\';">
- <h3>
- <apex:outputText value ="{!if( myTBRNumber > 0 || myTBCNumber > 0, ',' , '')}"/>
-
- <apex:outputText value ="{!if(myTBBNumber >0,
- '寰呭簲鏍囩殑鎷涙姇鏍囬」鐩�','')}"/>
- <a href="javascript:return null;" onclick="window.open('{!$Label.AccountOwner_Tender}','_blank')"><font size="4" color="red">({!myTBBNumber}涓�)</font></a>
- </h3>
- </apex:outputPanel>
- <br/>
- <div style='height:5px;'/>
- </apex:outputPanel>
- <!--2021-05-19 鎷涙姇鏍囬」鐩�- 椤甸潰鎻愰啋 mzy end-->
- <!--2021-05-19 浠诲姟- 椤甸潰鎻愰啋 mzy start-->
- <apex:outputPanel id="alertPanel" rendered ="{!if( subTaskNumber > 0 || myTaskNumber > 0 || UnfinishedTaskNumber > 0 || feedbackNumber > 0 || OverFeedbackNumber > 0,
- 'true','false')}" style="font-size: 1.3em; font-weight: bold;font-family: \'Microsoft YaHei\';" >
- <!--2021-09-26 wangweipeng start -->
- <!--鏈帴鍙椾换鍔�-->
- <apex:outputPanel rendered = "{!if( myTaskNumber > 0, 'true','false')}" style="font-weight: bold;font-family: \'Microsoft YaHei\';" >
- <h3>
-
- <apex:outputText value ="{!if(myTaskNumber > 0,'鏈帴鍙椾换鍔�','')}"/>
- <a href="javascript:return null;" onclick="window.open('/apex/taskManage','_blank')"><font size="4" color="red">({!myTaskNumber}涓�)</font></a>
- </h3>
- </apex:outputPanel>
- <!--鏈畬鎴愪换鍔�-->
- <apex:outputPanel rendered = "{!if( UnfinishedTaskNumber > 0, 'true','false')}" style="font-weight: bold;font-family: \'Microsoft YaHei\';">
- <h3>
- <apex:outputText value ="{!if( myTaskNumber > 0, ',' , '')}"/>
-
- <apex:outputText value ="{!if(UnfinishedTaskNumber > 0,'鏈畬鎴愪换鍔�','' )}"/>
- <!-- paramType 鍙傛暟2浠h〃锛� 02 鎺ュ彈-->
- <a href="javascript:return null;" onclick="window.open('/apex/taskManage?paramType=2','_blank')"><font size="4" color="red" >({!UnfinishedTaskNumber}涓�)</font></a>
- </h3>
- </apex:outputPanel>
- <!--绱涓嬪睘鏈帴鍙椾换鍔�-->
- <apex:outputPanel rendered = "{!if( subTaskNumber > 0, 'true','false')}" style="font-weight: bold;font-family: \'Microsoft YaHei\';">
- <h3>
- <apex:outputText value ="{!if( UnfinishedTaskNumber > 0, ',' , if( myTaskNumber > 0, ',' , ''))}"/>
-
- <apex:outputText value ="{!if(subTaskNumber > 0,'绱涓嬪睘鏈帴鍙椾换鍔�','')}"/>
- <a href="javascript:return null;" onclick="window.open('/apex/taskManage','_blank')"><font size="4" color="red" >({!subTaskNumber}涓�)</font></a>
- </h3>
- </apex:outputPanel>
- <!-- <h3> -->
- <!-- <apex:outputText value ="{!if(myTaskNumber > 0,'鏈帴鍙椾换鍔�(' + Text(myTaskNumber) + '涓�)锛�','')}"/> -->
- <!--201-09-18 澧炲姞鏈畬鎴愪换鍔℃暟閲忔樉绀� PK statr -->
- <!-- <apex:outputText value ="{!if(UnfinishedTaskNumber > 0,'鏈畬鎴愪换鍔�('+ Text(UnfinishedTaskNumber) + '涓�)锛�','' )}"/> -->
- <!--201-09-18 澧炲姞鏈畬鎴愪换鍔℃暟閲忔樉绀� PK end -->
- <!-- <apex:outputText value ="{!if(subTaskNumber > 0,'绱涓嬪睘鏈帴鍙椾换鍔★紙' + Text(subTaskNumber) + '涓�)锛�','')}"/> -->
- <!-- 杩涜澶勭悊璇风偣 -->
- <!-- <a href="javascript:return null;" onclick="window.open('/apex/taskManage','_blank')">杩欓噷</a> -->
+ }
+ </script>
+ <body onload="init()"/>
-
- <!-- </h3> -->
- <!--2021-09-26 wangweipeng end -->
- <apex:outputPanel id="feedbackPanel" rendered ="{!if( feedbackNumber > 0 ,
- 'true','false')}" style="font-weight: bold;font-family: \'Microsoft YaHei\';" >
- <!--2021-09-26 wangweipeng start -->
- <!--鏈帴鍙椾换鍔�-->
- <apex:outputPanel rendered = "{!if( feedbackNumber > 0, 'true','false')}" style="font-weight: bold;font-family: \'Microsoft YaHei\';" >
- <h3>
- <apex:outputText value ="{!if( UnfinishedTaskNumber > 0, ',' , if( myTaskNumber > 0, ',' , if(feedbackNumber>0,',','')))}"/>
-
- <apex:outputText style="font-family: Microsoft YaHei" value ="{!if(feedbackNumber > 0,'寰呭弽棣堜换鍔�','')}"/>
- <a href="javascript:return null;" onclick="window.open('/apex/taskFeedback','_blank')"><font size="4" color="red">({!feedbackNumber}涓�)</font></a>
- </h3>
- </apex:outputPanel>
- </apex:outputPanel>
- <!--宸插畬鎴愬弽棣堜换鍔� mzy 2021-11-17 start-->
- <!--<apex:outputPanel rendered = "{!if( OverFeedbackNumber > 0, 'true','false')}" style="font-weight: bold;font-family: \'Microsoft YaHei\';">
- <h3>
- <apex:outputText value ="{!if(myTaskNumber >0 || subTaskNumber > 0 || UnfinishedTaskNumber >0 || feedbackNumber>0 , ',' , '')}"/>
- -->
- <!--<apex:outputText value ="{!if(OverFeedbackNumber > 0,'宸插畬鎴愬弽棣堜换鍔�','' )}"/>-->
- <!--<font size="3.5" color="#015ba7">宸插畬鎴愬弽棣堜换鍔�</font>
- <a href="javascript:return null;" onclick="window.open('{!$Label.OverFeedbackTask}','_blank')"><font size="4" color="red" >({!OverFeedbackNumber}涓�)</font></a>
- </h3>
- </apex:outputPanel>-->
- <!--宸插畬鎴愬弽棣堜换鍔� mzy 2021-11-17 end-->
- </apex:outputPanel>
+ <!-- 2022-5-13 yjk 鍔╃悊寰呰窡杩涘挩璇㈠崟 start-->
+ <apex:outputPanel id="InquiryNumberZhuliform" rendered="{!if( InquiryNumberZhuli > 0, 'true','false')}" style="font-size: 1.3em; font-weight: bold;font-family: \'Microsoft YaHei\';" >
+ <!--鏈浆鍖栬浠�-->
+ <apex:outputPanel rendered = "{!if( InquiryNumberZhuli > 0, 'true','false')}" style="font-family:\'\5FAE\8F6F\96C5\9ED1\'; font-weight: bold;">
+ <h3>
+
+ <apex:outputText value ="{!if(InquiryNumberZhuli > 0,'鍔╃悊寰呰窡杩涘挩璇㈠崟','')}"/>
+ <a href="javascript:return null;" onclick="window.open('{!$Label.zhuliFollowInquiryForm}','_blank')"><font size="4" color="red">({!InquiryNumberZhuli}涓�)</font></a>
+ </h3>
+ </apex:outputPanel>
+ </apex:outputPanel>
- <apex:outputPanel id="alertPanel3" rendered="{!if( subTaskNumber == 0 && myTaskNumber == 0 && UnfinishedTaskNumber == 0, 'true','false')}" style="font-weight: bold;font-family: \'Microsoft YaHei\';" >
- <h3>
- 鎮ㄦ病鏈夋湭鎺ュ彈鐨勪换鍔★紝闇�瑕佽繘鍏ヤ换鍔$鐞嗚〃璇风偣
- <a href="javascript:return null;" onclick="window.open('/apex/taskManage','_blank')">杩欓噷</a>
- </h3>
- <br/>
- </apex:outputPanel>
- <!--2021-11-15 mzy 鏈浆鍖栬浠�-椤甸潰鎻愰啋 satrt -->
- <!-- 2021-11-09 mzy SWAG-C8KCZZ start-->
- <apex:outputPanel id="OppWithoutConform" rendered="{!isTwoSOne}" style="font-size: 1.3em; font-weight: bold;font-family: \'Microsoft YaHei\';" >
- <!--鏈浆鍖栬浠�-->
- <apex:outputPanel rendered = "{!if( OppWithoutConformNumber > 0, 'true','false')}" style="font-family:\'\5FAE\8F6F\96C5\9ED1\'; font-weight: bold;">
- <br/>
- <div style='height:5px;'/>
- <h3>
-
- <apex:outputText value ="{!if(OppWithoutConformNumber > 0,'鏈浆鍖栫殑缁忛攢鍟嗚浠�','')}"/>
- <a href="javascript:return null;" onclick="window.open('{!$Label.OppWithoutConform}','_blank')"><font size="4" color="red">({!OppWithoutConformNumber}涓�)</font></a>
- </h3>
- </apex:outputPanel>
- </apex:outputPanel>
- <!-- 2021-11-09 mzy SWAG-C8KCZZ end -->
- <!--2021-11-15 mzy 鏈浆鍖栬浠�-椤甸潰鎻愰啋 end -->
+ <!-- 2022-5-13 yjk 鍔╃悊寰呰窡杩涘挩璇㈠崟 end -->
- <!--2021-11-23 mzy 鍏遍�氬钩鍙伴」鐩�-棣栭〉淇敼 start -->
- <apex:outputPanel id="LeadIntention" rendered="{!isShowInquiry}" style="font-size: 1.3em; font-weight: bold;font-family: \'Microsoft YaHei\';" >
- <!-- 寰呰窡杩涚殑鍜ㄨ鍗� -->
- <apex:outputPanel rendered = "{!if( InquiryNumber > 0, 'true','false')}" style="font-family:\'\5FAE\8F6F\96C5\9ED1\'; font-weight: bold;">
- <br/>
- <div style='height:5px;'/>
- <h3>
-
- <apex:outputText value ="{!if(InquiryNumber > 0,'寰呰窡杩涚殑鍜ㄨ鍗�','')}"/>
- <a href="javascript:return null;" onclick="window.open('{!$Label.WaitFollowInquiryForm}','_blank')"><font size="4" color="red">({!InquiryNumber}涓�)</font></a>
- </h3>
- </apex:outputPanel>
- </apex:outputPanel>
- <!--2021-11-23 mzy 鍏遍�氬钩鍙伴」鐩�-棣栭〉淇敼 end -->
- <!--2021-11-15 mzy 浠诲姟绠$悊鏀瑰杽 end-->
+ <!--2021-11-23 mzy 鍏遍�氬钩鍙伴」鐩�-棣栭〉淇敼 start -->
+ <apex:outputPanel id="LeadIntention" style="font-size: 1.3em; font-weight: bold;font-family: \'Microsoft YaHei\';" >
+ <!-- 寰呰窡杩涚殑鍜ㄨ鍗� -->
+ <apex:outputPanel rendered = "{!if(InquiryNumber != null && InquiryNumber > 0, 'true','false')}" style="font-family:\'\5FAE\8F6F\96C5\9ED1\'; font-weight: bold;">
+ <h3>
+
+ <apex:outputText value ="{!if(InquiryNumber != null && InquiryNumber > 0,'寰呰窡杩涚殑鍜ㄨ鍗�','')}"/>
+ <a href="javascript:return null;" onclick="window.open('{!$Label.WaitFollowInquiryForm}','_blank')"><font size="4" color="red">({!InquiryNumber}涓�)</font></a>
+ </h3>
+ </apex:outputPanel>
+ <!--2022-4-19 yjk SWAG-CBUB2W 棣栭〉淇敼 start -->
+ <apex:outputPanel rendered = "{!if(InquiryNumberFSE != null && InquiryNumberFSE > 0, 'true','false')}" style="font-family:\'\5FAE\8F6F\96C5\9ED1\'; font-weight: bold;">
+ <h3>
+
+ <apex:outputText value ="{!if(InquiryNumberFSE != null && InquiryNumberFSE > 0,'FSE寰呰窡杩涚殑鍜ㄨ鍗�','')}"/>
+ <a href="javascript:return null;" onclick="window.open('{!$Label.FSEWaitFollowInquiryForm}','_blank')"><font size="4" color="red">({!InquiryNumberFSE}涓�)</font></a>
+ </h3>
+ </apex:outputPanel>
+ <!--2022-4-19 yjk SWAG-CBUB2W 棣栭〉淇敼 end -->
+ </apex:outputPanel>
+ <!--2021-11-23 mzy 鍏遍�氬钩鍙伴」鐩�-棣栭〉淇敼 end -->
+
+ <!--2021-11-15 mzy 鏈浆鍖栬浠�-椤甸潰鎻愰啋 satrt -->
+ <!-- 2021-11-09 mzy SWAG-C8KCZZ start-->
+ <apex:outputPanel id="OppWithoutConform" rendered="{!isTwoSOne}" style="font-size: 1.3em; font-weight: bold;font-family: \'Microsoft YaHei\';" >
+ <!--鏈浆鍖栬浠�-->
+ <apex:outputPanel rendered = "{!if( OppWithoutConformNumber > 0, 'true','false')}" style="font-family:\'\5FAE\8F6F\96C5\9ED1\'; font-weight: bold;">
+ <h3>
+
+ <apex:outputText value ="{!if(OppWithoutConformNumber > 0,'鏈浆鍖栫殑缁忛攢鍟嗚浠�','')}"/>
+ <a href="javascript:return null;" onclick="window.open('{!$Label.OppWithoutConform}','_blank')"><font size="4" color="red">({!OppWithoutConformNumber}涓�)</font></a>
+ </h3>
+ </apex:outputPanel>
+ </apex:outputPanel>
+ <!-- 2021-11-09 mzy SWAG-C8KCZZ end -->
+ <!--2021-11-15 mzy 鏈浆鍖栬浠�-椤甸潰鎻愰啋 end -->
+
+ <!--2021-11-15 mzy 浠诲姟绠$悊鏀瑰杽 start-->
+ <!--2021-05-19 鎷涙姇鏍囬」鐩�- 椤甸潰鎻愰啋 mzy start-->
+ <apex:outputPanel id="alertPanel2" rendered ="{!if( myTBCNumber > 0 || myTBRNumber > 0 || myTBBNumber > 0,
+ 'true','false')}" >
+ <!--寰呯‘璁ょ殑鎷涙姇鏍囬」鐩�-->
+ <apex:outputPanel rendered = "{!if( myTBCNumber > 0, 'true','false')}" style="font-size: 1.3em; font-weight: bold;font-family:\'Microsoft YaHei\'; ">
+ <h3>
+
+ <!--<apex:outputText value ="{!if(subTaskNumber > 0 || myTaskNumber > 0 , ',' , '')}"/> -->
+ <apex:outputText value ="{!if(myTBCNumber >0,
+ '寰呯‘璁ょ殑鎷涙姇鏍囬」鐩�','')}"/>
+ <a href="javascript:return null;" onclick="window.open('{!$Label.GIORSP_Tender}','_blank')"><font size="4" color="red" >({!myTBCNumber}涓�)</font></a>
+ </h3>
+ </apex:outputPanel>
+ <!--寰呭叧鑱旇浠风殑鎷涙姇鏍囬」鐩�-->
+ <apex:outputPanel rendered = "{!if( myTBRNumber > 0, 'true','false')}" style="font-size: 1.3em; font-weight: bold;font-family:\'Microsoft YaHei\';">
+ <h3>
+ <apex:outputText value ="{!if( myTBCNumber > 0, ',' , '')}"/>
+
+ <apex:outputText value ="{!if(myTBRNumber >0,
+ '寰呭叧鑱旇浠风殑鎷涙姇鏍囬」鐩�','')}"/>
+ <a href="javascript:return null;" onclick="window.open('{!$Label.InfoOwner_Tender}','_blank')"><font size="4" color="red">({!myTBRNumber}涓�)</font></a>
+ </h3>
+ </apex:outputPanel>
+ <!--寰呭簲鏍囩殑鎷涙姇鏍囬」鐩�-->
+ <apex:outputPanel rendered = "{!if( myTBBNumber > 0, 'true','false')}" style="font-size: 1.3em; font-weight: bold; font-family:\'Microsoft YaHei\';">
+ <h3>
+ <apex:outputText value ="{!if( myTBRNumber > 0 || myTBCNumber > 0, ',' , '')}"/>
+
+ <apex:outputText value ="{!if(myTBBNumber >0,
+ '寰呭簲鏍囩殑鎷涙姇鏍囬」鐩�','')}"/>
+ <a href="javascript:return null;" onclick="window.open('{!$Label.AccountOwner_Tender}','_blank')"><font size="4" color="red">({!myTBBNumber}涓�)</font></a>
+ </h3>
+ </apex:outputPanel>
+ </apex:outputPanel>
+ <!--2021-05-19 鎷涙姇鏍囬」鐩�- 椤甸潰鎻愰啋 mzy end-->
+
+ <!--2021-05-19 浠诲姟- 椤甸潰鎻愰啋 mzy start-->
+ <apex:outputPanel id="alertPanel" rendered ="{!if( (subTaskNumber > 0 || myTaskNumber > 0 || UnfinishedTaskNumber > 0 || feedbackNumber > 0 || OverFeedbackNumber > 0) && isShowTask,
+ 'true','false')}" style="font-size: 1.3em; font-weight: bold;font-family: \'Microsoft YaHei\';" >
+ <!--2021-09-26 wangweipeng start -->
+ <!--鏈帴鍙椾换鍔�-->
+ <br/>
+ <apex:outputPanel rendered = "{!if( myTaskNumber > 0, 'true','false')}" style="font-weight: bold;font-family: \'Microsoft YaHei\';" >
+ <h3>
+
+ <apex:outputText value ="{!if(myTaskNumber > 0,'鏈帴鍙椾换鍔�','')}"/>
+ <a href="javascript:return null;" onclick="window.open('/apex/taskManage','_blank')"><font size="4" color="red">({!myTaskNumber}涓�)</font></a>
+ </h3>
+ </apex:outputPanel>
+ <!--鏈畬鎴愪换鍔�-->
+ <apex:outputPanel rendered = "{!if( UnfinishedTaskNumber > 0, 'true','false')}" style="font-weight: bold;font-family: \'Microsoft YaHei\';">
+ <h3>
+ <apex:outputText value ="{!if( myTaskNumber > 0, ',' , '')}"/>
+
+ <apex:outputText value ="{!if(UnfinishedTaskNumber > 0,'鏈畬鎴愪换鍔�','' )}"/>
+ <!-- paramType 鍙傛暟2浠h〃锛� 02 鎺ュ彈-->
+ <a href="javascript:return null;" onclick="window.open('/apex/taskManage?paramType=2','_blank')"><font size="4" color="red" >({!UnfinishedTaskNumber}涓�)</font></a>
+ </h3>
+ </apex:outputPanel>
+ <!--绱涓嬪睘鏈帴鍙椾换鍔�-->
+ <apex:outputPanel rendered = "{!if( subTaskNumber > 0, 'true','false')}" style="font-weight: bold;font-family: \'Microsoft YaHei\';">
+ <h3>
+ <apex:outputText value ="{!if( UnfinishedTaskNumber > 0, ',' , if( myTaskNumber > 0, ',' , ''))}"/>
+
+ <apex:outputText value ="{!if(subTaskNumber > 0,'绱涓嬪睘鏈帴鍙椾换鍔�','')}"/>
+ <a href="javascript:return null;" onclick="window.open('/apex/taskManage','_blank')"><font size="4" color="red" >({!subTaskNumber}涓�)</font></a>
+ </h3>
+ </apex:outputPanel>
+ <!-- <h3> -->
+ <!-- <apex:outputText value ="{!if(myTaskNumber > 0,'鏈帴鍙椾换鍔�(' + Text(myTaskNumber) + '涓�)锛�','')}"/> -->
+ <!--201-09-18 澧炲姞鏈畬鎴愪换鍔℃暟閲忔樉绀� PK statr -->
+ <!-- <apex:outputText value ="{!if(UnfinishedTaskNumber > 0,'鏈畬鎴愪换鍔�('+ Text(UnfinishedTaskNumber) + '涓�)锛�','' )}"/> -->
+ <!--201-09-18 澧炲姞鏈畬鎴愪换鍔℃暟閲忔樉绀� PK end -->
+ <!-- <apex:outputText value ="{!if(subTaskNumber > 0,'绱涓嬪睘鏈帴鍙椾换鍔★紙' + Text(subTaskNumber) + '涓�)锛�','')}"/> -->
+ <!-- 杩涜澶勭悊璇风偣 -->
+ <!-- <a href="javascript:return null;" onclick="window.open('/apex/taskManage','_blank')">杩欓噷</a> -->
+
+
+ <!-- </h3> -->
+ <!--2021-09-26 wangweipeng end -->
+ <apex:outputPanel id="feedbackPanel" rendered ="{!if( feedbackNumber > 0 ,
+ 'true','false')}" style="font-weight: bold;font-family: \'Microsoft YaHei\';" >
+ <!--2021-09-26 wangweipeng start -->
+ <!--鏈帴鍙椾换鍔�-->
+ <apex:outputPanel rendered = "{!if( feedbackNumber > 0, 'true','false')}" style="font-weight: bold;font-family: \'Microsoft YaHei\';" >
+ <h3>
+ <apex:outputText value ="{!if( UnfinishedTaskNumber > 0, ',' , if( myTaskNumber > 0, ',' , if(feedbackNumber>0,',','')))}"/>
+
+ <apex:outputText style="font-family: Microsoft YaHei" value ="{!if(feedbackNumber > 0,'寰呭弽棣堜换鍔�','')}"/>
+ <a href="javascript:return null;" onclick="window.open('/apex/taskFeedback','_blank')"><font size="4" color="red">({!feedbackNumber}涓�)</font></a>
+ </h3>
+ </apex:outputPanel>
+ </apex:outputPanel>
+ <!--宸插畬鎴愬弽棣堜换鍔� mzy 2021-11-17 start-->
+ <!--<apex:outputPanel rendered = "{!if( OverFeedbackNumber > 0, 'true','false')}" style="font-weight: bold;font-family: \'Microsoft YaHei\';">
+ <h3>
+ <apex:outputText value ="{!if(myTaskNumber >0 || subTaskNumber > 0 || UnfinishedTaskNumber >0 || feedbackNumber>0 , ',' , '')}"/>
+ -->
+ <!--<apex:outputText value ="{!if(OverFeedbackNumber > 0,'宸插畬鎴愬弽棣堜换鍔�','' )}"/>-->
+ <!--<font size="3.5" color="#015ba7">宸插畬鎴愬弽棣堜换鍔�</font>
+ <a href="javascript:return null;" onclick="window.open('{!$Label.OverFeedbackTask}','_blank')"><font size="4" color="red" >({!OverFeedbackNumber}涓�)</font></a>
+ </h3>
+ </apex:outputPanel>-->
+ <!--宸插畬鎴愬弽棣堜换鍔� mzy 2021-11-17 end-->
+ </apex:outputPanel>
+
+ <apex:outputPanel id="alertPanel3" rendered="{!if( subTaskNumber == 0 && myTaskNumber == 0 && UnfinishedTaskNumber == 0 && isShowTask, 'true','false') }" style="font-weight: bold;font-family: \'Microsoft YaHei\';" >
+ <br/>
+ <h3>
+ 鎮ㄦ病鏈夋湭鎺ュ彈鐨勪换鍔★紝闇�瑕佽繘鍏ヤ换鍔$鐞嗚〃璇风偣
+ <a href="javascript:return null;" onclick="window.open('/apex/taskManage','_blank')">杩欓噷</a>
+ </h3>
+ </apex:outputPanel>
+ <!--2021-11-15 mzy 浠诲姟绠$悊鏀瑰杽 end-->
</apex:page>
\ No newline at end of file
--
Gitblit v1.9.1