liuyn
2024-03-11 a87f1c3df03078814ee97ad0c8ac200a232419e9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<apex:page showHeader="false" sidebar="false" id="allPage" controller="taskAlertController"
action="{!init}" lightningStylesheets="true">
<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 myOBSATSixListNumber = '{!myOBSATSixListNumber}';
            var myOBSATSixList = '{!myOBSATSixList}';
            if(myOBSATSixListNumber > 0){
                j$(escapeVfId("allPage:alertPanel2")).attr('font-family','Microsoft YaHei');
                j$(escapeVfId("allPage:alertPanel2")).attr('font-weight','bold');
            }
            if(myOBSATSixListNumber == 0){
                j$(escapeVfId("allPage:alertPanel3")).attr('font-family','Microsoft YaHei');
                j$(escapeVfId("allPage:alertPanel3")).attr('font-weight','bold');
            }
 
        }
 
 
    </script>
    <body onload="init()"/>
    
    <!--2023-10-18 千里马六大区招投标项目- 页面提醒 mzy  start--> 
    <br />
    <apex:outputPanel id="alertPanel2" rendered ="{!if( myOBSATSixListNumber > 0,
        'true','false')}" >
        <!--待确认的招投标项目-->  
        <apex:outputPanel rendered = "{!if( myOBSATSixList[0] > 0, 'true','false')}" style="font-size: 16px; font-weight: bold;font-family:\'Microsoft YaHei\'; "> 
            <apex:outputText value ="{!if(myOBSATSixList[0] >0,
            '待确认的招投标项目-华北','')}"/>
            <a href="javascript:return null;" onclick="window.open('{!$Label.Tender_information_huabei}','_blank')"><font size="4"  color="red" >({!myOBSATSixList[0]}个)</font></a>
            <br/>
        </apex:outputPanel>
        <apex:outputPanel rendered = "{!if( myOBSATSixList[1] > 0, 'true','false')}" style="font-size: 16px; font-weight: bold; font-family:\'Microsoft YaHei\';">  
            <apex:outputText value ="{!if(myOBSATSixList[1] >0,
            '待确认的招投标项目-东北','')}"/>
            <a href="javascript:return null;" onclick="window.open('{!$Label.Tender_information_dongbei}','_blank')"><font size="4"  color="red">({!myOBSATSixList[1]}个)</font></a>
            <br/>
        </apex:outputPanel>
        <apex:outputPanel rendered = "{!if( myOBSATSixList[2] > 0, 'true','false')}" style="font-size: 16px; font-weight: bold; font-family:\'Microsoft YaHei\';">  
            <apex:outputText value ="{!if(myOBSATSixList[2] >0,
            '待确认的招投标项目-西北','')}"/>
            <a href="javascript:return null;" onclick="window.open('{!$Label.Tender_information_xibei}','_blank')"><font size="4"  color="red">({!myOBSATSixList[2]}个)</font></a>
            <br/>
        </apex:outputPanel>
        <apex:outputPanel rendered = "{!if( myOBSATSixList[3] > 0, 'true','false')}" style="font-size: 16px; font-weight: bold; font-family:\'Microsoft YaHei\';">  
            <apex:outputText value ="{!if(myOBSATSixList[3] >0,
            '待确认的招投标项目-西南','')}"/>
            <a href="javascript:return null;" onclick="window.open('{!$Label.Tender_information_xinan}','_blank')"><font size="4"  color="red">({!myOBSATSixList[3]}个)</font></a>
            <br/>
        </apex:outputPanel>
        <!--待关联询价的招投标项目--> 
        <apex:outputPanel rendered = "{!if( myOBSATSixList[4] > 0, 'true','false')}" style="font-size: 16px; font-weight: bold;font-family:\'Microsoft YaHei\';">
            <apex:outputText value ="{!if(myOBSATSixList[4] >0,
            '待确认的招投标项目-华东','')}"/>
            <!-- 20221213 ljh SWAG-CK28WT start-->
            <!-- <a href="javascript:return null;" onclick="window.open('{!$Label.InfoOwner_Tender}','_blank')"><font size="4" color="red">({!myTBRNumber}个)</font></a> -->
            <a href="javascript:return null;" onclick="window.open('{!$Label.Tender_information_huadong}','_blank')"><font size="4" color="red">({!myOBSATSixList[4]}个)</font></a>
            <!-- 20221213 ljh SWAG-CK28WT end -->
            <br/>
        </apex:outputPanel>
        <!--待应标的招投标项目--> 
        <apex:outputPanel rendered = "{!if( myOBSATSixList[5] > 0, 'true','false')}" style="font-size: 16px; font-weight: bold; font-family:\'Microsoft YaHei\';">  
            <apex:outputText value ="{!if(myOBSATSixList[5] >0,
            '待确认的招投标项目-华南','')}"/>
            <a href="javascript:return null;" onclick="window.open('{!$Label.Tender_information_huanan}','_blank')"><font size="4"  color="red">({!myOBSATSixList[5]}个)</font></a>
            <br/>
        </apex:outputPanel>
        
    </apex:outputPanel>
    <br/>
 
    <apex:outputPanel id="alertPanel3" rendered="{!if( myOBSATSixListNumber == 0,    'true','false')}" style="font-weight: bold;font-family: \'Microsoft YaHei\';" >
        <h3>
            暂时还没有待确认的千里马六大区项目
        <!-- <a href="javascript:return null;" id='testName' onclick="window.open('/apex/taskManage','_blank')" >{!myOBSATSixListNumber}</a> -->
        </h3>        
        <br/>
    </apex:outputPanel>  
 
 
    <!--2021-11-15  mzy  任务管理改善  end-->
</apex:page>