diff --git a/src/main/webapp/WEB-INF/views/baseData/adsbmtnRt/list.jsp b/src/main/webapp/WEB-INF/views/baseData/adsbmtnRt/list.jsp
index 07547bb..9439169 100644
--- a/src/main/webapp/WEB-INF/views/baseData/adsbmtnRt/list.jsp
+++ b/src/main/webapp/WEB-INF/views/baseData/adsbmtnRt/list.jsp
@@ -189,7 +189,7 @@
width: 100,
formatter: function(props) {
var value = props.value;
- return (value == null || value === '') ? '' : Number(value).toFixed(2);
+ return (value == null || value === '') ? '' : Number(value).toLocaleString();
}
//minWidth: 100
},
@@ -326,7 +326,7 @@
* 팝업 관련 기능
*/
openRegisterPopup: function() {
- openPopup('?mode=C', 600, 400, 'adsbmtnRtView');
+ openPopup('?mode=C', 800, 500, 'adsbmtnRtView');
},
openViewPopup: function(adsbmtnRtCd) {