인터페이스 화면, 인증정보 API 추가 팝업에 API_FULL_PATH 표시

This commit is contained in:
daekuk
2025-12-10 14:09:56 +09:00
parent 8bcbe92d3d
commit 15a83f3f9b
5 changed files with 43 additions and 5 deletions
@@ -105,8 +105,9 @@
url : url,
postData : gridPostData,
colNames : [ '업무구분',
'API ID',
'API 명',
'API 설명',
'API FULL PATH',
'요청',
'응답',
'작성자',
@@ -116,6 +117,7 @@
colModel : [ { name : 'eaiBzwkDstcd' , align : 'center' , width:'40', sortable:false},
{ name : 'eaiSvcName' , align : 'left' , width:'100'},
{ name : 'eaiSvcDesc' , align : 'left' },
{ name : 'apiFullPath' , align : 'left' , width:'180'},
{ name : 'fromAdapter' , align : 'center' , width:'40', formatter:adapterNameShortFormatter },
{ name : 'toAdapter' , align : 'center' , width:'40', formatter:adapterNameShortFormatter },
{ name : 'author' , align : 'center' , width:'60' },
@@ -87,6 +87,7 @@
colNames: ['업무구분',
'API ID(*)',
'API 명',
'API FULL PATH',
'요청',
'응답',
'작성자',
@@ -97,6 +98,7 @@
colModel: [{name: 'eaiBzwkDstcd', align: 'center', width: '40', sortable: false},
{name: 'eaiSvcName', align: 'left', width: '100', sortable: true},
{name: 'eaiSvcDesc', align: 'left', sortable: false},
{name: 'apiFullPath', align: 'left', sortable: false},
{name: 'fromAdapter', align: 'center', width: '40', formatter: adapterNameShortFormatter, sortable: false},
{name: 'toAdapter', align: 'center', width: '40', formatter: adapterNameShortFormatter, sortable: false},
{name: 'author', align: 'center', width: '60', sortable: false},
@@ -391,10 +393,16 @@
<td>
<input type="text" name="searchEaiSvcName" value="${param.searchEaiSvcName}">
</td>
</tr>
<tr>
<th style="width:180px;">API 명</th>
<td>
<input type="text" name="searchEaiSvcDesc" value="${param.searchEaiSvcDesc}">
</td>
<th style="width:180px;">API FULL PATH</th>
<td>
<input type="text" name="searchApiFullPath" value="${param.searchApiFullPath}">
</td>
</tr>
</tbody>
</table>