no message

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

@ -182,15 +182,16 @@ $(document).ready(function(){
$P.crdnControl.onCurrentChange = (item) => { $P.crdnControl.onCurrentChange = (item) => {
if($P.crdnControl.tableRenderComplete){ if(!$P.crdnControl.tableRenderComplete){
$P.crdnControl.tableRenderComplete = false; return;
if(!item){
$P.clickCrdnList("", true);
} else {
$P.clickCrdnList($P.crdnControl.getCurrent()["CRDN_ID"], true);
}
} }
$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) => { $P.crdnControl.onCurrentChange = (item) => {
if($P.crdnControl.tableRenderComplete){ if(!$P.crdnControl.tableRenderComplete){
$P.crdnControl.tableRenderComplete = false; return;
if(!item){
$P.clickCrdnList("", true);
} else {
$P.clickCrdnList($P.crdnControl.getCurrent()["CRDN_ID"], true);
}
} }
$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) => { $P.photoInspectionControl.onCurrentChange = (item) => {
if($P.photoInspectionControl.tableRenderComplete){
$P.photoInspectionControl.tableRenderComplete = false; if(!$P.photoInspectionControl.tableRenderComplete){
if(!item){ return;
$P.clickInspectionDataList("","photoInspection", true); }
} else {
$P.clickInspectionDataList($P.photoInspectionControl.getCurrent()["CRDN_ID"],"photoInspection", true); $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) => { $P.sameVehicleControl.main.onCurrentChange = (item) => {
if($P.sameVehicleControl.main.tableRenderComplete){ if(!$P.sameVehicleControl.main.tableRenderComplete){
$P.sameVehicleControl.main.tableRenderComplete = false; return;
if(!item){ }
$P.clickInspectionDataList("","sameVehicleInspectionMain", true);
} else { $P.sameVehicleControl.main.tableRenderComplete = false;
$P.clickInspectionDataList($P.sameVehicleControl.main.getCurrent()["CRDN_ID_LIST"],"sameVehicleInspectionMain", true); 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) => { $P.sameVehicleControl.sub.onCurrentChange = (item) => {
if($P.sameVehicleControl.sub.tableRenderComplete){ if(!$P.sameVehicleControl.sub.tableRenderComplete){
$P.sameVehicleControl.sub.tableRenderComplete = false; return;
if(!item){ }
$P.clickInspectionDataList("","sameVehicleInspectionSub", true);
} else { $P.sameVehicleControl.sub.tableRenderComplete = false;
$P.clickInspectionDataList($P.sameVehicleControl.sub.getCurrent()["CRDN_ID"],"sameVehicleInspectionSub", true); 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) => { $P.crdnControl.onCurrentChange = (item) => {
if($P.crdnControl.tableRenderComplete){ if(!$P.crdnControl.tableRenderComplete){
$P.crdnControl.tableRenderComplete = false; return;
if(!item){
$P.clickCrdnList("", true);
} else {
$P.clickCrdnList($P.crdnControl.getCurrent()["CRDN_ID"], true);
}
} }
$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) => { $P.crdnControl.onCurrentChange = (item) => {
if($P.crdnControl.tableRenderComplete){ if(!$P.crdnControl.tableRenderComplete){
$P.crdnControl.tableRenderComplete = false; return;
if(!item){
$P.clickCrdnList("", true);
} else {
$P.clickCrdnList($P.crdnControl.getCurrent()["CRDN_ID"], true);
}
} }
$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) => { $P.crdnControl.onCurrentChange = (item) => {
if($P.crdnControl.tableRenderComplete){
$P.crdnControl.tableRenderComplete = false; if(!$P.crdnControl.tableRenderComplete){
if(!item){ return;
$P.clickCrdnList("", true); }
} else {
$P.clickCrdnList($P.crdnControl.getCurrent()["CRDN_ID"], true); $P.crdnControl.tableRenderComplete = false;
} if(!item){
$P.clickCrdnList("", true);
} else {
$P.clickCrdnList($P.crdnControl.getCurrent()["CRDN_ID"], true);
} }
} }

Loading…
Cancel
Save