init
91
public/web/static/map_car_dd/bjlist.html
Normal file
@@ -0,0 +1,91 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/1.4.0/jquery.js"></script>
|
||||
<!--<script src="data/xlPaging.js" type="text/javascript" charset="utf-8"></script>-->
|
||||
|
||||
<title>查看报警</title>
|
||||
<style type="text/css">
|
||||
/*tr{
|
||||
border-bottom: 1px solid #eee;
|
||||
height: 0.3px;
|
||||
}*/
|
||||
tr td{
|
||||
border: 1px solid #eee;
|
||||
height:40px;
|
||||
}
|
||||
tr th{
|
||||
border: 1px solid #eee;
|
||||
height:40px;
|
||||
background: #EEEEEE;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" cellspacing="0" cellpadding="0" width="100%" class="ids" style="border: 1px solid #eee;text-align: center;">
|
||||
<tr><th>序号</th><th>车牌号</th><th>事件名称</th><th>触发类型</th><th>报警时间</th><th>是否处理</th></tr>
|
||||
<!--<tr><td>2</td><td>订单</td><td>订单</td></tr>
|
||||
<tr><td>3</td><td>244</td><td>2444444</td></tr>-->
|
||||
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<script type="text/javascript">
|
||||
function GetRequest() {
|
||||
var url = location.search; //获取url中"?"符后的字串
|
||||
var theRequest = new Object();
|
||||
if(url.indexOf("?") != -1) {
|
||||
var str = url.substr(1);
|
||||
strs = str.split("&");
|
||||
for(var i = 0; i < strs.length; i++) {
|
||||
theRequest[strs[i].split("=")[0]] = (strs[i].split("=")[1]);
|
||||
|
||||
}
|
||||
}
|
||||
return theRequest;
|
||||
}
|
||||
function getlist(cph){
|
||||
let _this=this;
|
||||
$.ajax({
|
||||
dataType: "json",
|
||||
type: "post",
|
||||
url:'http://zhyq.toommi.com/api/Index/apppost',
|
||||
data: {
|
||||
action:'Screen/vehicle_alarm_list',
|
||||
page:1,
|
||||
limit:100,
|
||||
vehicleNo:cph
|
||||
},
|
||||
success: function(res) {
|
||||
if (res.code == 200) {
|
||||
var list =res.data.list;
|
||||
var ht=''
|
||||
for(var i=0;i<list.length;i++){
|
||||
if(list[i].trigger_type==1){
|
||||
list[i].trigger_type='自动触发'
|
||||
}else{
|
||||
list[i].trigger_type='自主上报'
|
||||
}
|
||||
if(list[i].is_reset==0){
|
||||
list[i].is_reset='未处理'
|
||||
}else{
|
||||
list[i].is_reset='已处理'
|
||||
}
|
||||
ht+=
|
||||
'<tr>'+'<td>'+Number(i+1)+'</td>'+'<td>'+list[i].license+'</td>'+'<td>'+list[i].name+'</td>'+'<td>'+list[i].trigger_type+'</td>'+'<td>'+list[i].create_time+'</td>'+'<td>'+list[i].is_reset+'</td>'+'</tr>'
|
||||
}
|
||||
$('table').append(ht);
|
||||
} else {
|
||||
}
|
||||
|
||||
},
|
||||
});
|
||||
}
|
||||
window.onload=function(){
|
||||
var obj=GetRequest();
|
||||
cph=decodeURI(obj.cph);
|
||||
getlist(cph);
|
||||
}
|
||||
</script>
|
||||
</html>
|
||||
3
public/web/static/map_car_dd/data/axios.js
Normal file
477
public/web/static/map_car_dd/data/data.js
Normal file
3385
public/web/static/map_car_dd/data/jquery-1.10.1.min.js
vendored
Normal file
6
public/web/static/map_car_dd/data/vue.js
Normal file
BIN
public/web/static/map_car_dd/icon/100.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/web/static/map_car_dd/icon/111.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
public/web/static/map_car_dd/icon/112.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/web/static/map_car_dd/icon/121.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
public/web/static/map_car_dd/icon/122.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/web/static/map_car_dd/icon/122_.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/web/static/map_car_dd/icon/2.png
Normal file
|
After Width: | Height: | Size: 487 B |
BIN
public/web/static/map_car_dd/icon/200.png
Normal file
|
After Width: | Height: | Size: 851 B |
BIN
public/web/static/map_car_dd/icon/211.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
public/web/static/map_car_dd/icon/212.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/web/static/map_car_dd/icon/221.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
public/web/static/map_car_dd/icon/222.png
Normal file
|
After Width: | Height: | Size: 1003 B |
BIN
public/web/static/map_car_dd/icon/222_.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/web/static/map_car_dd/icon/300.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/web/static/map_car_dd/icon/400.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/web/static/map_car_dd/icon/500.png
Normal file
|
After Width: | Height: | Size: 925 B |
BIN
public/web/static/map_car_dd/icon/b.png
Normal file
|
After Width: | Height: | Size: 677 B |
BIN
public/web/static/map_car_dd/icon/check.png
Normal file
|
After Width: | Height: | Size: 803 B |
BIN
public/web/static/map_car_dd/icon/d.png
Normal file
|
After Width: | Height: | Size: 604 B |
BIN
public/web/static/map_car_dd/icon/dingwei_blue.png
Normal file
|
After Width: | Height: | Size: 998 B |
BIN
public/web/static/map_car_dd/icon/dingwei_green.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/web/static/map_car_dd/icon/dingwei_red.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
public/web/static/map_car_dd/icon/dingwei_white.png
Normal file
|
After Width: | Height: | Size: 867 B |
BIN
public/web/static/map_car_dd/icon/fq.png
Normal file
|
After Width: | Height: | Size: 604 B |
BIN
public/web/static/map_car_dd/icon/fs.png
Normal file
|
After Width: | Height: | Size: 826 B |
BIN
public/web/static/map_car_dd/icon/ht.png
Normal file
|
After Width: | Height: | Size: 453 B |
BIN
public/web/static/map_car_dd/icon/icon_close@2x.png
Normal file
|
After Width: | Height: | Size: 676 B |
BIN
public/web/static/map_car_dd/icon/icon_tili_n@2x.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/web/static/map_car_dd/icon/icon_tili_p@2x.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/web/static/map_car_dd/icon/icon_tuli_tz@2x.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
public/web/static/map_car_dd/icon/icon_tuli_wyj@2x.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/web/static/map_car_dd/icon/icon_tuli_xs@2x.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
public/web/static/map_car_dd/icon/icon_tuli_yd@2x.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
public/web/static/map_car_dd/icon/icon_tuli_yj@2x.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/web/static/map_car_dd/icon/legend.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/web/static/map_car_dd/icon/legend1.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/web/static/map_car_dd/icon/lv1.png
Normal file
|
After Width: | Height: | Size: 445 B |
BIN
public/web/static/map_car_dd/icon/lv3.png
Normal file
|
After Width: | Height: | Size: 496 B |
BIN
public/web/static/map_car_dd/icon/lv4.png
Normal file
|
After Width: | Height: | Size: 539 B |
BIN
public/web/static/map_car_dd/icon/ot.png
Normal file
|
After Width: | Height: | Size: 626 B |
BIN
public/web/static/map_car_dd/icon/p.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
public/web/static/map_car_dd/icon/pp.png
Normal file
|
After Width: | Height: | Size: 595 B |
BIN
public/web/static/map_car_dd/icon/rs.png
Normal file
|
After Width: | Height: | Size: 819 B |
BIN
public/web/static/map_car_dd/icon/tuli_kakou.png
Normal file
|
After Width: | Height: | Size: 856 B |
BIN
public/web/static/map_car_dd/icon/w.png
Normal file
|
After Width: | Height: | Size: 639 B |
BIN
public/web/static/map_car_dd/icon/ws.png
Normal file
|
After Width: | Height: | Size: 662 B |