|
|
@ -188,7 +188,7 @@
|
|
|
|
<div class="card-datatable text-nowrap area-photoinspection">
|
|
|
|
<div class="card-datatable text-nowrap area-photoinspection">
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
|
|
|
|
<div name="photoInspection-responsive" class="table-responsive ox-scroll oy-scroll h-px-200">
|
|
|
|
<div name="photoInspection-responsive" class="table-responsive ox-scroll oy-scroll h-px-200">
|
|
|
|
<table name="photoInspection_Table_0"
|
|
|
|
<table name="photoInspectionTable"
|
|
|
|
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
<tr data-search-target="[data-doctx='${pageName}']">
|
|
|
|
<tr data-search-target="[data-doctx='${pageName}']">
|
|
|
@ -269,7 +269,7 @@
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
|
|
|
|
<div name="sameVehicleInspectionMain-responsive"
|
|
|
|
<div name="sameVehicleInspectionMain-responsive"
|
|
|
|
class="table-responsive ox-scroll oy-scroll h-px-400 w-px-350">
|
|
|
|
class="table-responsive ox-scroll oy-scroll h-px-400 w-px-350">
|
|
|
|
<table name="sameVehicleInspectionMain_Table_0"
|
|
|
|
<table name="sameVehicleInspectionMainTable"
|
|
|
|
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
<tr data-search-target="[data-doctx='${pageName}']">
|
|
|
|
<tr data-search-target="[data-doctx='${pageName}']">
|
|
|
@ -307,7 +307,7 @@
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
|
|
|
|
<div name="sameVehicleInspectionSub-responsive"
|
|
|
|
<div name="sameVehicleInspectionSub-responsive"
|
|
|
|
class="table-responsive ox-scroll oy-scroll h-px-400 w-px-1000">
|
|
|
|
class="table-responsive ox-scroll oy-scroll h-px-400 w-px-1000">
|
|
|
|
<table name="sameVehicleInspectionSub_Table_0"
|
|
|
|
<table name="sameVehicleInspectionSubTable"
|
|
|
|
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
<tr data-search-target="[data-doctx='${pageName}']">
|
|
|
|
<tr data-search-target="[data-doctx='${pageName}']">
|
|
|
@ -617,7 +617,7 @@ $(document).ready(function(){
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
var cellDefs = AppSupport.getCellDefs(
|
|
|
|
var cellDefs = AppSupport.getCellDefs(
|
|
|
|
$P.$findn("photoInspection_Table_0").find("thead th").not(".dummy-th").not(":eq(0)"),
|
|
|
|
$P.$findn("photoInspectionTable").find("thead th").not(".dummy-th").not(":eq(0)"),
|
|
|
|
$($P.findn("photoInspectionRow").content).find("td").not(".dummy-td").not(":eq(0)")
|
|
|
|
$($P.findn("photoInspectionRow").content).find("td").not(".dummy-td").not(":eq(0)")
|
|
|
|
);
|
|
|
|
);
|
|
|
|
ctrl.query.cellDefs = cellDefs;
|
|
|
|
ctrl.query.cellDefs = cellDefs;
|
|
|
@ -637,7 +637,7 @@ $(document).ready(function(){
|
|
|
|
if(excelTarget == "main"){
|
|
|
|
if(excelTarget == "main"){
|
|
|
|
|
|
|
|
|
|
|
|
var cellDefs = AppSupport.getCellDefs(
|
|
|
|
var cellDefs = AppSupport.getCellDefs(
|
|
|
|
$P.$findn("sameVehicleInspectionMain_Table_0").find("thead th").not(".dummy-th"),
|
|
|
|
$P.$findn("sameVehicleInspectionMainTable").find("thead th").not(".dummy-th"),
|
|
|
|
$($P.findn("sameVehicleInspectionMainRow").content).find("td").not(".dummy-td")
|
|
|
|
$($P.findn("sameVehicleInspectionMainRow").content).find("td").not(".dummy-td")
|
|
|
|
);
|
|
|
|
);
|
|
|
|
alt.query.cellDefs = cellDefs;
|
|
|
|
alt.query.cellDefs = cellDefs;
|
|
|
@ -646,7 +646,7 @@ $(document).ready(function(){
|
|
|
|
} else if(excelTarget == "sub"){
|
|
|
|
} else if(excelTarget == "sub"){
|
|
|
|
|
|
|
|
|
|
|
|
var cellDefs = AppSupport.getCellDefs(
|
|
|
|
var cellDefs = AppSupport.getCellDefs(
|
|
|
|
$P.$findn("sameVehicleInspectionSub_Table_0").find("thead th").not(".dummy-th"),
|
|
|
|
$P.$findn("sameVehicleInspectionSubTable").find("thead th").not(".dummy-th"),
|
|
|
|
$($P.findn("sameVehicleInspectionSubRow").content).find("td").not(".dummy-td"),
|
|
|
|
$($P.findn("sameVehicleInspectionSubRow").content).find("td").not(".dummy-td"),
|
|
|
|
FimsSupport.getCellDefsForPrivacyCell
|
|
|
|
FimsSupport.getCellDefsForPrivacyCell
|
|
|
|
);
|
|
|
|
);
|
|
|
|