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