- 로그검색 목록화면, 로그검색 Detail 에서 거래고유번호 화면상에서 trim() 해달라는 요구사항 반영

This commit is contained in:
eactive
2026-01-23 09:38:00 +09:00
parent 33fa30a49b
commit fc66fe6ab7
2 changed files with 15 additions and 2 deletions
@@ -303,6 +303,12 @@
return cellvalue;
}
function trimFormatter(cellvalue, options, rowObject) {
return cellvalue ? String(cellvalue).trim() : '';
}
$(document).ready(function () {
console.log(roleString);
@@ -373,7 +379,7 @@
{name: 'TRACKASISKEY1CTNT', hidden: true},
{name: 'TRACKASISKEY2CTNT', hidden: true},
{name: 'EAISVCSERNO_TMP', align: 'left', width: '220'},
{name: 'EAISVCSERNO_TMP', align: 'left', width: '220', formatter: trimFormatter},
{name: 'KEYMGTMSGCTNT', align: 'left', width: '240'},
{name: 'LOGPRCSSSERNO_TMP', align: 'center', width: '40'},
{name: 'TELGMRECVTRANCD', align: 'left', width: '135', hidden: true},