분야별 통계 엑셀다운.
parent
989c42f1b6
commit
27e3e6d775
|
|
@ -185,3 +185,4 @@ fabric.properties
|
||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
replay_pid*
|
replay_pid*
|
||||||
|
|
||||||
|
faics.iml
|
||||||
|
|
|
||||||
|
|
@ -203,7 +203,7 @@ public class ReportStatsController {
|
||||||
|
|
||||||
// 분야별 통계
|
// 분야별 통계
|
||||||
if ("C".equals(searchVO.getStatsType())) {
|
if ("C".equals(searchVO.getStatsType())) {
|
||||||
header.put("PLACENAME", messageSource.getMessage("report.view.division", null, locale));
|
header.put("placename", messageSource.getMessage("report.view.division", null, locale));
|
||||||
header.put("TOTAL", messageSource.getMessage("report.stats.total", null, locale));
|
header.put("TOTAL", messageSource.getMessage("report.stats.total", null, locale));
|
||||||
for (String category : reportSearchVO.getCategory1()) {
|
for (String category : reportSearchVO.getCategory1()) {
|
||||||
header.put(category + "_1", messageSource.getMessage("report.category." + category + "_1", null, locale));
|
header.put(category + "_1", messageSource.getMessage("report.category." + category + "_1", null, locale));
|
||||||
|
|
@ -259,7 +259,7 @@ public class ReportStatsController {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
} else if ("J".equals(searchVO.getStatsType())) {
|
} else if ("J".equals(searchVO.getStatsType())) {
|
||||||
header.put("PLACENAME", messageSource.getMessage("report.view.division", null, locale));
|
header.put("placename", messageSource.getMessage("report.view.division", null, locale));
|
||||||
|
|
||||||
header.put("REPORT1", messageSource.getMessage("report.type.fullReport1", null, locale));
|
header.put("REPORT1", messageSource.getMessage("report.type.fullReport1", null, locale));
|
||||||
header.put("REPORT2", messageSource.getMessage("report.type.fullReport2", null, locale));
|
header.put("REPORT2", messageSource.getMessage("report.type.fullReport2", null, locale));
|
||||||
|
|
|
||||||
|
|
@ -290,7 +290,6 @@
|
||||||
</form:form>
|
</form:form>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
<!--
|
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
// 조건보기
|
// 조건보기
|
||||||
$('#btnCondigion').click(function(){
|
$('#btnCondigion').click(function(){
|
||||||
|
|
@ -318,5 +317,4 @@
|
||||||
document.searchForm.submit();
|
document.searchForm.submit();
|
||||||
}
|
}
|
||||||
|
|
||||||
-->
|
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue