|
|
|
@ -455,8 +455,7 @@ $(document).ready(function(){
|
|
|
|
|
$("#photoInspectionPaging--${pageName}").setPagingInfo({
|
|
|
|
|
list : $P.photoInspectionControl.dataset,
|
|
|
|
|
prefix : "photoInspectionPaging--${pageName}",
|
|
|
|
|
start: obj["Start"], totalSize: obj["Total"], fetchSize: obj["Fetch"],
|
|
|
|
|
func: "pageObject['${pageName}'].photoInspectionControl.load({index})"
|
|
|
|
|
totalSize : obj["Total"]
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$P.photoInspectionControl.tableRenderComplete = true;
|
|
|
|
@ -507,8 +506,7 @@ $(document).ready(function(){
|
|
|
|
|
$("#sameVehicleInspectionMainPaging--${pageName}").setPagingInfo({
|
|
|
|
|
list : $P.sameVehicleControl.main.dataset,
|
|
|
|
|
prefix : "sameVehicleInspectionMainPaging--${pageName}",
|
|
|
|
|
start: obj["Start"], totalSize: obj["Total"], fetchSize: obj["Fetch"],
|
|
|
|
|
func: "pageObject['${pageName}'].sameVehicleControl.main.load({index})"
|
|
|
|
|
totalSize : obj["Total"]
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|