You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
136 lines
5.6 KiB
136 lines
5.6 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
|
|
<%@ include file="/common/ctx.jsp"%>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<link type="text/css" rel="stylesheet" href="${ctx }/hbcyjc/resource/css/cjy_style.css" />
|
|
<script type="text/javascript" src="${ctx }/hbcyjc/resource/js/jquery-3.7.0.min.js"></script>
|
|
<script type="text/javascript" src="${ctx }/hbcyjc/resource/js/echarts/echarts.min.js"></script>
|
|
<script type="text/javascript" src="https://echarts.baidu.com/gallery/vendors/echarts/map/js/china.js"></script>
|
|
<script type="text/javascript" src="${ctx }/js/common/cjy_form.js"></script>
|
|
|
|
<title>客流量实时监测</title>
|
|
</head>
|
|
|
|
<body style="height:1080px; width:1920px;">
|
|
<input type="hidden" id="areacode" name="areacode" value="13"/>
|
|
<div class="xingk_nr"></div>
|
|
<div class="header">
|
|
<h3 class="header_bt">客流量实时监测</h3>
|
|
<a href="#" class="nav" id="showLeft"><i class="nav_icon icon_caidan"></i>菜单</a>
|
|
<a href="${ctx }/hbcyjc/index.jsp" class="nav_home"><i class="nav_icon icon_zhuye"></i>首页</a>
|
|
<div class="kll_link">
|
|
<a href="${ctx }/hbcyjc/kll/index.jsp" class="right_sec">
|
|
<em class="return_icon"></em>返回
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="zuoce cbp-spmenu-left" id="cbp-spmenu-s1">
|
|
<a href="${ctx }/hbcyjc/kll/index.jsp" class="on"><i class="nav_icon icon_zhuye"></i>客流量监测</a>
|
|
<a href="${ctx }/hbcyjc/basicresources/basicresources.jsp"><i class="nav_icon icon_zhuye"></i>旅游基础资源</a>
|
|
<a href="${ctx }/hbcyjc/network/network_all.jsp"><i class="nav_icon icon_zhuye"></i>旅游网评分析</a>
|
|
<a href="${ctx }/hbcyjc/complaint/complaint.jsp"><i class="nav_icon icon_zhuye"></i>旅游投诉分析</a>
|
|
<a href="#"><i class="nav_icon icon_zhuye"></i>视频监控管理</a>
|
|
<a href="${ctx }/hbcyjc/cll/cll_flow.jsp"><i class="nav_icon icon_zhuye"></i>车流量分析</a>
|
|
<a href="${ctx }/hbcyjc/cll/cll_currtime.jsp"><i class="nav_icon icon_zhuye"></i>车流量实时监测</a>
|
|
<a href="${ctx }/hbcyjc/kll/kll_currtime.jsp"><i class="nav_icon icon_zhuye"></i>客流量实时监测</a>
|
|
</div>
|
|
<div>
|
|
<div class="index_left left mt20">
|
|
<div class="w920">
|
|
<h3 class="box_bt">客流趋势近30天</h3>
|
|
<div class="box_top_s2"></div>
|
|
<div class="box_center_s2" style=" height:540px;">
|
|
<div id="kll_scenic30" style="width:100%; height:540px;" >
|
|
|
|
</div>
|
|
</div>
|
|
<div class="box_bottom_s2"></div>
|
|
</div>
|
|
</div>
|
|
<div class="index_right right mt20">
|
|
<div class="w920">
|
|
<h3 class="box_bt">逗留时间</h3>
|
|
<div class="box_top_s2"></div>
|
|
<div class="box_center_s2" style=" height:540px;">
|
|
<div id="kll_scenic_stay" style="width:100%; height:540px;"></div>
|
|
</div>
|
|
<div class="box_bottom_s2"></div>
|
|
</div>
|
|
</div>
|
|
<div style="clear:both"></div>
|
|
</div>
|
|
<div class="jqk_wp">
|
|
<h2 class="fst_tit">景区客流量</h2>
|
|
<div class="w920 left" >
|
|
<table width="100%" cellpadding="0" cellspacing="0" class="jqk_1" id="tableone">
|
|
</table>
|
|
</div>
|
|
<div class="w920 right">
|
|
<table width="100%" cellpadding="0" cellspacing="0" class="jqk_1" id="tabletwo">
|
|
</table>
|
|
</div>
|
|
<div style="clear:both"></div>
|
|
</div>
|
|
<!--左侧滑动菜单-->
|
|
<script src="${ctx }/hbcyjc/resource/js/classie.js"></script>
|
|
<script>
|
|
var menuLeft = document.getElementById( 'cbp-spmenu-s1' ),
|
|
showLeft = document.getElementById( 'showLeft' ),
|
|
body = document.body;
|
|
|
|
showLeft.onclick = function() {
|
|
classie.toggle( this, 'active' );
|
|
classie.toggle( menuLeft, 'cbp-spmenu-open' );
|
|
disableOther( 'showLeft' );
|
|
};
|
|
function disableOther( button ) {
|
|
if( button !== 'showLeft' ) {
|
|
classie.toggle( showLeft, 'disabled' );
|
|
}
|
|
}
|
|
</script>
|
|
<!-- 景区基本信息 -->
|
|
<script src="${ctx }/hbcyjc/kll/kll_scenic_detial/scenic_info.js"></script>
|
|
<!-- 景区天气情况 -->
|
|
<script src="${ctx }/hbcyjc/kll/kll_scenic_detial/scenic_weather.js"></script>
|
|
<!-- 景区当月/当年数据 -->
|
|
<script src="${ctx }/hbcyjc/kll/kll_scenic_detial/scenic_month_year.js"></script>
|
|
<!-- 客流趋势近30天 -->
|
|
<script src="${ctx }/hbcyjc/kll/kll_scenic_detial/scenic_trends30.js"></script>
|
|
<!-- 景区热门来源地 -->
|
|
<script src="${ctx }/hbcyjc/kll/kll_scenic_detial/scenic_source.js"></script>
|
|
<!-- 景区游客逗留时长-->
|
|
<script src="${ctx }/hbcyjc/kll/kll_scenic_detial/scenic_stay.js"></script>
|
|
<!-- 景区网络评价-->
|
|
<script src="${ctx }/hbcyjc/kll/kll_scenic_detial/scenic_assess.js"></script>
|
|
<!-- 景区网络评价详细-->
|
|
<script src="${ctx }/hbcyjc/kll/kll_scenic_detial/scenic_assess_detial.js"></script>
|
|
<!-- 景区历史投诉-->
|
|
<script src="${ctx }/hbcyjc/kll/kll_scenic_detial/scenic_accuse.js"></script>
|
|
<!-- 景区历史投诉详细-->
|
|
<script src="${ctx }/hbcyjc/kll/kll_scenic_detial/scenic_accuse_detial.js"></script>
|
|
<script type="text/javascript">
|
|
//初始化数据
|
|
$(function(){
|
|
init();
|
|
});
|
|
function init(){
|
|
var scenicid = "5340b42cf3a911e8bfecfa163eb46b43";
|
|
// getScenicInfo(scenicid);//景区实时客流量
|
|
// getScenicWeather(scenicid);//景区天气情况
|
|
// getScenicCurrMonthYear(scenicid);//景区当月/当年数据
|
|
getScenicTrend30(scenicid);//客流趋势近30天
|
|
// getScenicSource(scenicid);//景区热门来源地
|
|
getScenicStay(scenicid);//景区游客逗留时长
|
|
// getScenicAssess(scenicid);//景区网络评价
|
|
// getScenicAssessDetial(scenicid);//景区网络评价详细
|
|
// getScenicAccuse(scenicid);//景区历史投诉
|
|
// getScenicAccuseDetial(scenicid);//景区历史投诉详细
|
|
}
|
|
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|
|
|