main
Tuzki 2 years ago
parent d66aa28cd8
commit 33155532d7
  1. 20
      WebRoot/hbcyjc/region/130000/pages/lywangping/InterReview/hotelReport/hotel_report.js
  2. 6
      WebRoot/hbcyjc/region/130000/pages/lywangping/InterReview/hotelReport/hotword_comments_list.jsp
  3. 6
      WebRoot/hbcyjc/region/130000/pages/lywangping/InterReview/scenicReport/hotword_comments_list.jsp
  4. 20
      WebRoot/hbcyjc/region/130000/pages/lywangping/InterReview/scenicReport/scenic_report.js
  5. 4
      WebRoot/hbcyjc/region/130000/pages/yjglddxt/yjglyjyagl/add_yjglyjyagl.jsp
  6. 2
      WebRoot/hbcyjc/region/130000/pages/yjglddxt/yjzh/yjglexpert/add_yjglexpert.jsp
  7. 6
      WebRoot/hbcyjc/region/130000/pages/yjglddxt/yjzh/yjglwarehouse/add_yjglwarehouse.jsp
  8. 12
      WebRoot/hbcyjc/yjglddxt/yjglyjyagl/add_yjglyjyagl.jsp

@ -10,14 +10,14 @@ function queryCompositeDetail_hotel(data) {
if (data.length>0) {
$("#total").html(data[0].comments_total);
$("#total_tb").html(judgeRatio(data[0].total_equal_rate));
$("#goodNum").html('好评' + data[0].positive_comments_count);
$("#goodRate").html(data[0].positive_comments_rate + "%");
$("#good_tb").html(judgeRatio(data[0].positive_equal_rate));
$("#badNum").html('差评' + data[0].negative_comments_count);
$("#bad_tb").html(judgeRatio(data[0].negative_equal_rate));
$(".grade").html(data[0].common_mark + '分');
composite_detail_good.push(data[0].positive_equal_count);
@ -25,7 +25,7 @@ function queryCompositeDetail_hotel(data) {
composite_detail_bad.push(data[0].negative_equal_count);
var equal_total = parseInt(data[0].positive_equal_count)+parseInt(data[0].moderate_equal_count)+parseInt(data[0].negative_equal_count);
composite_detail_total.push(equal_total);
if(date_type != "3"){//年的没有环比
$('#total_hbname').css('display','');
$('#good_hbname').css('display','');
@ -33,7 +33,7 @@ function queryCompositeDetail_hotel(data) {
$("#total_hb").html(judgeRatio(data[0].total_circle_rate));
$("#good_hb").html(judgeRatio(data[0].positive_circle_rate));
$("#bad_hb").html(judgeRatio(data[0].negative_circle_rate));
composite_detail_good.push(data[0].positive_circle_count);
composite_detail_middle.push(data[0].moderate_circle_count);
composite_detail_bad.push(data[0].negative_circle_count);
@ -43,7 +43,7 @@ function queryCompositeDetail_hotel(data) {
$('#total_hbname').css('display','none');
$('#good_hbname').css('display','none');
$('#bad_hbname').css('display','none');
$("#total_hb").html('');
$("#good_hb").html('');
$("#bad_hb").html('');
@ -276,13 +276,13 @@ function queryPeopleDimension_hotel(data) {
if (data.length > 0) {
$("#f_dimension_name").html(data[0].dname + ', ' + data[1].dname + ', ' + data[2].dname);
$("#s_dimension_name").html(data[data.length - 1].dname + ', ' + data[data.length - 2].dname);
//按好评数量排序
var goodSort = data.sort(function (a, b) {
return (b.znum - a.znum);
});
$("#good_dimension_name").html(goodSort[0].dname + ', ' + goodSort[1].dname);
//按差评数量排序
var badSort = data.sort(function (a, b) {
return (b.fnum - a.fnum);
@ -488,7 +488,7 @@ function queryNegativeWord_hotel(data) {
words += data[i].words + ",";
}
}
var num = data.length<5 ? data.length : 5;
$("#bad_words").html('<strong class="col_qing">' + words.substr(0, words.length - 1) +
'</strong>成为本季度游客<strong class="col_huang">差评</strong>使用频率最高的' + num + '个词');
@ -641,7 +641,7 @@ function gotohotwordList(hotWords){
title : "",
anim : 2,
shade: [0.7, '#333'],
area : [ '1200px', '475px' ],
area : [ '1200px', '650px' ],
content : _CTX + "/v2/hotword/gotohotellist.do?hotWords="+encodeURI(encodeURI(hotWords))+'&date_type='+date_type+'&year='+nian+'&quarter='+jidu+'&month='+yue
});
}

@ -39,7 +39,7 @@
<div class="header_top remove-fix">
<p class="header_xtbt">热词"${hotWords}"详情</p>
</div>
<form action="${ctx}/hotword/gotosceniclist.do" id="mainForm" method="post" name="mainForm"
<form action="${ctx}/v2/hotword/gotosceniclist.do" id="mainForm" method="post" name="mainForm"
enctype="multipart/form-data">
<input id="hotWords" name="hotWords" type="hidden" value="${hotWords}"/>
@ -58,7 +58,7 @@
</table>
</div>
<div class="cj-table-body" id="t_r_content" onscroll="aa()" style="max-height:360px">
<div class="cj-table-body" id="t_r_content" onscroll="aa()" style="max-height:500px">
<table class="cj-table-list">
<c:forEach items="${list}" var="lis" varStatus="vst">
<tr>
@ -77,4 +77,4 @@
</div>
</form>
</body>
</html>
</html>

@ -40,7 +40,7 @@
<div class="header_top remove-fix">
<p class="header_xtbt">热词"${hotWords}"详情</p>
</div>
<form action="${ctx}/hotword/gotosceniclist.do" id="mainForm" method="post" name="mainForm"
<form action="${ctx}/v2/hotword/gotosceniclist.do" id="mainForm" method="post" name="mainForm"
enctype="multipart/form-data">
<input id="hotWords" name="hotWords" type="hidden" value="${hotWords}"/>
@ -59,7 +59,7 @@
</table>
</div>
<div class="cj-table-body" id="t_r_content" onscroll="aa()" style="max-height:360px">
<div class="cj-table-body" id="t_r_content" onscroll="aa()" style="max-height:500px">
<table class="cj-table-list">
<c:forEach items="${list}" var="lis" varStatus="vst">
<tr>
@ -78,4 +78,4 @@
</div>
</form>
</body>
</html>
</html>

@ -9,14 +9,14 @@ function queryCompositeDetail_scenic(data) {
if (data.length>0) {
$("#total").html((isEmpty(data[0].comments_total)?0:data[0].comments_total)); //总评论数
$("#total_tb").html(judgeRatio(data[0].total_equal_rate)); // 同比
$("#goodNum").html('好评' + (isEmpty(data[0].positive_comments_count)?0:data[0].positive_comments_count)); // 好评数
$("#goodRate").html((isEmpty(data[0].positive_comments_rate)?0:data[0].positive_comments_rate) + "%"); // 好评数占比
$("#good_tb").html(judgeRatio(data[0].positive_equal_rate)); // 好评同比
$("#badNum").html('差评' + (isEmpty(data[0].negative_comments_count)?0:data[0].negative_comments_count)); // 差评
$("#bad_tb").html(judgeRatio(data[0].negative_equal_rate)); // 差评同比
$(".grade").html((isEmpty(data[0].common_mark)?0:data[0].common_mark) + '分'); // 所有景区游客满意度平均分值
composite_detail_good.push(data[0].positive_equal_count); // 好
@ -24,7 +24,7 @@ function queryCompositeDetail_scenic(data) {
composite_detail_bad.push(data[0].negative_equal_count); // 差
var equal_total = parseInt(data[0].positive_equal_count)+parseInt(data[0].moderate_equal_count)+parseInt(data[0].negative_equal_count);
composite_detail_total.push(equal_total);
if(date_type != "3"){//年的没有环比
$('#total_hbname').css('display','');
$('#good_hbname').css('display','');
@ -32,7 +32,7 @@ function queryCompositeDetail_scenic(data) {
$("#total_hb").html(judgeRatio(data[0].total_circle_rate));
$("#good_hb").html(judgeRatio(data[0].positive_circle_rate));
$("#bad_hb").html(judgeRatio(data[0].negative_circle_rate));
composite_detail_good.push(data[0].positive_circle_count);
composite_detail_middle.push(data[0].moderate_circle_count);
composite_detail_bad.push(data[0].negative_circle_count);
@ -42,7 +42,7 @@ function queryCompositeDetail_scenic(data) {
$('#total_hbname').css('display','none');
$('#good_hbname').css('display','none');
$('#bad_hbname').css('display','none');
$("#total_hb").html('');
$("#good_hb").html('');
$("#bad_hb").html('');
@ -279,7 +279,7 @@ function queryPeopleDimension_scenic(data) {
if (data.length > 0) {
$("#f_dimension_name").html(data[0].dname + ', ' + data[1].dname + ', ' + data[2].dname);
$("#s_dimension_name").html(data[data.length - 1].dname + ', ' + data[data.length - 2].dname);
//按好评数量排序
var goodSort = data.sort(function (a, b) {
return (b.znum - a.znum);
@ -466,7 +466,7 @@ function showPositiveWord_scenic(netWordArr) {
};
if (option && typeof option === "object") {
positive_word_chart.setOption(option, true);
positive_word_chart.on('click', function(params) {
var hotWords = params.name;
gotohotwordList(hotWords);
@ -643,7 +643,7 @@ function gotohotwordList(hotWords){
title : "",
anim : 2,
shade: [0.7, '#333'],
area : [ '1200px', '475px' ],
area : [ '1200px', '650px' ],
content : _CTX + "/v2/hotword/gotosceniclist.do?hotWords="+encodeURI(encodeURI(hotWords))+'&date_type='+date_type+'&year='+nian+'&quarter='+jidu+'&month='+yue
});
}
}

@ -242,7 +242,7 @@
}
</script>
</head>
<body>
<body class="cj-page-bg">
<div class="xingk_nr"></div>
<div class="content">
<div class="container">
@ -685,4 +685,4 @@
</script>
</body>
</html>
</html>

@ -6,7 +6,7 @@
<bl:extends page="/hbcyjc/region/130000/template/layout/no_head_main.jsp"/>
<bl:block name="main">
<div class="content">
<div class="">
<div class="container">
<ul class="bdmall-tab">
<li class="active" onclick="showitem(this,'div_1')">

@ -276,7 +276,7 @@
<div ></div>
<!-- Begin page -->
<!-- Start content -->
<div class="content">
<div >
<div class="container">
<!-- Form-validation -->
<ul class="bdmall-tab">
@ -413,7 +413,7 @@
<font style="color:#fff"><i class="fa fa-rotate-left"></i>重置</font>
</button>
<button class="bttn" type="button"
onclick="reback()"><i class="fa fa-reply"></i>返回
onclick="reback()">返回
</button>
</p>
</form>
@ -601,4 +601,4 @@
</body>
</html>
</html>

@ -22,11 +22,13 @@
<!-- 自定义样式 -->
<link href="${ctx}/hbcyjc/resourceNew/css/cjy_style.css" rel="stylesheet" />
<link href="${ctx}/hbcyjc/resourceNew/css/cjy_style2.css" rel="stylesheet" />
<link href="${ctx}/hbcyjc/resourceNew/css/cjy_zlmxg.css" rel="stylesheet" />
<%--<link href="${ctx}/hbcyjc/resourceNew/css/cjy_style.css" rel="stylesheet" />--%>
<%--<link href="${ctx}/hbcyjc/resourceNew/css/cjy_style2.css" rel="stylesheet" />--%>
<%--<link href="${ctx}/hbcyjc/resourceNew/css/cjy_zlmxg.css" rel="stylesheet" />--%>
<%@include file="/common/theme_css.jsp"%>
<link rel="stylesheet" type="text/css" href="${ctx}/hbcyjc/region/130000/yuanxing/static/css/pre_version_adapter.css"/>
<!-- checkbox 单选多选美化 -->
<script src="${ctx}/hbcyjc/resourceNew/js/checkbox.js"></script>
<script src="${ctx}/js/layer/layer.js"></script>
@ -242,7 +244,7 @@
}
</script>
</head>
<body>
<body class="cj-page-bg">
<div class="xingk_nr"></div>
<div class="content">
<div class="container">
@ -685,4 +687,4 @@
</script>
</body>
</html>
</html>

Loading…
Cancel
Save