|
|
@ -471,7 +471,7 @@ $(document).ready(function(){
|
|
|
|
switch ($P.currentDisplay) {
|
|
|
|
switch ($P.currentDisplay) {
|
|
|
|
case "photoInspection":
|
|
|
|
case "photoInspection":
|
|
|
|
$P.photoInspectionControl.query = $P.getParams();
|
|
|
|
$P.photoInspectionControl.query = $P.getParams();
|
|
|
|
$P.photoInspectionControl.load(0);
|
|
|
|
$P.photoInspectionControl.load(1);
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
case "sameVehicleInspection":
|
|
|
|
case "sameVehicleInspection":
|
|
|
|
$P.sameVehicleControl.main.query = $P.getParams();
|
|
|
|
$P.sameVehicleControl.main.query = $P.getParams();
|
|
|
@ -604,11 +604,16 @@ $(document).ready(function(){
|
|
|
|
|
|
|
|
|
|
|
|
ajax.get({
|
|
|
|
ajax.get({
|
|
|
|
url : wctx.url("/excl/excl01/020/info.do"),
|
|
|
|
url : wctx.url("/excl/excl01/020/info.do"),
|
|
|
|
data : params || {},
|
|
|
|
data : params,
|
|
|
|
success : resp => {
|
|
|
|
success : resp => {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if((typeof resp) != "string"){
|
|
|
|
|
|
|
|
dialog.alert(resp.message);
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
dialog.open({
|
|
|
|
dialog.open({
|
|
|
|
id : "levyExcldialog--${pageName}",
|
|
|
|
id : "levyExcldialog",
|
|
|
|
title : "부과제외 정보",
|
|
|
|
title : "부과제외 정보",
|
|
|
|
content : resp,
|
|
|
|
content : resp,
|
|
|
|
size : "lg",
|
|
|
|
size : "lg",
|
|
|
|