|
|
|
@ -32,7 +32,7 @@
|
|
|
|
|
<!-- 메인 조건 -->
|
|
|
|
|
<div class="container-search">
|
|
|
|
|
<div class="row g-1">
|
|
|
|
|
<!-- 업무구분 -->
|
|
|
|
|
<!-- 업무 구분 -->
|
|
|
|
|
<div class="col-12">
|
|
|
|
|
<span class="form-label form-search-title w-px-120 text-end fw-bold">업무구분</span>
|
|
|
|
|
<span class="form-search-linebox">
|
|
|
|
@ -787,7 +787,8 @@
|
|
|
|
|
// DataTables(그리드)
|
|
|
|
|
$P.ctrl.query.cellDefs =
|
|
|
|
|
AppSupport.getCellDefs($P.$find("theadTr").find("th").not(".dummy-th").not(":eq(0)")
|
|
|
|
|
, $($P.find("tmpltRows").content).find("td").not(".dummy-td").not(":eq(0)"));
|
|
|
|
|
, $($P.find("tmpltRows").content).find("td").not(".dummy-td").not(":eq(0)")
|
|
|
|
|
, FimsSupport.getCellDefsForPrivacyCell);
|
|
|
|
|
|
|
|
|
|
$P.ctrl.download();
|
|
|
|
|
}
|
|
|
|
|