【调度系统】广东民航医疗快线调度系统源代码
wanglizhong
2025-06-16 ae5b0a8c63979351028215b8fe8cdf4b0766c272
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
<!DOCTYPE html>
<html>
<head>
    <title></title>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <link href="favicon.ico" type="image/x-icon" rel="shortcut icon">
    <link rel="stylesheet" type="text/css" href="../../reset.css"/>
    <link rel="stylesheet" type="text/css" href="../../bin.css">
    <script type="text/javascript" src="../../js/jquery.min.js"></script>
    <script type="text/javascript" src="../../../js/public.js"></script>
    <script type="text/javascript" src="../../../js/lhgdialog.min.js"></script>
    <script type="text/javascript"  src="../../js/hashtable.js"></script>
    <script type="text/javascript"  src="../../js/standardStatus.js"></script>
    <script type="text/javascript"  src="../../js/standardDevice.js"></script>
    <script type="text/javascript"  src="../../js/vehicleDevice.js"></script>
    <script type="text/javascript"  src="../../js/vehicleManager.js"></script>
    <script type="text/javascript"  src="../../ttxmap/ttxmapapi.js"></script>
    <script type="text/javascript" src="../js/lang_fun.js"></script>
    <script type="text/javascript" src="../js/vehicleMap.js"></script>
</head>
<body onresize="setPanelWidth();">
    <div id="mapInfo">
        <iframe frameborder="0" scrolling="no" width="100%" height="100%" name="frameMap" id="frameMap" style="background-color: #ffffff;"
                    src="../../ttxmap/ttxmap.html?rectSearch=0&150613">
        </iframe>
    </div>
</body>
</html>