오타 수정

main
이범준 3 months ago
parent ef8ca6877e
commit a61d7d05d4

@ -160,20 +160,21 @@
</form>
<div name="gridbuttonArea" class="container-page-btn">
<div class="d-flex flex-row justify-content-between">
<span is="paging-info" name="photoInspectionPagingInfo"
class="dataTables_info area-photoinspection"></span>
<div class="d-flex flex-row justify-content-between area-photoinspection">
<span is="paging-info" name="photoInspectionPagingInfo" class="dataTables_info">
</span>
<ul name="photoInspectionPaging"
class="pagination pagination-primary area-photoinspection">
class="pagination pagination-primary">
</ul>
</div>
<div class="d-flex flex-row justify-content-between">
<span is="paging-info" name="photoInspectionPagingInfo"
class="dataTables_info area-samevehicleinspection"></span>
<ul name="photoInspectionPaging"
class="pagination pagination-primary area-samevehicleinspection">
<div class="d-flex flex-row justify-content-between area-samevehicleinspection">
<span is="paging-info" name="sameVehicleInspectionMainPagingInfo" class="dataTables_info">
</span>
<ul name="sameVehicleInspectionMainPaging" class="pagination pagination-primary">
</ul>
</div>
<span class="container-window-btn-right">
<button type="button" name="btnInstLevyExcl" class="btn btn-primary"
title="비부과 등록">비부과 등록</button>
@ -428,7 +429,9 @@ $(document).ready(function(){
var trs = Apply.fromDataset.getTbody($P.ctrl.dataset, t.found, t.notFound, t.replacer);
$P.renderInspectionDataList(obj["Total"], $P.ctrl.dataset.length, trs, "photoInspection", option);
Apply.fromDataset.paging($P.ctrl.dataset, obj, $P.find("photoInspectionPaging"), $P.find("photoInspectionPagingInfo"));
Apply.fromDataset.paging($P.ctrl.dataset, obj,
$P.find("photoInspectionPaging"), $P.find("photoInspectionPagingInfo")
);
};
$P.ctrl.dataset.onCurrentChange = (dataItem) => {
@ -456,7 +459,8 @@ $(document).ready(function(){
$P.renderInspectionDataList(obj["Total"], $P.alt.dataset.length, trs, "sameVehicleInspectionMain", option);
Apply.fromDataset.paging($P.alt.dataset, obj,
$P.find("sameVehicleInspectionMainPaging"), "sameVehicleInspectionMainPagingInfo"));
$P.find("sameVehicleInspectionMainPaging"), $P.find("sameVehicleInspectionMainPagingInfo")
);
};
$P.alt.dataset.onCurrentChange = (dataItem) => {

@ -232,8 +232,6 @@ $(document).ready(function(){
content : resp,
init : () => {
$("#"+dialogId).find("input[name='dialogId']").val(dialogId);
$("#"+dialogId).find("form[name='frmSearch']").find("[name='sggCd']").val(MY_INFO.info.sggCd);
if(fix != ""){

@ -227,7 +227,6 @@ $(document).ready(function(){
, content : resp
, init : () => {
$("#"+dialogId).find("input[name='dialogId']").val(dialogId);
$("#"+dialogId).find("form[name='frmSearch']").find("[name='sggCd']").val(MY_INFO.info.sggCd);

@ -46,7 +46,7 @@
<input type="hidden" name="taskSeCd" />
<input type="hidden" name="sndngSeCd" />
<input type="hidden" name="paperSeCd" />
<input type="text" name="dialogId" hidden />
<span id="otptGlobalStng--${pageName}">
</span>

@ -42,7 +42,7 @@
<input type="hidden" name="taskSeCd" />
<input type="hidden" name="tmplatId" />
<input type="hidden" name="extrBscId" />
<input type="text" name="dialogId" hidden />
</form>
</div>

@ -38,7 +38,6 @@
<input type="hidden" name="taskSeCd" />
<input type="hidden" name="sndngSeCd" />
<input type="text" name="dialogId" hidden />
<span id="zipGlobalStng--${pageName}">
</span>

Loading…
Cancel
Save