|
|
@@ -399,9 +399,6 @@
|
|
|
}
|
|
|
});
|
|
|
|
|
|
- //값이 0이면 제수가 0이므로 오류방지처리
|
|
|
- if(totInfo.totAmt == 0) totInfo.totAmt = 1;
|
|
|
- if(totInfo.yoyTotOrdAmt == 0) totInfo.yoyTotOrdAmt = 1;
|
|
|
totInfo.yoyRate = (totInfo.totAmt / totInfo.yoyTotOrdAmt * 100 - 100).toFixed(1);
|
|
|
|
|
|
gagaAgGrid.setPinnedRowData(gridOptions, totInfo, 'top');
|
|
|
@@ -435,8 +432,6 @@
|
|
|
// Create a agGrid
|
|
|
gagaAgGrid.createGrid('gridList', gridOptions);
|
|
|
|
|
|
- //조회
|
|
|
- $('#btnSearch').click();
|
|
|
});
|
|
|
/*]]>*/
|
|
|
</script>
|