|
|
@ -122,7 +122,9 @@ function settingPhotoMain(pageName, crdnIdElement, carInfoFunc, carLinkFunc){
|
|
|
|
|
|
|
|
|
|
|
|
// pageName에 따라 template이 다르다.
|
|
|
|
// pageName에 따라 template이 다르다.
|
|
|
|
var template;
|
|
|
|
var template;
|
|
|
|
if (pageName == "sprt02020") {
|
|
|
|
if (pageName == "rent02020") {
|
|
|
|
|
|
|
|
template = $P.findn("imgRadioTemplateRentInfo").innerHTML;
|
|
|
|
|
|
|
|
} else if (pageName == "sprt02020") {
|
|
|
|
template = $P.findn("imgRadioTemplateTotalInfo").innerHTML;
|
|
|
|
template = $P.findn("imgRadioTemplateTotalInfo").innerHTML;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
template = $P.findn("imgRadioTemplate").innerHTML;
|
|
|
|
template = $P.findn("imgRadioTemplate").innerHTML;
|
|
|
@ -245,8 +247,6 @@ function settingPhotoMain(pageName, crdnIdElement, carInfoFunc, carLinkFunc){
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} else if(flag == "delete"){
|
|
|
|
} else if(flag == "delete"){
|
|
|
|
fileProcessingURL = wctx.url("crdn/crdn06/deleteCrdnImageFile.do");
|
|
|
|
fileProcessingURL = wctx.url("crdn/crdn06/deleteCrdnImageFile.do");
|
|
|
|
|
|
|
|
|
|
|
@ -264,7 +264,6 @@ function settingPhotoMain(pageName, crdnIdElement, carInfoFunc, carLinkFunc){
|
|
|
|
for(var i=0; i < inputs.length; i++){
|
|
|
|
for(var i=0; i < inputs.length; i++){
|
|
|
|
formData.append("orderedKeys", inputs[i].value);
|
|
|
|
formData.append("orderedKeys", inputs[i].value);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ajax.post({
|
|
|
|
ajax.post({
|
|
|
@ -291,9 +290,7 @@ function settingPhotoMain(pageName, crdnIdElement, carInfoFunc, carLinkFunc){
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function initPhotoMain(pageName, fileList, existVideo){
|
|
|
|
function initPhotoMain(pageName, fileList, existVideo){
|
|
|
@ -307,6 +304,11 @@ function initPhotoMain(pageName, fileList, existVideo){
|
|
|
|
$P.$findn("btnOpenVideoCapture").hide();
|
|
|
|
$P.$findn("btnOpenVideoCapture").hide();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 렌트업무에서는 버튼을 숨긴다.
|
|
|
|
|
|
|
|
if (pageName == "rent02020") {
|
|
|
|
|
|
|
|
$P.$findn("divBtn").hide();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$P.existFileArr = [];
|
|
|
|
$P.existFileArr = [];
|
|
|
|
if(fileList){
|
|
|
|
if(fileList){
|
|
|
|
fileList.forEach(function(item){
|
|
|
|
fileList.forEach(function(item){
|
|
|
|