|
|
|
@ -978,10 +978,6 @@ $(document).ready(function(){
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var headerInfo = $("#photoInspection_Table_0--${pageName} thead th").not(".dummy-th").not(":eq(0)").getHeaderInfo();
|
|
|
|
|
$P.photoInspectionControl.query.excelTitle = headerInfo.excelTitle;
|
|
|
|
|
$P.photoInspectionControl.query.excelTitleWidth = headerInfo.excelTitleWidth;
|
|
|
|
|
|
|
|
|
|
var cellDefs = getCellDefs($("#photoInspection_Table_0--${pageName} thead th").not(".dummy-th").not(":eq(0)"),
|
|
|
|
|
$($("#photoInspectionRow--${pageName}")[0].content).find("td").not(".dummy-td").not(":eq(0)"));
|
|
|
|
|
$P.photoInspectionControl.query.cellDefs = cellDefs;
|
|
|
|
@ -996,9 +992,6 @@ $(document).ready(function(){
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if(confirm("단속건수 엑셀저장은 확인버튼, 상세내역 엑셀저장시 취소버튼을 누르세요.")){
|
|
|
|
|
var headerInfo = $("#sameVehicleInspectionMain_Table_0--${pageName} thead th").not(".dummy-th").getHeaderInfo();
|
|
|
|
|
$P.sameVehicleControl.main.query.excelTitle = headerInfo.excelTitle;
|
|
|
|
|
$P.sameVehicleControl.main.query.excelTitleWidth = headerInfo.excelTitleWidth;
|
|
|
|
|
|
|
|
|
|
var cellDefs = getCellDefs($("#sameVehicleInspectionMain_Table_0--${pageName} thead th").not(".dummy-th"),
|
|
|
|
|
$($("#sameVehicleInspectionMainRow--${pageName}")[0].content).find("td").not(".dummy-td"));
|
|
|
|
@ -1006,10 +999,7 @@ $(document).ready(function(){
|
|
|
|
|
|
|
|
|
|
$P.sameVehicleControl.main.download();
|
|
|
|
|
} else {
|
|
|
|
|
var headerInfo = $("#sameVehicleInspectionSub_Table_0--${pageName} thead th").not(".dummy-th").not(":hidden").getHeaderInfo();
|
|
|
|
|
$P.sameVehicleControl.sub.query.excelTitle = headerInfo.excelTitle;
|
|
|
|
|
$P.sameVehicleControl.sub.query.excelTitleWidth = headerInfo.excelTitleWidth;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var cellDefs = getCellDefs($("#sameVehicleInspectionSub_Table_0--${pageName} thead th").not(".dummy-th").not(":hidden"),
|
|
|
|
|
$($("#sameVehicleInspectionSubRow--${pageName}")[0].content).find("td").not(".dummy-td").not(".privacy-mask"));
|
|
|
|
|
$P.sameVehicleControl.sub.query.cellDefs = cellDefs;
|
|
|
|
|