|
|
@ -1066,12 +1066,12 @@ $(document).ready(function(){
|
|
|
|
$P.$find("btnFindUser").on("click", () => $P.fnGetFindUser()); // 사용자 검색
|
|
|
|
$P.$find("btnFindUser").on("click", () => $P.fnGetFindUser()); // 사용자 검색
|
|
|
|
$P.$find("btnInstLevyExcl").on("click", () => $P.openLevyExclPop("1"));
|
|
|
|
$P.$find("btnInstLevyExcl").on("click", () => $P.openLevyExclPop("1"));
|
|
|
|
|
|
|
|
|
|
|
|
fnMakeResizableTable($P.find("photoInspection-responsive"));
|
|
|
|
Componentization.fnMakeResizableTable($P.find("photoInspection-responsive"));
|
|
|
|
fnMakeResizableTable($P.find("sameVehicleInspectionMain-responsive"));
|
|
|
|
Componentization.fnMakeResizableTable($P.find("sameVehicleInspectionMain-responsive"));
|
|
|
|
fnMakeResizableTable($P.find("sameVehicleInspectionSub-responsive"));
|
|
|
|
Componentization.fnMakeResizableTable($P.find("sameVehicleInspectionSub-responsive"));
|
|
|
|
//스크롤 테이블
|
|
|
|
//스크롤 테이블
|
|
|
|
fnMakeScrollableTable($P.find("photoInspection-responsive"), $P.scrollInspectionDataList);
|
|
|
|
Componentization.fnMakeScrollableTable($P.find("photoInspection-responsive"), $P.scrollInspectionDataList);
|
|
|
|
fnMakeScrollableTable($P.find("sameVehicleInspectionMain-responsive"), $P.scrollInspectionDataList);
|
|
|
|
Componentization.fnMakeScrollableTable($P.find("sameVehicleInspectionMain-responsive"), $P.scrollInspectionDataList);
|
|
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
/**************************************************************************
|
|
|
|
* 초기화
|
|
|
|
* 초기화
|
|
|
|