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
88
89
90
91
<!--
 * @Author: zhangchunxu
 * @Date: 2023-07-18 11:26:24
 * @LastEditors: zhangchunxu
 * @LastEditTime: 2023-07-21 17:11:15
 * 
 -->
 <apex:page showHeader="true" sidebar="true" Controller="SidebarController" lightningStylesheets="true">
    <head>
        <title></title>
        <style>
            ul li {
                list-style: none;
                /* line-height: 25px; */
                /* text-align: center; */
            }
            a{
                color: #1468b6;
                text-decoration:none;
                /* font-size: 20px; */
                cursor: pointer;
            }
        </style>
         <base target="_blank" />
    </head>
        <script>
        function toURLPreJs(name) {
            // alert(name);
            toURL(name);
   
        }
 
        function toURLJs() {
            // alert({!reportid});
            var ss = document.getElementById("hidden").value;
            //新窗口打开,还是本页面打开,还是弹窗打开请自行修改window.open
            window.open('/'+ss,'_blank');   
        }
    </script>
<apex:form id="allForm">
    <apex:actionFunction name="toURL" action="{!toURL}" rerender="allForm,checEventFrame" oncomplete="toURLJs();">
              <apex:param name="firstParam" assignTo="{!DeveloperName}" value="" />
        </apex:actionFunction>
        <apex:outputPanel id="message">
                <apex:pageMessages />
                <input id="hidden" type="hidden" name="hidden" value="{!reportid}"/>
            </apex:outputPanel>
<ul style="margin : 0 auto;">
    <li><a href="/lightning/n/lexDailyReport" target="_blank" >新建日报</a></li>
    <hr />
    <!-- 备品可视化调整 start -->
    <!-- <li><a href="/apex/OPDSortManage" target="_blank">OPD计划管理表</a></li>
    <hr /> -->
    <li><a href="/lightning/n/OPDManualSort" target="_blank">OPD计划管理表</a></li>
    <hr />
    <!-- 备品可视化调整 end -->
    <!-- 备品智能化 zyh 2024-1-7 start -->
    <li><a href="" onclick="toURLPreJs('OPD_look');return false;" target="_blank" >OPD计划排序结果</a></li>
    <hr />
    <li><a href="/lightning/o/Daily_Report__c/list?filterName={!$Label.dailypaper_apply}" target="_blank">申请中的日报</a></li>
    <hr />
    <li><a href="/lightning/o/Report__c/new?navigationLocation=LIST_VIEW&saveNewUrl=%2Fa0B%2Fe&nooverride=true&useRecordTypeCheck=true&inContextOfRef=1.eyJ0eXBlIjoic3RhbmRhcmRfX29iamVjdFBhZ2UiLCJhdHRyaWJ1dGVzIjp7Im9iamVjdEFwaU5hbWUiOiJSZXBvcnRfX2MiLCJhY3Rpb25OYW1lIjoibGlzdCJ9LCJzdGF0ZSI6eyJmaWx0ZXJOYW1lIjoiUmVjZW50In19&count=1&backgroundContext=%2Flightning%2Fo%2FReport__c%2Flist%3FfilterName%3DRecent" target="_blank" >新建报告书</a></li>
    <hr />
    <li><a href="" onclick="toURLPreJs('OPD_Analysis');return false;" target="_blank" >OPD/SIS报告一览</a></li>
    <hr />
    <li><a href="" onclick="toURLPreJs('NTC_Analysis');return false;" target="_blank" >NTC报告一览</a></li>
    <hr />
    <li><a href="" onclick="toURLPreJs('On_Call_record_by_staff');return false;" target="_blank" >On-Call报告一览</a></li>
    <hr />
    <li><a href="" onclick="toURLPreJs('New_inspection');return false;" target="_blank" >点检报告书一览</a></li>
    <hr />
    <li><a href="" onclick="toURLPreJs('Accompany_report_list');return false;" target="_blank" >同行报告书一览</a></li>
    <hr />
    <li><a href="/001?fcf={!$Label.toplinkService_1}" target="_blank" >自己负责客户一览</a></li>
    <hr />
    <li><a href="/02i?fcf={!$Label.toplinkService_2}" target="_blank" >保有设备一览</a></li>
    <!-- <li><a href="" onclick="toURLPreJs('new_report20230727');return false;" target="_blank" >保有设备一览</a></li> -->
    <hr />
    <li><a href="/lightning/o/Repair__c/list?filterName={!$Label.toplinkService_3}" target="_blank" >跟进中修理一览</a></li>
    <hr />
    <li><a href="" onclick="toURLPreJs('X08_HP_coverrage_new');return false;" target="_blank" >价值用户各科室拜访情况</a></li>
    <hr />
    <!-- <li><a href="/a0A?fcf=00B100000027sl9" target="_blank" >申請中的日报 需要自己批准的</a></li>
    /lightning/o/Daily_Report__c/list?filterName -->
    <li><a href="/lightning/o/Daily_Report__c/list?filterName=NotApprovedReport_new" target="_blank" >申請中的日报 需要自己批准的</a></li>
    <!-- <hr /> -->
    <!-- <li><a href="/apex/QuestionnaireAllowance" target="_blank" >调查问卷:市内交通补贴试行评估</a></li> -->
 
</ul>
</apex:form>
</apex:page>