|
|
@@ -182,7 +182,7 @@
|
|
|
*zoom: 1; /*ie6清除浮动的方式 *号只有IE6-IE7执行,其他浏览器不执行*/
|
|
|
}
|
|
|
|
|
|
- .chartContent{
|
|
|
+ .chartContent {
|
|
|
padding-left: 20px;
|
|
|
padding-right: 20px;
|
|
|
border-bottom: 1px solid #ded7d5;
|
|
|
@@ -238,15 +238,18 @@
|
|
|
</div>
|
|
|
<div class="chartContent">
|
|
|
<div class="title">月度审核统计表</div>
|
|
|
- <input class="Wdate input-text" type="text" th:id="monthly_start_time" th:name="monthly_start_time"
|
|
|
- style="float:left; width: 150px;"
|
|
|
- onclick="WdatePicker({dateFmt:'yyyy-MM-dd',maxDate:'#F{$dp.$D(\'monthly_end_time\')}',isShowClear:true,readOnly:true,onpicked: function(){getMontylyApproveStatistic()} })"/>
|
|
|
- <input class="Wdate input-text" type="text" th:id="monthly_end_time" th:name="monthly_end_time"
|
|
|
- style="float:left; width: 150px;"
|
|
|
- onclick="WdatePicker({dateFmt:'yyyy-MM-dd',minDate:'#F{$dp.$D(\'monthly_start_time\')}',isShowClear:true,readOnly:true,onpicked: function(){getMontylyApproveStatistic()} })"/>
|
|
|
- <a th:onclick="'javascript:exportMonthlyStatistic();'"
|
|
|
- class="btn btn-secondary radius" type="button">导出</a>
|
|
|
- <div class="table001" style="width: 96%; margin-left: 2%;margin-top:15px;">
|
|
|
+ <div>
|
|
|
+ <input class="Wdate input-text" type="text" th:id="monthly_start_time" th:name="monthly_start_time"
|
|
|
+ style="float:left; width: 150px;margin-right: 5px;"
|
|
|
+ onclick="WdatePicker({dateFmt:'yyyy-MM-dd',maxDate:'#F{$dp.$D(\'monthly_end_time\')}',isShowClear:true,readOnly:true,onpicked: function(){getMontylyApproveStatistic()} })"/>
|
|
|
+ <input class="Wdate input-text" type="text" th:id="monthly_end_time" th:name="monthly_end_time"
|
|
|
+ style="float:left; width: 150px;margin-right: 5px;"
|
|
|
+ onclick="WdatePicker({dateFmt:'yyyy-MM-dd',minDate:'#F{$dp.$D(\'monthly_start_time\')}',isShowClear:true,readOnly:true,onpicked: function(){getMontylyApproveStatistic()} })"/>
|
|
|
+ <a th:onclick="'javascript:exportMonthlyStatistic();'"
|
|
|
+ class="btn btn-secondary radius" type="button">导出</a>
|
|
|
+ </div>
|
|
|
+ <div class="table001" style="margin-top:15px;">
|
|
|
+ <!-- <div class="table001" style="width: 96%; margin-left: 2%;margin-top:15px;">-->
|
|
|
<table id="monthly_approve_statistic" th:fragment="approve_statistic_monthly">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
@@ -301,17 +304,19 @@
|
|
|
</div>
|
|
|
<div class="chartContent">
|
|
|
<div class="title">板块统计表</div>
|
|
|
- <input class="Wdate input-text" type="text" th:id="plate_start_time" th:name="plate_start_time"
|
|
|
- style="float:left; width: 150px;"
|
|
|
- onclick="WdatePicker({dateFmt:'yyyy-MM-dd',maxDate:'#F{$dp.$D(\'plate_end_time\')}',isShowClear:true,readOnly:true,onpicked: function(){getPlateStatistic()} })"/>
|
|
|
- <input class="Wdate input-text" type="text" th:id="plate_end_time" th:name="plate_end_time"
|
|
|
- style="float:left; width: 150px;"
|
|
|
- onclick="WdatePicker({dateFmt:'yyyy-MM-dd',minDate:'#F{$dp.$D(\'plate_start_time\')}',isShowClear:true,readOnly:true,onpicked: function(){getPlateStatistic()} })"/>
|
|
|
- <a th:onclick="'javascript:exportPlateStatistic();'"
|
|
|
- class="btn btn-secondary radius" type="button">导出</a>
|
|
|
-
|
|
|
+ <div>
|
|
|
+ <input class="Wdate input-text" type="text" th:id="plate_start_time" th:name="plate_start_time"
|
|
|
+ style="float:left; width: 150px;margin-right: 5px;"
|
|
|
+ onclick="WdatePicker({dateFmt:'yyyy-MM-dd',maxDate:'#F{$dp.$D(\'plate_end_time\')}',isShowClear:true,readOnly:true,onpicked: function(){getPlateStatistic()} })"/>
|
|
|
+ <input class="Wdate input-text" type="text" th:id="plate_end_time" th:name="plate_end_time"
|
|
|
+ style="float:left; width: 150px;margin-right: 5px;"
|
|
|
+ onclick="WdatePicker({dateFmt:'yyyy-MM-dd',minDate:'#F{$dp.$D(\'plate_start_time\')}',isShowClear:true,readOnly:true,onpicked: function(){getPlateStatistic()} })"/>
|
|
|
+ <a th:onclick="'javascript:exportPlateStatistic();'"
|
|
|
+ class="btn btn-secondary radius" type="button">导出</a>
|
|
|
+ </div>
|
|
|
<div id="plate_approve_statistic" th:fragment="approve_statistic_plate" style="margin-top: 15px;">
|
|
|
- <div class="tableHead" style="width: 96%; margin-left: 2%;">
|
|
|
+ <div class="tableHead">
|
|
|
+ <!-- <div class="tableHead" style="width: 96%; margin-left: 2%;">-->
|
|
|
<div class="tableHeadLi" style="width:9%;" th:each="model,iterStat:${head}" th:object="${model}"
|
|
|
th:if="${iterStat.index==0}">
|
|
|
</div>
|
|
|
@@ -329,7 +334,8 @@
|
|
|
<!-- <div class="tableHeadLi" style="width:10%;">区外</div>-->
|
|
|
<!-- <div class="tableHeadLi" style="width:10%;">合计</div>-->
|
|
|
</div>
|
|
|
- <div class="tableBody" style="width: 96%; margin-left: 2%;">
|
|
|
+ <div class="tableBody">
|
|
|
+ <!-- <div class="tableBody" style="width: 96%; margin-left: 2%;">-->
|
|
|
<div class="tableBodyLi" th:each="model,iterStat:${data}" th:object="${model}">
|
|
|
<div class="liHead">
|
|
|
<div class="liHeadTopTd" style="width:9%;">
|
|
|
@@ -386,7 +392,7 @@
|
|
|
// processingData.push(argument.value);
|
|
|
// // console.log(argument)
|
|
|
// }
|
|
|
- processingArray.forEach(function(argument){
|
|
|
+ processingArray.forEach(function (argument) {
|
|
|
processingXAxisData.push(argument.name);
|
|
|
processingData.push(argument.value);
|
|
|
})
|
|
|
@@ -422,7 +428,7 @@
|
|
|
// for (var argument of data) {
|
|
|
// legendData.push(argument.name);
|
|
|
// }
|
|
|
- data.forEach(function(argument){
|
|
|
+ data.forEach(function (argument) {
|
|
|
legendData.push(argument.name);
|
|
|
})
|
|
|
renderMonthlyTypeBar(legendData, xAxisName, data);
|
|
|
@@ -454,7 +460,7 @@
|
|
|
// for (var argument of data) {
|
|
|
// legendData.push(argument.name);
|
|
|
// }
|
|
|
- data.forEach(function(argument){
|
|
|
+ data.forEach(function (argument) {
|
|
|
legendData.push(argument.name);
|
|
|
})
|
|
|
|
|
|
@@ -510,7 +516,7 @@
|
|
|
// for (var obj of data) {
|
|
|
// num += obj.value;
|
|
|
// }
|
|
|
- data.forEach(function(obj){
|
|
|
+ data.forEach(function (obj) {
|
|
|
num += obj.value;
|
|
|
})
|
|
|
return num;
|
|
|
@@ -627,6 +633,9 @@
|
|
|
bottom: 10,
|
|
|
data: legendData
|
|
|
},
|
|
|
+ grid: {
|
|
|
+ containLabel: true
|
|
|
+ },
|
|
|
series: [
|
|
|
{
|
|
|
name: title,
|
|
|
@@ -637,7 +646,7 @@
|
|
|
normal: {
|
|
|
show: true,
|
|
|
zlevel: 0,
|
|
|
- position: 'top',
|
|
|
+ position: 'outside',
|
|
|
formatter: '{b}: {c}'
|
|
|
// formatter: function () {
|
|
|
// var num = 0;
|
|
|
@@ -657,7 +666,7 @@
|
|
|
},
|
|
|
labelLine: {
|
|
|
normal: {
|
|
|
- show: false
|
|
|
+ show: true
|
|
|
}
|
|
|
},
|
|
|
data: data
|