|
|
|
@ -453,10 +453,9 @@ $(document).ready(function(){
|
|
|
|
|
$P.renderInspectionDataList(obj["Total"], "photoInspection");
|
|
|
|
|
|
|
|
|
|
$("#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})"
|
|
|
|
|
list : $P.photoInspectionControl.dataset,
|
|
|
|
|
prefix : "photoInspectionPaging--${pageName}",
|
|
|
|
|
totalSize : obj["Total"]
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$P.photoInspectionControl.tableRenderComplete = true;
|
|
|
|
@ -505,10 +504,9 @@ $(document).ready(function(){
|
|
|
|
|
$P.renderInspectionDataList(obj["Total"], "sameVehicleInspectionMain");
|
|
|
|
|
|
|
|
|
|
$("#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})"
|
|
|
|
|
list : $P.sameVehicleControl.main.dataset,
|
|
|
|
|
prefix : "sameVehicleInspectionMainPaging--${pageName}",
|
|
|
|
|
totalSize : obj["Total"]
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|