diff --git a/WebContent/ui/cfs/income/IC006M02.xml b/WebContent/ui/cfs/income/IC006M02.xml
index 2d83446..d3ac906 100644
--- a/WebContent/ui/cfs/income/IC006M02.xml
+++ b/WebContent/ui/cfs/income/IC006M02.xml
@@ -18,7 +18,7 @@
-
+
@@ -146,8 +146,9 @@
- 100){
@@ -203,7 +205,7 @@ scwin.btn_search_onclick = function(e) {
}
//일별
if (rad_kbn.getValue() == "1"){
- com.executeSubmission(sbm_statList);
+ com.executeSubmission(sbm_statList1);
//월별,년별
}else{
com.executeSubmission(sbm_statList2);
@@ -211,21 +213,17 @@ scwin.btn_search_onclick = function(e) {
}
};
-fncFormatDateYM = function(value) {
- var rtn = value.substr(0,4)+"년 "+value.substr(4,6)+"월";
- return rtn;
-};
-
-fncFormatterFareOfficeId = function(value) {
- var rtn = "";
- if (value == '1') {
- rtn = "1 호";
- } else if (value == '3') {
- rtn = "3 호";
+scwin.sbm_statList_submitdone = function(e) {
+
+ if (rad_kbn.getValue() == '3') {
+ grd_statList2.setColumnVisible( 'inDate' , false );
+ } else if (rad_kbn.getValue() == '2') {
+ grd_statList2.setColumnVisible( 'inDate' , true );
}
- return rtn;
};
+
+//일별,월별,년월 구분 변경
scwin.rad_kbn_onchange = function() {
//일별
if (rad_kbn.getValue() == '1') {
@@ -257,9 +255,10 @@ scwin.rad_kbn_onchange = function() {
}
};
+//엑셀다운로드 버튼 클릭
scwin.btn_excel_down_onclick = function(e) {
if (rad_kbn.getValue() == "1"){
- if (statList.getRowCount() == 0) {
+ if (statList1.getRowCount() == 0) {
com.alert("엑셀다운로드할 정보가 없습니다.");
return;
}
@@ -289,7 +288,7 @@ scwin.btn_excel_down_onclick = function(e) {
options.type = "1";
if (rad_kbn.getValue() == "1"){
- grd_statList.advancedExcelDownload( options, info );
+ grd_statList1.advancedExcelDownload( options, info );
}else{
grd_statList2.advancedExcelDownload( options, info );
}
@@ -310,8 +309,8 @@ scwin.fmtInDate = function(data, formattedData, rowIndex, colIndex) {
scwin.userExpFare = function(chkColID, valColID, chkStr){
//일별
if (rad_kbn.getValue() == "1"){
- var checkArr = statList.getColData( chkColID );
- var valueArr = statList.getColData( valColID );
+ var checkArr = statList1.getColData( chkColID );
+ var valueArr = statList1.getColData( valColID );
var sum = 0;
for(var i=0; i
@@ -432,17 +424,17 @@ scwin.sbm_statList_submitdone = function(e) {
-
+
-