This commit is contained in:
@@ -112,7 +112,9 @@
|
||||
<h3 class="card-title mb-0">요약 실적</h3>
|
||||
<div class="ms-auto d-flex align-items-center gap-3">
|
||||
<button class="mb-2 me-2 border-0 btn-transition btn btn-shadow btn-outline-success"
|
||||
id="excel-download">엑셀다운로드</button>
|
||||
id="excel-download">
|
||||
<i class="fa fa-fw" aria-hidden="true" title="file-excel-o"></i>엑셀다운로드
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
@@ -148,7 +150,7 @@
|
||||
// $rowPars = array_merge($pars, array('bonbu' => $row['pdept_sq'], 'dept_sq' => $row['dept_sq']));
|
||||
// }
|
||||
|
||||
echo '<tr onmouseover="this.className=\'highlight\'" onmouseout="this.className=\'normal\'" style="cursor:pointer">';
|
||||
echo '<tr onmouseover="this.className=\'highlight\'" onmouseout="this.className=\'normal\'" style="cursor:pointer" onclick="tr_onclick();">';
|
||||
echo '<td>' . $nRow . '</td>';
|
||||
echo '<td style="text-align:left">' . str_replace(' ', ' ', $row['dept_nm']) . '</td>';
|
||||
echo '<td>' . $row['region_cnt'] . '</td>';
|
||||
@@ -229,8 +231,8 @@
|
||||
|
||||
});
|
||||
|
||||
function tr_onclick(pars) {
|
||||
location.href = '/article/receipt/lists' + pars + '&m=M201';
|
||||
function tr_onclick() {
|
||||
location.href = '/article/receipt/lists';
|
||||
}
|
||||
|
||||
// 엑셀 다운로드
|
||||
|
||||
Reference in New Issue
Block a user