no message

main
이범준 1 year ago
parent 9f910239a6
commit 82ceb19a79

@ -182,15 +182,16 @@ $(document).ready(function(){
$P.crdnControl.onCurrentChange = (item) => {
if($P.crdnControl.tableRenderComplete){
$P.crdnControl.tableRenderComplete = false;
if(!item){
$P.clickCrdnList("", true);
} else {
$P.clickCrdnList($P.crdnControl.getCurrent()["CRDN_ID"], true);
}
if(!$P.crdnControl.tableRenderComplete){
return;
}
$P.crdnControl.tableRenderComplete = false;
if(!item){
$P.clickCrdnList("", true);
} else {
$P.clickCrdnList($P.crdnControl.getCurrent()["CRDN_ID"], true);
}
}
/**************************************************************************

@ -278,15 +278,16 @@ $(document).ready(function(){
$P.crdnControl.onCurrentChange = (item) => {
if($P.crdnControl.tableRenderComplete){
$P.crdnControl.tableRenderComplete = false;
if(!item){
$P.clickCrdnList("", true);
} else {
$P.clickCrdnList($P.crdnControl.getCurrent()["CRDN_ID"], true);
}
if(!$P.crdnControl.tableRenderComplete){
return;
}
$P.crdnControl.tableRenderComplete = false;
if(!item){
$P.clickCrdnList("", true);
} else {
$P.clickCrdnList($P.crdnControl.getCurrent()["CRDN_ID"], true);
}
}
/**************************************************************************

@ -432,13 +432,16 @@ $(document).ready(function(){
};
$P.photoInspectionControl.onCurrentChange = (item) => {
if($P.photoInspectionControl.tableRenderComplete){
$P.photoInspectionControl.tableRenderComplete = false;
if(!item){
$P.clickInspectionDataList("","photoInspection", true);
} else {
$P.clickInspectionDataList($P.photoInspectionControl.getCurrent()["CRDN_ID"],"photoInspection", true);
}
if(!$P.photoInspectionControl.tableRenderComplete){
return;
}
$P.photoInspectionControl.tableRenderComplete = false;
if(!item){
$P.clickInspectionDataList("","photoInspection", true);
} else {
$P.clickInspectionDataList($P.photoInspectionControl.getCurrent()["CRDN_ID"],"photoInspection", true);
}
}
@ -458,13 +461,15 @@ $(document).ready(function(){
};
$P.sameVehicleControl.main.onCurrentChange = (item) => {
if($P.sameVehicleControl.main.tableRenderComplete){
$P.sameVehicleControl.main.tableRenderComplete = false;
if(!item){
$P.clickInspectionDataList("","sameVehicleInspectionMain", true);
} else {
$P.clickInspectionDataList($P.sameVehicleControl.main.getCurrent()["CRDN_ID_LIST"],"sameVehicleInspectionMain", true);
}
if(!$P.sameVehicleControl.main.tableRenderComplete){
return;
}
$P.sameVehicleControl.main.tableRenderComplete = false;
if(!item){
$P.clickInspectionDataList("","sameVehicleInspectionMain", true);
} else {
$P.clickInspectionDataList($P.sameVehicleControl.main.getCurrent()["CRDN_ID_LIST"],"sameVehicleInspectionMain", true);
}
}
@ -474,13 +479,15 @@ $(document).ready(function(){
};
$P.sameVehicleControl.sub.onCurrentChange = (item) => {
if($P.sameVehicleControl.sub.tableRenderComplete){
$P.sameVehicleControl.sub.tableRenderComplete = false;
if(!item){
$P.clickInspectionDataList("","sameVehicleInspectionSub", true);
} else {
$P.clickInspectionDataList($P.sameVehicleControl.sub.getCurrent()["CRDN_ID"],"sameVehicleInspectionSub", true);
}
if(!$P.sameVehicleControl.sub.tableRenderComplete){
return;
}
$P.sameVehicleControl.sub.tableRenderComplete = false;
if(!item){
$P.clickInspectionDataList("","sameVehicleInspectionSub", true);
} else {
$P.clickInspectionDataList($P.sameVehicleControl.sub.getCurrent()["CRDN_ID"],"sameVehicleInspectionSub", true);
}
};

@ -174,15 +174,16 @@ $(document).ready(function(){
$P.crdnControl.onCurrentChange = (item) => {
if($P.crdnControl.tableRenderComplete){
$P.crdnControl.tableRenderComplete = false;
if(!item){
$P.clickCrdnList("", true);
} else {
$P.clickCrdnList($P.crdnControl.getCurrent()["CRDN_ID"], true);
}
if(!$P.crdnControl.tableRenderComplete){
return;
}
$P.crdnControl.tableRenderComplete = false;
if(!item){
$P.clickCrdnList("", true);
} else {
$P.clickCrdnList($P.crdnControl.getCurrent()["CRDN_ID"], true);
}
};
/**************************************************************************

@ -184,15 +184,16 @@ $(document).ready(function(){
$P.crdnControl.onCurrentChange = (item) => {
if($P.crdnControl.tableRenderComplete){
$P.crdnControl.tableRenderComplete = false;
if(!item){
$P.clickCrdnList("", true);
} else {
$P.clickCrdnList($P.crdnControl.getCurrent()["CRDN_ID"], true);
}
if(!$P.crdnControl.tableRenderComplete){
return;
}
$P.crdnControl.tableRenderComplete = false;
if(!item){
$P.clickCrdnList("", true);
} else {
$P.clickCrdnList($P.crdnControl.getCurrent()["CRDN_ID"], true);
}
}
/**************************************************************************

@ -210,13 +210,16 @@ $(document).ready(function(){
};
$P.crdnControl.onCurrentChange = (item) => {
if($P.crdnControl.tableRenderComplete){
$P.crdnControl.tableRenderComplete = false;
if(!item){
$P.clickCrdnList("", true);
} else {
$P.clickCrdnList($P.crdnControl.getCurrent()["CRDN_ID"], true);
}
if(!$P.crdnControl.tableRenderComplete){
return;
}
$P.crdnControl.tableRenderComplete = false;
if(!item){
$P.clickCrdnList("", true);
} else {
$P.clickCrdnList($P.crdnControl.getCurrent()["CRDN_ID"], true);
}
}

Loading…
Cancel
Save