【调度系统】广东民航医疗快线调度系统源代码
wanglizhong
2025-06-24 a51d070d364b0da8e5f8ea9203a6e50c8b4c0af3
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
<!-- end content / left -->
<!--#include virtual="/inc/menu.gds"-->
<div id="left">
    <div id="menu">
        <h6 id="h-menu-1"<%if h_menu1="1" then Response.Write  " class=""selected"""%>><a onclick="JavaScript:JS_left_Menu1('1');"><span>统计报表&nbsp;[隐藏]</span></a></h6>
        <ul id="menu-1" class="<%if h_menu1="1" then%>opened<%else%>closed<%end if%>">
                <%If isDepartment("070101")=1 then%>
                <!--
                <li><a href="/Report_DispatchPerfomance.gds">出车绩效统计明细</a></li>
                <li><a href="/Report_DispatchPerfomanceSum.gds">出车绩效汇总</a></li>
                <li><a href="/Report_DispatchMoneySum.gds">出车绩效提成汇总</a></li>
                <li><a href="/Report_MileageSum.gds">里程绩效提成汇总</a></li>
                <li><a href="/Report_WorkingHoursMan.php">员工工时统计</a></li>
                -->
                <li><a href="/Report_MileageMan.php">员工里程统计(21年7月前)</a></li>
                <li><a href="/Report_MileageMan3.php">员工里程统计(21年8月后)</a></li>
                <li><a href="/Report_KPISum1.php">绩效汇总A版</a></li>
                <!--
                <li><a href="/Report_MileageMan2.php">员工里程统计2</a></li>
                <li><a href="/Report_MileageOrd.php">订单里程统计</a></li>
                <li><a href="/Report_OrdMileageTime.php">路程和转运时间对照表</a></li>
                <li><a href="/Report_CheckinData.php">员工打卡记录</a></li>
                -->
                <%End If%>
                <!--<%If isDepartment("070118")=1 then%><li><a href="/Report_Equipment.php">出车物品使用统计</a></li><%End If%>-->
                <%If isDepartment("070117")=1 then%><li><a href="/Report_FrontLine.php">医护司出车统计</a></li><%End If%>
                <%If isDepartment("070104")=1 then%><li><a href="/Report_DailyTurnover.gds">每日营业额报表</a></li><%End If%>
                <%If isDepartment("070103")=1 Or isDepartment("070107")=1 then%><li><a href="/Report_Hosp.gds">医院转运分析报告</a></li><%End If%>
                <%If isDepartment("070105")=1 then%><li><a href="/Report_Staff.gds">个人转运分析报告</a></li><%End If%>
                <%If isDepartment("070105")=1 then%><li><a href="/Report_StaffScore.php">个人打赏评分流水</a></li><%End If%>
                <%If isDepartment("070105")=1 then%><li><a href="/Report_StaffScoreSum.php">订单评价汇总</a></li><%End If%>
                <!--<%If isDepartment("070102")=1 then%><li><a href="/CallCenter_dictionary.gds">呼叫中心数据报表</a></li><%End If%>-->
                <%If isDepartment("070116")=1 then%><!--<li><a href="/Report_Dispatch.gds">调度单类型地区统计</a></li>--><%End If%>
                <%If isDepartment("070116")=1 then%><li><a href="/Report_DispatchSum.gds">业务量统计(按区域)</a></li><%End If%>
                <%If isDepartment("070116")=1 then%><li><a href="/Report_DispatchUnitSum.gds">业务量统计(按业务类型)</a></li><%End If%>
                <%If isDepartment("070116")=1 then%><li><a href="/Report_DispatchDetailed.php">业务明细汇总(新)</a></li><%End If%>
                <%If isDepartment("070121")=1 then%><li><a href="/Report_DispatchSpecialDetailed.php">特殊单明细汇总</a></li><%End If%>
                <%If isDepartment("070106")=1 then%><li><a href="/Report_CancelAnalysis.php">订单取消分析</a></li><%End If%>
                <!--<%If isDepartment("070113")=1 then%><li><a href="/Report_OTProportion.gds">加班提成占比统计</a></li><%End If%>-->
                <%If isDepartment("070113")=1 then%><li><a href="/Report_OT.php">加班情况统计</a></li><%End If%>
                <%If isDepartment("070113")=1 then%><li><a href="/Report_Respirator.php">呼吸机使用情况统计</a></li><%End If%>
                <!--<%If isDepartment("070111")=1 then%><li><a href="/Report_CarGPSMilestat.php">车辆里程统计</a></li><%End If%>-->
                <!--<%If isDepartment("070112")=1 then%><li><a href="/Report_DispatchTime.php">调度出车时间统计</a></li><%End If%>-->
                <!--<%If isDepartment("070114")=1 then%><li><a href="/Report_UserRecommend.php">个人用户推广汇总</a></li><%End If%>-->
                <%If isDepartment("070115")=1 then%><li><a href="/Report_OrdReport.php">查看手机报表情况</a></li><%End If%>
                <%If isDepartment("070119")=1 then%><li><a href="/Report_BranchUnitSum.gds">机构年度营业数据</a></li><%End If%>
                <!--
                <%If isDepartment("070120")=1 then%><li><a href="/Report_NucleicAcid.gds">核酸记录</a></li><%End If%>
                <%If isDepartment("070120")=1 then%><li><a href="/Report_Sterilize.gds">消杀记录</a></li><%End If%>
                -->
        </ul>
    </div>
</div>
<%session("is_User")=""%>
<!-- end content / left -->