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.
78 lines
3.2 KiB
78 lines
3.2 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
|
|
<%@ include file="/common/ctx.jsp"%>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>弹窗-评价</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<script type="text/javascript" src="${ctx }/hbcyjc/resource/js/jquery-3.7.0.min.js"></script>
|
|
<link type="text/css" rel="stylesheet" href="${ctx }/hbcyjc/resourceNew/js/touchTouch/touchTouch.css" />
|
|
<!--图片查看插件css-->
|
|
<link type="text/css" rel="stylesheet" href="${ctx }/hbcyjc/resourceNew/css/cjy_style2.css" />
|
|
<link type="text/css" rel="stylesheet" href="${ctx }/hbcyjc/resourceNew/css/cjy_style.css" />
|
|
<link type="text/css" rel="stylesheet" href="${ctx }/hbcyjc/resourceNew/css/cjy_zlmxg.css" />
|
|
<%@ include file="/common/theme_css.jsp" %>
|
|
<script type="text/javascript" src="${ctx }/hbcyjc/resource/js/echarts/echarts.min.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div style="height:560px; width:1080px;" class="commen-body">
|
|
<div class="left jq_w290">
|
|
<!--网络评价-->
|
|
<div class="wid_tianq">
|
|
<div class="che_sjkj">
|
|
<div class="gdsz">
|
|
<div class="pl_zongs">
|
|
投诉<br /> 总数
|
|
</div>
|
|
<div class="shuzi">
|
|
<div class="numberRun6"></div>
|
|
</div>
|
|
<div class="mb_left"></div>
|
|
<div class="mb_right"></div>
|
|
</div>
|
|
<!--游客投诉渠道分布 :-->
|
|
<h6 class="wd_tit_com mt15">投诉处理分析 :</h6>
|
|
<div class="wd_tsqud" style="height:248px;">
|
|
<div class="tslyd_fb">
|
|
<ul class="com_mnjd" id="ul_fb">
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<!--投诉处理分析 :-->
|
|
<h6 class="wd_tit_com">游客投诉渠道分布 :</h6>
|
|
<div class="wd_inx_wp wd_ts_clfx">
|
|
<div class="pj_total" id="div_cl" style="position:relative; left:0px;"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="left jq_w780 ml10">
|
|
<iframe src="" id="Iframe1" name="" width="100%" height="560px" frameborder="0" scrolling="auto"></iframe>
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
<!--数字滚动-->
|
|
<script src="${ctx }/hbcyjc/resourceNew/js/numberRun.js"></script>
|
|
<!-- 景区投诉处理方式-->
|
|
<script src="${ctx }/hbcyjc/kll/kll_scenic_accuse/scenic_accuse_cl.js"></script>
|
|
<!-- 景区投诉分布情况-->
|
|
<script src="${ctx }/hbcyjc/kll/kll_scenic_accuse/scenic_accuse_fb.js"></script>
|
|
<!-- 景区投诉列表-->
|
|
<%-- <script src="${ctx }/hbcyjc/kll/kll_scenic_accuse/scenic_accuse_list.js"></script> --%>
|
|
<script type="text/javascript">
|
|
//初始化数据
|
|
$(function() {
|
|
init();
|
|
});
|
|
function init() {
|
|
var scenicid = window.parent.document.getElementById("scenicid").value;
|
|
var areacode = window.parent.document.getElementById("areacode").value;
|
|
getScenicAccuseCl(scenicid); //景区历史投诉处理 旅游投诉分析
|
|
getScenicAccuseFb(scenicid); //景区历史投诉分布 游客投诉渠道分布 和 数字滚动
|
|
// getScenicAccuseDetial(scenicid); //景区投诉列表
|
|
document.getElementById("Iframe1").src = "${ctx }/indexscenicgood/getScenicAccuseDetialList.do?scenicid="+scenicid;
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|