【调度系统】广东民航医疗快线调度系统源代码
wlzboy
2025-09-06 2decf5219e3476e30095fd9dbf6e49c55e105563
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- 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 href="#1"><span>车辆管理</span></a></h6>
        <ul id="menu-1" class="<%if h_menu1="1" then%>opened<%else%>closed<%end if%>">
            <%if isDepartment("0501")=1 then%><li><a href="CarData.gds?h_menu1=1">车辆管理</a></li><%end if%>
            <%if isDepartment("0501")=1 then%><li><a href="CarOut.gds?h_menu1=1">出车记录</a></li><%end if%>
            <%if isDepartment("0502")=1 then%><li><a href="CarRepair.gds?h_menu1=1">维修保养</a></li><%end if%>
            <%if isDepartment("0503")=1 then%><li><a href="CarIllegal.gds?h_menu1=1">违章记录</a></li><%end if%>
            <%if isDepartment("0504")=1 then%><li><a href="CarInsurance.gds?h_menu1=1">保险记录</a></li><%end if%>
            <%if isDepartment("0505")=1 then%><li><a href="CarGas.gds?h_menu1=1">加油记录</a></li><%end if%>
            <%if isDepartment("0501")=1 then%><li><a href="http://sys.966120.com.cn:89/GPS.asp" target="_blank">车队监控</a></li><%end if%>
        </ul>
    </div>
</div>
<!-- end content / left -->