|
|
|
@ -380,7 +380,7 @@ $(document).ready(function(){
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
$P.formFields = new FimsFormFields($P.selector("frmEdit"));
|
|
|
|
|
|
|
|
|
|
$P.uploadSet = uploadSupport("#inputUploadSet--${pageName}");
|
|
|
|
|
$P.uploadSet = uploadSupport($P.selector("inputUploadSet"));
|
|
|
|
|
|
|
|
|
|
$P.ctrl = new DatasetControl({
|
|
|
|
|
dataGetter : obj => obj["List"], appendData : true,
|
|
|
|
@ -441,7 +441,7 @@ $(document).ready(function(){
|
|
|
|
|
|
|
|
|
|
if($P.$find("doWarning").is(":checked")){
|
|
|
|
|
|
|
|
|
|
var rtpyrNm = document.getElementById("rtpyrNm--${pageName}");
|
|
|
|
|
var rtpyrNm = $P.find("rtpyrNm");
|
|
|
|
|
if(rtpyrNm.value == ""){
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content:"계고 처리를 하기 위해선 소유주정보가 입력되어야 합니다.",
|
|
|
|
|