|
|
|
@ -660,10 +660,9 @@ $(document).ready(function(){
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if((el[0].scrollHeight - el.scrollTop() + VERTICAL_SCROLL_HEIGHT) <= el.outerHeight()){
|
|
|
|
|
obj.dataset.scrollStatus = "waiting";
|
|
|
|
|
$P.scrollInspectionDataList();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$P.scrollInspectionDataList = () => {
|
|
|
|
@ -979,8 +978,8 @@ $(document).ready(function(){
|
|
|
|
|
$("#btnInstLevyExcl--${pageName}").on("click", () => $P.openLevyExclPop("1"));
|
|
|
|
|
|
|
|
|
|
//스크롤 이벤트 추가(동일차량검사)
|
|
|
|
|
$("#photoInspection-responsive--${pageName}").scroll(function(){ $P.scrollEnd(this); });
|
|
|
|
|
$("#sameVehicleInspectionMain-responsive--${pageName}").scroll(function(){ $P.scrollEnd(this); });
|
|
|
|
|
$("#photoInspection-responsive--${pageName}").on("scrollend", function(){ $P.scrollEnd(this); });
|
|
|
|
|
$("#sameVehicleInspectionMain-responsive--${pageName}").on("scrollend", function(){ $P.scrollEnd(this); });
|
|
|
|
|
$("#photoInspection_Table_0--${pageName}").find("th").resizable({handles : "e"});
|
|
|
|
|
$("#sameVehicleInspectionMain_Table_0--${pageName}").find("th").resizable({handles : "e"});
|
|
|
|
|
$("#sameVehicleInspectionSub_Table_0--${pageName}").find("th").resizable({handles : "e"});
|
|
|
|
|