소스 정리

main
이범준 3 months ago
parent 810886d11d
commit 027cb40272

@ -220,8 +220,10 @@ $(document).ready(function(){
return; return;
} }
var cellDefs = AppSupport.getCellDefs($P.$findn("crdnTheadTr").find("th").not(".dummy-th").not(":eq(0)"), var cellDefs = AppSupport.getCellDefs(
$($P.findn("crdnRow").content).find("td").not(".dummy-td").not(":eq(0)")); $P.$findn("crdnTheadTr").find("th").not(".dummy-th").not(":eq(0)"),
$($P.findn("crdnRow").content).find("td").not(".dummy-td").not(":eq(0)")
);
ctrl.query.cellDefs = cellDefs; ctrl.query.cellDefs = cellDefs;
ctrl.download(); ctrl.download();

@ -407,8 +407,10 @@ $(document).ready(function(){
return; return;
} }
var cellDefs = AppSupport.getCellDefs($P.$findn("crdnThead").find("th").not(".dummy-th").not(":eq(0)").not(":eq(0)"), var cellDefs = AppSupport.getCellDefs(
$($P.findn("crdnRow").content).find("td").not(".dummy-td").not(":eq(0)").not(":eq(0)")); $P.$findn("crdnThead").find("th").not(".dummy-th").not(":eq(0)").not(":eq(0)"),
$($P.findn("crdnRow").content).find("td").not(".dummy-td").not(":eq(0)").not(":eq(0)")
);
ctrl.query.cellDefs = cellDefs; ctrl.query.cellDefs = cellDefs;
if(forApproval){ if(forApproval){

@ -197,8 +197,10 @@ $(document).ready(function(){
return; return;
} }
var cellDefs = AppSupport.getCellDefs($P.$findn("exmptnVhclTheadTr").find("th").not(".dummy-th").not(":eq(0)"), var cellDefs = AppSupport.getCellDefs(
$($P.findn("exmptnVhclRow").content).find("td").not(".dummy-td").not(":eq(0)")); $P.$findn("exmptnVhclTheadTr").find("th").not(".dummy-th").not(":eq(0)"),
$($P.findn("exmptnVhclRow").content).find("td").not(".dummy-td").not(":eq(0)")
);
ctrl.query.cellDefs = cellDefs; ctrl.query.cellDefs = cellDefs;
ctrl.download(); ctrl.download();

@ -370,8 +370,10 @@ $(document).ready(function(){
return; return;
} }
var cellDefs = AppSupport.getCellDefs($P.$findn("crdnThead").find("th").not(".dummy-th").not(":eq(0)"), var cellDefs = AppSupport.getCellDefs(
$($P.findn("crdnRow").content).find("td").not(".dummy-td").not(":eq(0)")); $P.$findn("crdnThead").find("th").not(".dummy-th").not(":eq(0)"),
$($P.findn("crdnRow").content).find("td").not(".dummy-td").not(":eq(0)")
);
ctrl.query.cellDefs = cellDefs; ctrl.query.cellDefs = cellDefs;
ctrl.download(); ctrl.download();

@ -337,8 +337,10 @@ $(document).ready(function(){
return; return;
} }
var cellDefs = AppSupport.getCellDefs($P.$findn("crdnThead").find("th").not(".dummy-th").not(":eq(0)").not(":eq(0)"), var cellDefs = AppSupport.getCellDefs(
$($P.findn("crdnRow").content).find("td").not(".dummy-td").not(":eq(0)").not(":eq(0)")); $P.$findn("crdnThead").find("th").not(".dummy-th").not(":eq(0)").not(":eq(0)"),
$($P.findn("crdnRow").content).find("td").not(".dummy-td").not(":eq(0)").not(":eq(0)")
);
ctrl.query.cellDefs = cellDefs; ctrl.query.cellDefs = cellDefs;
if(forApproval){ if(forApproval){

@ -330,8 +330,10 @@ $(document).ready(function(){
return; return;
} }
var cellDefs = AppSupport.getCellDefs($P.$findn("crdnThead").find("th").not(".dummy-th").not(":eq(0)"), var cellDefs = AppSupport.getCellDefs(
$($P.findn("crdnRow").content).find("td").not(".dummy-td").not(":eq(0)")); $P.$findn("crdnThead").find("th").not(".dummy-th").not(":eq(0)"),
$($P.findn("crdnRow").content).find("td").not(".dummy-td").not(":eq(0)")
);
ctrl.query.cellDefs = cellDefs; ctrl.query.cellDefs = cellDefs;
ctrl.download(); ctrl.download();

Loading…
Cancel
Save