@@ -47,14 +47,15 @@
|
||||
mtype: 'POST',
|
||||
url: url,
|
||||
postData: getSearchForJqgrid("cmd", "LIST"),
|
||||
colNames: ['No', 'Service Name', 'Command', '레이아웃명', '연동시간', '결과'],
|
||||
colNames: ['No', 'Service Name', 'Command', '레이아웃명', '연동시간', '결과', '결과메세지'],
|
||||
colModel: [
|
||||
{name: 'seqno', align: 'center', width: 80, sortable: false},
|
||||
{name: 'serviceName', align: 'center', width: 120, sortable: false},
|
||||
{name: 'command', align: 'center', width: 90, sortable: false},
|
||||
{name: 'loutName', align: 'left', width: 300, sortable: false},
|
||||
{name: 'seqno', align: 'center', width: 50, sortable: false},
|
||||
{name: 'serviceName', align: 'center', width: 100, sortable: false},
|
||||
{name: 'command', align: 'center', width: 80, sortable: false},
|
||||
{name: 'loutName', align: 'left', width: 180, sortable: false},
|
||||
{name: 'recvAmndHms', align: 'center', width: 140, sortable: false},
|
||||
{name: 'prcssRslt', align: 'center', width: 70, sortable: false, formatter: formatPrcssRslt}
|
||||
{name: 'prcssRslt', align: 'center', width: 60, sortable: false, formatter: formatPrcssRslt},
|
||||
{name: 'prcssRsltCmnt', align: 'left', width: 300, sortable: false}
|
||||
],
|
||||
jsonReader: {repeatitems: false},
|
||||
pager: $('#pager'),
|
||||
@@ -127,7 +128,8 @@
|
||||
<table class="search_condition" cellspacing=0;>
|
||||
<colgroup>
|
||||
<col style="width:120px;"><col style="width:260px;">
|
||||
<col style="width:120px;"><col style="width:*;">
|
||||
<col style="width:120px;"><col style="width:260px;">
|
||||
<col style="width:120px;"><col style="width:260px;">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
@@ -140,6 +142,16 @@
|
||||
<input type="text" name="searchEndYYYYMMDD" value="" id="endDatepicker" size="10" readonly="readonly" style="width:100px; border:1px solid #ebebec;">
|
||||
<input type="hidden" name="searchStartDate" value="">
|
||||
<input type="hidden" name="searchEndDate" value="">
|
||||
</th>
|
||||
<th>결과</th>
|
||||
<td>
|
||||
<div class="select-style" style="display:inline-block; margin-left:6px;">
|
||||
<select name="searchPrcssRslt">
|
||||
<option value="">전체</option>
|
||||
<option value="S">성공</option>
|
||||
<option value="F">실패</option>
|
||||
</select>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@@ -105,25 +105,25 @@
|
||||
</colgroup>
|
||||
<tr>
|
||||
<th>No</th>
|
||||
<td colspan="3"><span id="seqno"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span id="seqno"></span></td>
|
||||
<th>Service Name</th>
|
||||
<td><span id="serviceName"></span></td>
|
||||
<th>Command</th>
|
||||
<td><span id="command"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>레이아웃명</th>
|
||||
<td><span id="loutName"></span></td>
|
||||
<th>연동시간</th>
|
||||
<td><span id="recvAmndHms"></span></td>
|
||||
<th>Command</th>
|
||||
<td><span id="command"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>연동시간</th>
|
||||
<td><span id="recvAmndHms"></span></td>
|
||||
<th>결과</th>
|
||||
<td><span id="prcssRslt"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>결과메세지</th>
|
||||
<td><span id="prcssRsltCmnt"></span></td>
|
||||
<td colspan="3"><span id="prcssRsltCmnt"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>수신데이타</th>
|
||||
|
||||
Reference in New Issue
Block a user