123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514 |
- <!DOCTYPE html>
- <!--[if IE 8]>
- <html lang="en" class="ie8 no-js"> <![endif]-->
- <!--[if IE 9]>
- <html lang="en" class="ie9 no-js"> <![endif]-->
- <html>
- <head>
- <meta charset="utf-8"/>
- <title>智感融合系统</title>
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8">
- <link rel="stylesheet" type="text/css" href="/static/css/sub_bureau.css">
- <link rel="stylesheet" type="text/css" href="/static/css/common.css"/>
- <link rel="stylesheet" href="/static/css/font-awesome.min.css"/>
- <link rel="stylesheet" href="/static/layui_2/css/layui.css" media="all"/>
- <script src="/static/js/jquery.min.js" type="text/javascript"></script>
- <script type="text/javascript" src="//api.map.baidu.com/api?type=webgl&v=2.0&ak=0qkp0ZeSYy2GKUAvlr7GdLRn5lgQlN1m"></script>
- <script src="/static/js/echarts.min.js" type="text/javascript"></script>
- <script src="/static/js/template.js" type="text/javascript"></script>
- <script src="/static/js/police_o.js" type="text/javascript"></script>
- <script type="text/javascript" src="/static/layui_2/layui.js"></script>
- <script src="/static/js/global.js" type="text/javascript"></script>
- <script src="/static/js/baidu_map.js" type="text/javascript"></script>
- <script src="/static/js/jquery.slimscroll.min.js" type="text/javascript"></script>
- <script src="/static/js/TweenMax.js" type="text/javascript"></script>
- <script src="/static/js/mqtt.min.js" type="text/javascript"></script>
- <style type="text/css">
- .layui-form-switch em{font-size: 1.5rem;color: #fff !important;}
- .layui-form-onswitch{background-color: #233C7F;}
- .layui-form-switch{margin-top: 0;background-color: #233C7F;;border: 0;}
- </style>
- </head>
- <body>
- <div class="monitor_center" style="width:100%;height: 100%;">
- <div class="header">
- <div class="header_logo">
- <span class="system_big_title">智感梯间实战应用平台</span>
- <span class="system_middle_title">黄埔区公安分局</span>
- <span class="system_small_title">Intelligent Sensing Staircase Practical Application Platform</span>
- </div>
- <div class="header_background">
- <div>
- <div class="main_bar" id="main_bar">
- <!-- 小区列表:在进入楼栋、房间列表时显示-->
- <div class="app_default" mark="" style="width: 18%;height: 1px;">
- <span id="global_area_xq" class="hidden" style="cursor: pointer;position: relative;">
- <input type="" name="" readonly="" style="background: #233975;border: 0px solid #020e33;border-radius: 5px;margin-right: 1rem;height: 2.4rem;line-height: 2.4rem;"><i class="fa fa-chevron-circle-down" style="position: absolute;right: 1.3rem;top: 0px;color: #ccc;"></i></span>
- </div>
- <div class="app_default" style="border-right: 1px solid #233c7f;padding-right: 10px;margin-right: 10px;">
- <form class="layui-form">
- <label class="layui-form-label" style="width: auto;padding: 0;">主数据</label>
- <div class="layui-input-block" id="masterdata_type" style="margin-left:60px;min-height: auto;" typevalue="1">
- <input type="checkbox" checked="true" name="switch_state" lay-skin="switch" lay-filter="masterdata_type" lay-text=" 人像 | IMSI码 ">
- </div>
- </form>
- </div>
- <div class="app_active" mark="screen" onclick="window.location.href='police_o.html'">
- <i class="app_icon"></i>
- <span>智慧大屏</span>
- </div>
- <div class="app_default" mark="search">
- <i class="app_icon"></i>
- <span>智慧搜索</span>
- </div>
- <div class="app_default" mark="elevator">
- <i class="app_icon"></i>
- <span>智感梯间</span>
- </div>
- <div class="app_default" mark="">
- <i class="app_icon data_default_icon"></i>
- <a href="javascript:window.location.href='/static/index.html'">数据中心</a>
- </div>
- <div class="app_default hidden" mark="deviceadmin">
- <i class="app_icon deviceadmin_default_icon"></i>
- <span>设备管理</span>
- </div>
- </div>
- <div class="app_default">
- <span class="week" style="cursor:default;"> </span>
- <span class="hour_minute" style="cursor:default;"> </span>
- </div>
- <div class="app_default">
- <ul class="layui-nav layui-layout-right" style="background-color:transparent;">
- <li class="layui-nav-item layui-hide layui-show-md-inline-block">
- <a href="javascript:;" class="current_user" id="login_user_name"></a>
- </li>
- <span class="layui-nav-bar" style="left: 20px; width: 0px; opacity: 0; top: 55px;"></span>
- </ul>
- </div>
- <div class="app_default">
- <i class="layui-icon layui-icon-logout" style="background-color: transparent !important;color: #233C7F;"></i>
- <a style="font-size: 16px;cursor: pointer;" href="/">退出</a>
- </div>
- </div>
- </div>
- <div class="user_role" id="login_user_role"></div>
- <div class="header_bar" style="display:none;">
- <span flag="synthetical_center" class="control_active" style="margin-left:5rem;">
- <a style="color:#2AAEF2;cursor: pointer;text-decoration: none;" href="index.html">综合分析</a>
- </span>
- <span flag="control_center">
- <a style="color:#ffffff;cursor: pointer;text-decoration: none;" href="police.html">实战应用</a>
- </span>
- </div>
- </div>
- <div class="body_content">
- <!--左侧部分-->
- <div class="body_side side_left">
- <!--设备统计-->
- <div id="left_device_stat" style="margin-bottom:18px;">
- <div class="navigation_bar_area">
- <div class="navigation_bar" id="navigation_device" >
- <span class="navigation_mark"> </span>设备统计
- </div>
- </div>
- <div class="content_box" id="left_total_device" style="height:194px;">
- <div style="width:100%;margin:0 auto;height:95%;" id="device_area"></div>
- </div>
- </div>
- <!--数据统计-->
- <div id="left_data_stat" style="margin-bottom:18px;">
- <div class="navigation_bar_area">
- <div class="navigation_bar">
- <span class="navigation_mark"> </span>数据统计
- </div>
- </div>
- <div class="content_box" id="left_total_data">
- <div class="stat_row" style="margin-top:2rem;">
- <i class="layui-icon layui-icon-triangle-r" style="color:#233C7F;"></i>
- <span class="stat_field">人像总数(<span class="number_unit">人</span>)</span>
- <span class="stat_number"> </span>
- <span class="stat_today"> </span>
- </div>
- <div class="stat_row">
- <i class="layui-icon layui-icon-triangle-r" style="color:#233C7F;"></i>
- <span class="stat_field">抓拍总数(<span class="number_unit">万张</span>)</span>
- <span class="stat_number"> </span>
- <span class="stat_today"> </span>
- </div>
- <div class="stat_row">
- <i class="layui-icon layui-icon-triangle-r" style="color:#233C7F;"></i>
- <span class="stat_field">IMSI卡号(<span class="number_unit">万张</span>)</span>
- <span class="stat_number"> </span>
- <span class="stat_today"> </span>
- </div>
- </div>
- </div>
- <!--小区列表-->
- <div id="left_area_item">
- <div class="navigation_bar_area" id="navigation_area">
- <div class="navigation_bar">
- <span class="navigation_mark"> </span>小区列表
- </div>
- <span class="device_icon camera_location" onclick="PoliceObject.GetSiteInfo();" title="显示全部小区"></span>
- </div>
- <div class="content_box" id="left_area_list">
- <div class="place_area" style="height:340px;">
- <table id="table_site_list" class="table_list" cellpadding="0" cellspacing="0">
- <thead>
- <tr>
- <th style="width:10%;">序号</th>
- <th style="width:85%;">名称</th>
- </tr>
- </thead>
- <tbody></tbody>
- </table>
- </div>
- </div>
- </div>
- <!--楼栋列表-->
- <div id="left_floor_item" style="display:none;">
- <div class="navigation_bar_area">
- <div class="navigation_bar">
- <span class="navigation_mark"> </span>楼栋列表
- </div>
- <div class="return_prev" onclick="PoliceObject.ReturnArea();" title="显示全部小区">
- <i class="layui-icon layui-icon-prev"></i>
- <span>返回</span>
- </div>
- </div>
- <div class="content_box" id="left_floor_list">
- <table id="village_area" class="table_list" cellpadding="0" cellspacing="0">
- <tbody></tbody>
- </table>
- </div>
- </div>
- </div>
- <!--中间-->
- <div class="body_center container_data_show hidden" id="container_data_show">
- </div>
- <!--搜索区域-->
- <div id="search_panel" class="search_panel" style="display:none;">
- <div class="search_box">
- <div class="search_key" style="font-size:14px;">地图搜索</div>
- <input class="search_input" style="width:65%;font-size:14px;" id="search_input" maxlength="40" placeholder="请输入关键词,如楼栋、地址、房号"/>
- </div>
- <span class="search_botton" id="search_button" style="letter-spacing:5px;font-size:14px;width:70px;margin-top: -38px;height: 32px;line-height: 32px;">搜索</span>
- </div>
- <div class="map_search hidden" id="search_result"></div>
- <!--搜索区域结束-->
- <!--中间人员信息-->
- <div id="container_person_show"></div>
- <!--中间全文搜索-->
- <div class="body_center container_data_show hidden" id="container_fulltext_search" style="position: absolute;margin:0;width: 100%;"></div>
- <!--中间地图-->
- <div class="body_center home_center" id="container_map" style="display:block;"></div>
- <!--右侧-->
- <div class="side_right" id="right_area" style="height:800px;">
- <div class="content_box" style="height:800px;"></div>
- </div>
- </div>
- </div>
- <div id="site_device_list" class="site_device_list hidden">
- <span class="text_overflow" style="position: relative;"><b></b>
- <i class="fa fa-times" title="关闭窗口" onclick="$('#site_device_list').addClass('hidden')"></i></span>
- <div class="dataitemlist"></div>
- </div>
- <div id="device_video" class="site_device_list hidden" style="height: 640px;width: 480px;">
- <span class="text_overflow caption" style="position: relative;"><b></b><i class="fa fa-times" title="关闭窗口"
- onclick="$('#device_video').addClass('hidden')"></i></span>
- <div class="dataitemlist" style="padding:0;height:92%;">
- <easy-player style="width: 100%;height: 100%" class="videoElement" video-url="" live="true"
- stretch="true"></easy-player>
- </div>
- </div>
- <div class="clearn"></div>
- </body>
- <div class="layout_dialog" id="dialog_common" style="width:900px;height:650px;z-index:10000">
- <div class="layout_caption">
- <span class="layout_title"></span>
- <i class="layout_close"></i>
- </div>
- <div class="layout_content" style="padding-top:10px;">
- <div class="slimScrollDiv" style="position: relative; overflow: hidden; width: 100%; height: 576px;">
- <div id="table_alert_desc_div" style="overflow: hidden; width: 100%; height: 576px;">
- </div>
- <div class="slimScrollBar"
- style="background: rgb(0, 0, 0); width: 7px; position: absolute; top: 0px; opacity: 0.4; display: block; border-radius: 7px; z-index: 99; right: 1px;"></div>
- <div class="slimScrollRail"
- style="width: 7px; height: 100%; position: absolute; top: 0px; display: none; border-radius: 7px; background: rgb(51, 51, 51); opacity: 0.2; z-index: 90; right: 1px;"></div>
- </div>
- </div>
- </div>
- <div class="layout_dialog" id="upload_image_dialog" style="width:900px;height:600px;">
- <div class="layout_caption">
- <span class="layout_title" style="font-size:16px;">标题</span>
- <span style="float: right;text-align: right;" onclick="Global.CloseDialog();">
- <img class="close" src="/static/images/close.png" style="margin-right: 1rem;cursor: pointer;">
- </span>
- </div>
- <div class="layout_content" style="float:none;margin-top:20px;">
- <div style="width:98%;margin:20px auto 0 auto;">
- <div id="stress_uploade" style="float:left;height:485px;margin-bottom:10px;width:100%;"></div>
- <div style="float: left;width: 100%;">
- <div style="width:235px;margin: 0 auto;">
- <button class="button_cancel" onclick="Global.CloseDialog();">取消</button>
- <button class="button_ok stress_save">确定</button>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!--电梯详情-->
- <div class="layout_dialog" id="lift_detail" style="width:90rem;height:80rem;z-index: 10050;">
- <div class="person_title">
- <div class="person_info_title">
- <span><b></b>电梯详情</span>
- <i class="layout_close" onclick="Global.CloseDialog($('#lift_detail'));PoliceObject.LiftRunController.WssMessageUnCallback(callbackhandler);"></i>
- </div>
- </div>
- <div class="lift_detail_run" style="float: left;text-align: center;position: absolute;width: 40%;height: 71rem;bottom: 1rem">
- </div>
- <div class="lift_info" style="float: left; width: 58%; height: 68rem; overflow: hidden;padding: 1rem;margin-left: 40%;">
- <div class="person_title" style="float: left;width:100%;margin-bottom: 0;height: auto;">
- <span class="person_title_text" style="float: left;width:20%;border-bottom: 2px solid #fff;">
- <span style="float:left;">基本信息</span>
- </span>
- <div id="lift_info_basic" style="float: left;width: 100%;margin-top:0rem;height: auto;overflow: hidden;">
- <div style="float:left;width:100%;">
- <div class="person_field" style="margin-bottom: 0;float:left;width:100%;">
- <span style="width:49%;">名称</span>
- <span style="width:45%;">注册码</span>
- </div>
- <div class="person_field" style="margin-bottom: 0;float:left;width:100%;">
- <input class="LIFTNAME" name="LIFTNAME" style="width:44%;border: 0;border-bottom: 1px solid #3f4973;padding: 0;height: 1.8rem;color: #8fadd2;"/>
- <input class="REGISTERCODE" name="REGISTERCODE" style="float:right;width:47%;border: 0;border-bottom: 1px solid #3f4973;padding: 0;height: 1.8rem;color: #8fadd2;"/>
- </div>
- </div>
- <div style="float:left;width:100%;">
- <div class="person_field" style="margin-bottom: 0;float:left;width:100%;">
- <span style="width:49%;">摄像头名称</span>
- <span style="width:45%;">摄像头SN</span>
- </div>
- <div class="person_field" style="margin-bottom: 0;float:left;width:100%;">
- <input class="CAMERA_NAME" name="CAMERA_NAME" style="width:44%;border: 0;border-bottom: 1px solid #3f4973;padding: 0;height: 1.8rem;color: #8fadd2;"/>
- <input class="CAMERA_SN" name="CAMERA_SN" style="float:right;width:47%;border: 0;border-bottom: 1px solid #3f4973;padding: 0;height: 1.8rem;color: #8fadd2;"/>
- </div>
- </div>
- <div style="float:left;width:100%;">
- <div class="person_field" style="margin-bottom: 0;float:left;width:100%;">
- <span style="width:49%;">电子围栏名称</span>
- <span style="width:45%;">电子围栏MAC</span>
- </div>
- <div class="person_field" style="margin-bottom: 0;float:left;width:100%;">
- <input class="ap_devname" name="ap_devname" style="width:44%;border: 0;border-bottom: 1px solid #3f4973;padding: 0;height: 1.8rem;color: #8fadd2;"/>
- <input class="APMAC" name="APMAC" style="float:right;width:47%;border: 0;border-bottom: 1px solid #3f4973;padding: 0;height: 1.8rem;color: #8fadd2;"/>
- </div>
- </div>
- <div style="float:left;width:100%;">
- <div class="person_field" style="margin-bottom: 0;float:left;width:100%;">
- <span style="width:90%;">电梯地址</span>
- </div>
- <div class="person_field" style="margin-bottom: 0;float:left;width:100%;">
- <input class="FULLPATH" name="FULLPATH" style="width:97%;border: 0;border-bottom: 1px solid #3f4973;padding: 0;height: 1.8rem;color: #8fadd2;"/>
- </div>
- </div>
- <div class="hidden" style="float:left;width:100%;">
- <div class="person_field" style="margin-bottom: 0;float:left;width:100%;">
- <span style="width:49%;">状态</span>
- <span style="width:45%;">创建时间</span>
- </div>
- <div class="person_field" style="margin-bottom: 0;float:left;width:100%;">
- <input class="ONLINESTATUS" name="ONLINESTATUS" style="width:44%;border: 0;border-bottom: 1px solid #3f4973;padding: 0;height: 1.8rem;color: #8fadd2;"/>
- <input class="CREATED_TIME" name="CREATED_TIME" style="float:right;width:47%;border: 0;border-bottom: 1px solid #3f4973;padding: 0;height: 1.8rem;color: #8fadd2;"/>
- </div>
- </div>
- </div>
- </div>
- <div class="person_title" style="float: left;width:100%;margin-bottom: 0;height: auto;">
- <span class="person_title_text" style="float: left;width:auto;border-bottom: 2px solid #fff;">
- <span style="float:left;">实时状态</span><span id="lift_info_runinfo_loading" class="fa fa-circle-o-notch fa-spin fa-3x fa-fw" style="float: left;font-size: 2rem;line-height: 4rem;margin-left: 1rem;color: #6c6c5b;"></span>
- </span>
- <div id="lift_info_runinfo" style="float: left;width: 100%;margin-top:0rem;height: auto;overflow: hidden;">
- <div style="float:left;width:100%;">
- <div class="person_field" style="margin-bottom: 0;float:left;width:100%;">
- <span style="width:49%;">运行速度(mm/s)</span>
- <span style="width:45%;">是否载人</span>
- </div>
- <div class="person_field" style="margin-bottom: 0;float:left;width:100%;">
- <input class="speed" name="speed" style="width:44%;border: 0;border-bottom: 1px solid #3f4973;padding: 0;height: 1.8rem;color: #8fadd2;"/>
- <input class="carHuman" name="carHuman" style="width:47%;border: 0;border-bottom: 1px solid #3f4973;padding: 0;height: 1.8rem;float: right;color: #8fadd2;"/>
- </div>
- </div>
- <div style="float:left;width:100%;">
- <div class="person_field" style="margin-bottom: 0;float:left;width:100%;">
- <span style="width:49%;">轿厢烟感</span>
- <span style="width:45%;">轿厢温度(°C)</span>
- </div>
- <div class="person_field" style="margin-bottom: 0;float:left;width:100%;">
- <input class="smokeDetector" name="smokeDetector" style="width:44%;border: 0;border-bottom: 1px solid #3f4973;padding: 0;height: 1.8rem;color: #8fadd2;"/>
- <input class="carTemperature" name="carTemperature" style="width:47%;border: 0;border-bottom: 1px solid #3f4973;padding: 0;height: 1.8rem;float: right;color: #8fadd2;"/>
- </div>
- </div>
- <div style="float:left;width:100%;">
- <div class="person_field" style="margin-bottom: 0;float:left;width:100%;">
- <span style="width:49%;">气压(μPa)</span>
- <span style="width:45%;">数据采集时间</span>
- </div>
- <div class="person_field" style="margin-bottom: 0;float:left;width:100%;">
- <input class="press" name="press" style="width:44%;border: 0;border-bottom: 1px solid #3f4973;padding: 0;height: 1.8rem;color: #8fadd2;"/>
- <input class="packageTime" name="packageTime" style="width:47%;border: 0;border-bottom: 1px solid #3f4973;padding: 0;height: 1.8rem;float: right;color: #8fadd2;"/>
- </div>
- </div>
- </div>
- </div>
- <div class="person_title" style="float: left;width:100%;margin-bottom: 0;height: auto;">
- <span class="person_title_text" style="float: left;width:auto;border-bottom: 2px solid #fff;">
- <span style="float:left;">运行信息</span><span id="lift_info_runstate_loading" class="fa fa-circle-o-notch fa-spin fa-3x fa-fw" style="float: left;font-size: 2rem;line-height: 4rem;margin-left: 1rem;color: #6c6c5b;"></span>
- </span>
- <div id="lift_info_runstate" style="float: left;width: 100%;margin-top:0;height: auto;overflow: hidden;">
- <div style="float:left;width:100%;">
- <div class="person_field" style="margin-bottom: 0;float:left;width:100%;">
- <span style="width:49%;">当前楼层</span>
- <span style="width:45%;">平层状态</span>
- </div>
- <div class="person_field" style="margin-bottom: 0;float:left;width:100%;">
- <input class="floor" name="floor" style="width:44%;border: 0;border-bottom: 1px solid #3f4973;padding: 0;height: 1.8rem;color: #8fadd2;"/>
- <input class="flatStatus" name="flatStatus" style="width:47%;border: 0;border-bottom: 1px solid #3f4973;padding: 0;height: 1.8rem;float: right;color: #8fadd2;"/>
- </div>
- </div>
- <div style="float:left;width:100%;">
- <div class="person_field" style="margin-bottom: 0;float:left;width:100%;">
- <span style="width:49%;">运行方向</span>
- <span style="width:45%;">轿门状态</span>
- </div>
- <div class="person_field" style="margin-bottom: 0;float:left;width:100%;">
- <input class="direction" name="direction" style="width:44%;border: 0;border-bottom: 1px solid #3f4973;padding: 0;height: 1.8rem;color: #8fadd2;"/>
- <input class="doorStatus" name="doorStatus" style="width:47%;border: 0;border-bottom: 1px solid #3f4973;padding: 0;height: 1.8rem;float: right;color: #8fadd2;"/>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div style="float: left;width: 58%;margin-left: 40%;">
- <div style="width:100%;margin: 0 auto;text-align: center;">
- <button class="layui-btn layui-btn-normal" onclick="Global.CloseDialog($('#lift_detail'));PoliceObject.LiftRunController.WssMessageUnCallback(callbackhandler);">关闭</button>
- </div>
- </div>
- </div>
- <script src="/static/easyplayer/EasyPlayer-element.min.js"></script>
- <script type="text/javascript">
- template.helper("FullImgPath",function(imgsrc){
- if(imgsrc==null||imgsrc=="") return Global.AccessUrl+ "/static/images/userhead.png";
- if (imgsrc.substr(0, 4) != "http") {
- var _index = imgsrc.indexOf("static/");
- if (_index > -1) return Global.AccessUrl + imgsrc.substr(_index);
- }
- return imgsrc;
- })
- template.helper("ts2datetime",function(timestamp){
- if(timestamp==null||timestamp=="") return "";
- if(timestamp.indexOf("-")>-1 || timestamp.indexOf(":")>-1) return timestamp;
- if(timestamp.length>13) timestamp=timestamp.substring(0,13);
- else if( timestamp.length==10) timestamp=timestamp*1000;
- return new Date(timestamp).Format("yyyy-MM-dd hh:mm:ss");
- })
- $(document).ready(function () {
- var token = $.trim(localStorage.getItem("sessionid"));
- if (token == "") {
- window.location.href = "/";
- return false;
- }
- PoliceObject.AlwaysTimer();
- PoliceObject.init();
- });
- </script>
- <!--场所列表-->
- <script type="text/html" id="site_list">
- {{each data}}
- <tr keyid="{{$value.id}}" jd="{{$value.jd}}" area_code="{{$value.area_code}}" wd="{{$value.wd}}">
- <td style="width:10%;">
- <span class="place_index">{{$value.xh}}</span>
- </td>
- <td style="width:85%;text-align:left;">{{$value.area_name}}{{if $value.jd!='' && $value.wd!=''&&$value.jd!=null
- && $value.wd!=null}}<i class="fa fa-map-marker" style="margin-left:2rem;color: green;"></i>{{/if}}
- </td>
- </tr>
- {{/each}}
- </script>
- <!--场所-设备列表-->
- <script type="text/html" id="site_building_list_tpl">
- {{each data}}
- <div class="building_item_row" pid="{{$value.pid}}" keyid="{{$value.id}}" jd="{{$value.jd}}" wd="{{$value.wd}}" style="width: 100%;float: left;cursor: pointer;">
- <span style="width:6%;float: left;" class="place_index">{{$index+1}} </span>
- <span class="text_overflow" style="width:83%;float:left;color:#233C7F;" title="{{$value.area_name}}">{{$value.area_name}}</span>
- <span class="text_overflow" style="width:10%;float: left;">
- {{if $value.jd!='' && $value.wd!=''&&$value.jd!=null && $value.wd!=null}}
- <i class="fa fa-map-marker" style="margin-left: 1rem;color:green;"></i>
- {{/if}}
- </span>
- </div>
- {{/each}}
- </script>
- <!--楼栋列表-->
- <script type="text/html" id="village_list">
- <tr class="hidden">
- <td colspan="2"></td>
- </tr>
- {{each data}}
- <tr class="village_row" keyid="{{$value.id}}" jd="{{$value.jd}}" area_code="{{$value.area_code}}" wd="{{$value.wd}}" pid="{{$value.pid}}">
- <td style="width:10%;">
- <span class="place_index">{{$index+1}}</span>
- </td>
- <td style="width:85%;text-align:left;">
- {{$value.area_name}}
- {{if $value.jd!='' && $value.wd!=''&&$value.jd!=null && $value.wd!=null}}
- <i class="fa fa-map-marker" style="margin-left:2rem;color: green;"></i>
- {{/if}}
- </td>
- </tr>
- {{/each}}
- </script>
- <!--搜索结果列表-->
- <script type="text/html" id="search_result_list_tpl">
- <div style="color: #999;padding: 1rem;font-size: 1.2rem;">为您找到<span style="padding:0 5px;color:#233C7F;">{{count}}</span>个相关结果</div>
- <div class="search_result_list_item">
- {{each data}}
- <ul style="padding-bottom: 0.5rem;" areaid="{{$value.id}}" jd="{{$value.jd}}" wd="{{$value.wd}}">
- <li style="color: #999">
- <span style="font-size: 1.6rem;display: inline-block;width: 2rem;height: 2rem;">
- {{if $value.jd!="" && $value.wd!=""}}
- <i class="fa fa-map-marker" style="font-size: 2rem;"></i>
- {{/if}}
- </span>
- <span style="font-size: 1.6rem;">{{$value.area_name}}</span>
- </li>
- <li><span style="padding-left: 2rem;">{{$value.ct}}添加 </span></li>
- <li><span style="padding-left: 2rem;">{{$value.area_addr||$value.fullpath}}</span></li>
- </ul>
- {{/each}}
- </div>
- </script>
- <!--IMSI列表-->
- <script type="text/html" id="global_imsi_list_tpl">
- {{each data}}
- <div keyid="{{$value.id}}" class="imsi_tr">
- <span class="index">
- <span class="number_flag">{{$value.index||($index+1)}}</span>
- </span>
- <span class="imsino">{{$value.imsi}}</span>
- </div>
- {{/each}}
- </script>
|