|
@@ -24,7 +24,7 @@
|
|
|
|
|
|
|
|
.chartContent .chartLi {
|
|
.chartContent .chartLi {
|
|
|
float: left;
|
|
float: left;
|
|
|
- height: 300px;
|
|
|
|
|
|
|
+ height: 200px;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -182,7 +182,9 @@
|
|
|
*zoom: 1; /*ie6清除浮动的方式 *号只有IE6-IE7执行,其他浏览器不执行*/
|
|
*zoom: 1; /*ie6清除浮动的方式 *号只有IE6-IE7执行,其他浏览器不执行*/
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .chartContent {
|
|
|
|
|
|
|
+ .chartContent{
|
|
|
|
|
+ padding-left: 20px;
|
|
|
|
|
+ padding-right: 20px;
|
|
|
border-bottom: 1px solid #ded7d5;
|
|
border-bottom: 1px solid #ded7d5;
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|
|
@@ -285,7 +287,7 @@
|
|
|
<td th:text="*{useChangePassRate + '%'}"></td>
|
|
<td th:text="*{useChangePassRate + '%'}"></td>
|
|
|
<td th:text="*{immovablesChangeApplyNum}"></td>
|
|
<td th:text="*{immovablesChangeApplyNum}"></td>
|
|
|
<td th:text="*{immovablesChangePassNum}"></td>
|
|
<td th:text="*{immovablesChangePassNum}"></td>
|
|
|
- <td th:text="*{immovablesChangePassRate}"></td>
|
|
|
|
|
|
|
+ <td th:text="*{immovablesChangePassRate + '%'}"></td>
|
|
|
<td th:text="*{equityStructureChangeApplyNum}"></td>
|
|
<td th:text="*{equityStructureChangeApplyNum}"></td>
|
|
|
<td th:text="*{equityStructureChangePassNum}"></td>
|
|
<td th:text="*{equityStructureChangePassNum}"></td>
|
|
|
<td th:text="*{equityStructureChangePassRate}"></td>
|
|
<td th:text="*{equityStructureChangePassRate}"></td>
|
|
@@ -465,7 +467,6 @@
|
|
|
|
|
|
|
|
// 指定图表的配置项和数据
|
|
// 指定图表的配置项和数据
|
|
|
var option = {
|
|
var option = {
|
|
|
- color: ['#61A5E8', '#EECB5F'],
|
|
|
|
|
title: {
|
|
title: {
|
|
|
text: title,
|
|
text: title,
|
|
|
textStyle: {
|
|
textStyle: {
|
|
@@ -483,6 +484,7 @@
|
|
|
bottom: 10,
|
|
bottom: 10,
|
|
|
data: legendData
|
|
data: legendData
|
|
|
},
|
|
},
|
|
|
|
|
+ color: ['#61A5E8','#EECB5F'],
|
|
|
series: [
|
|
series: [
|
|
|
{
|
|
{
|
|
|
name: title,
|
|
name: title,
|
|
@@ -531,7 +533,6 @@
|
|
|
|
|
|
|
|
// 指定图表的配置项和数据
|
|
// 指定图表的配置项和数据
|
|
|
option = {
|
|
option = {
|
|
|
- color: ['#61A5E8'],
|
|
|
|
|
title: {
|
|
title: {
|
|
|
text: title,
|
|
text: title,
|
|
|
textStyle: {
|
|
textStyle: {
|
|
@@ -539,6 +540,7 @@
|
|
|
fontWeight: 'bold'
|
|
fontWeight: 'bold'
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ color: ['#3398DB'],
|
|
|
tooltip: {
|
|
tooltip: {
|
|
|
trigger: 'axis',
|
|
trigger: 'axis',
|
|
|
axisPointer: { // 坐标轴指示器,坐标轴触发有效
|
|
axisPointer: { // 坐标轴指示器,坐标轴触发有效
|
|
@@ -572,7 +574,7 @@
|
|
|
{
|
|
{
|
|
|
name: '',
|
|
name: '',
|
|
|
type: 'bar',
|
|
type: 'bar',
|
|
|
- barWidth: '60%',
|
|
|
|
|
|
|
+ barWidth: '40%',
|
|
|
label: {
|
|
label: {
|
|
|
normal: {
|
|
normal: {
|
|
|
show: true,
|
|
show: true,
|
|
@@ -594,7 +596,6 @@
|
|
|
|
|
|
|
|
// 指定图表的配置项和数据
|
|
// 指定图表的配置项和数据
|
|
|
var option = {
|
|
var option = {
|
|
|
- color: ['#7ECF51', '#B9646E', '#E3935D'],
|
|
|
|
|
title: {
|
|
title: {
|
|
|
text: title,
|
|
text: title,
|
|
|
textStyle: {
|
|
textStyle: {
|
|
@@ -612,6 +613,7 @@
|
|
|
bottom: 10,
|
|
bottom: 10,
|
|
|
data: legendData
|
|
data: legendData
|
|
|
},
|
|
},
|
|
|
|
|
+ color: ['#7ECF51', '#B9646E', '#E3935D'],
|
|
|
series: [
|
|
series: [
|
|
|
{
|
|
{
|
|
|
name: title,
|
|
name: title,
|
|
@@ -690,7 +692,7 @@
|
|
|
// currentIndex: 11,
|
|
// currentIndex: 11,
|
|
|
// data: getMonth()
|
|
// data: getMonth()
|
|
|
// },
|
|
// },
|
|
|
- color: ['#61A5E8', '#E3935D', '#7ECF51', '#B9464E'],
|
|
|
|
|
|
|
+ color: ['#61A5E8', '#E3935D', '#7ECF51', '#B9646E'],
|
|
|
tooltip: {
|
|
tooltip: {
|
|
|
trigger: 'axis',
|
|
trigger: 'axis',
|
|
|
axisPointer: {
|
|
axisPointer: {
|
|
@@ -746,7 +748,7 @@
|
|
|
|
|
|
|
|
// 指定图表的配置项和数据
|
|
// 指定图表的配置项和数据
|
|
|
option = {
|
|
option = {
|
|
|
- color: ['#7ECF51', '#B9464E', '#E3935D'],
|
|
|
|
|
|
|
+ color: ['#7ECF51', '#B9646E', '#EECB5F'],
|
|
|
tooltip: {
|
|
tooltip: {
|
|
|
trigger: 'axis',
|
|
trigger: 'axis',
|
|
|
axisPointer: { // 坐标轴指示器,坐标轴触发有效
|
|
axisPointer: { // 坐标轴指示器,坐标轴触发有效
|
|
@@ -792,14 +794,6 @@
|
|
|
$('#monthly_approve_statistic').load(url);
|
|
$('#monthly_approve_statistic').load(url);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- //板块统计表
|
|
|
|
|
- function getPlateStatistic() {
|
|
|
|
|
- var start_time = $('#plate_start_time').val();
|
|
|
|
|
- var end_time = $('#plate_end_time').val();
|
|
|
|
|
- // 装载局部刷新返回的页面
|
|
|
|
|
- $('#plate_approve_statistic').load(pagePath + "/land_statistic/approve/statistic/plate?start_time=" + start_time + "&end_time=" + end_time);
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
//导出月度统计
|
|
//导出月度统计
|
|
|
function exportMonthlyStatistic() {
|
|
function exportMonthlyStatistic() {
|
|
|
var start_time = $('#monthly_start_time').val();
|
|
var start_time = $('#monthly_start_time').val();
|
|
@@ -814,6 +808,14 @@
|
|
|
window.open(pagePath + "/land_statistic/approve/statistic/plate/export?start_time=" + start_time + "&end_time=" + end_time);
|
|
window.open(pagePath + "/land_statistic/approve/statistic/plate/export?start_time=" + start_time + "&end_time=" + end_time);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ //板块统计表
|
|
|
|
|
+ function getPlateStatistic() {
|
|
|
|
|
+ var start_time = $('#plate_start_time').val();
|
|
|
|
|
+ var end_time = $('#plate_end_time').val();
|
|
|
|
|
+ // 装载局部刷新返回的页面
|
|
|
|
|
+ $('#plate_approve_statistic').load(pagePath + "/land_statistic/approve/statistic/plate?start_time=" + start_time + "&end_time=" + end_time);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
$(document).on("click", ".liHead", function () {
|
|
$(document).on("click", ".liHead", function () {
|
|
|
// console.log("点击了", $(this).next().is(":hidden"))
|
|
// console.log("点击了", $(this).next().is(":hidden"))
|
|
|
if (!$(this).next().is(":hidden")) {
|
|
if (!$(this).next().is(":hidden")) {
|
|
@@ -849,6 +851,8 @@
|
|
|
getTypeStatistic("", startTime, endTime);
|
|
getTypeStatistic("", startTime, endTime);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ let initOffset = (0 - (Math.ceil(dataArr.length / 9) - 1) * 1170)
|
|
|
|
|
+ $('.date_tab_list').css('left', initOffset)
|
|
|
$("#date_line").append(str);
|
|
$("#date_line").append(str);
|
|
|
|
|
|
|
|
// 点击前一页
|
|
// 点击前一页
|