|
|
|
@ -31,7 +31,7 @@
|
|
|
|
|
<label class="w-px-140 col-form-label text-sm-end pe-2" for="">
|
|
|
|
|
주소
|
|
|
|
|
</label>
|
|
|
|
|
<input name="instZip" type="text" class="form-control w-px-60" />
|
|
|
|
|
<input name="instZip" type="text" class="form-control w-px-80" />
|
|
|
|
|
<input name="instAddr" type="text" class="form-control w-px-300" />
|
|
|
|
|
<input name="instDaddr" type="text" class="form-control w-px-300" />
|
|
|
|
|
</div>
|
|
|
|
@ -77,7 +77,6 @@
|
|
|
|
|
<div id="" class="nav-align-top my-2 mx-2" style="flex-direction: row;">
|
|
|
|
|
<ul class="nav nav-tabs" role="tablist" id="tabButtonContainer--${pageName}">
|
|
|
|
|
</ul>
|
|
|
|
|
<button type="button" class="btn btn-darkgray ms-1">+ 과태료업무 추가</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<span class="tab-content" id="tabContentContainer--${pageName}">
|
|
|
|
@ -143,8 +142,6 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<button id="btn{task}AddVltn--${pageName}" type="button" class="btn btn-darkgray ms-2">+ 위반항목 추가</button>
|
|
|
|
|
|
|
|
|
|
<div class="card-datatable text-nowrap area-photoinspection mx-2 mt-2 mb-3">
|
|
|
|
|
<div id="{task}Table_0_wrapper--${pageName}" class="dataTables_wrapper dt-bootstrap5 no-footer">
|
|
|
|
|
<div id="{task}table-responsive--${pageName}" class="table-responsive"
|
|
|
|
@ -233,12 +230,19 @@ $(document).ready(function(){
|
|
|
|
|
$("#mainForm--${pageName}").find("[name='instAddr']").val($P.sggInfo.INST_ADDR);
|
|
|
|
|
$("#mainForm--${pageName}").find("[name='instDaddr']").val($P.sggInfo.INST_DADDR);
|
|
|
|
|
|
|
|
|
|
$("#offcs--${pageName}").attr("alt", $P.sggInfo.OFFCS_FILE_NM);
|
|
|
|
|
$("#offcs--${pageName}").attr("src", $P.sggInfo.OFFCS_FILE_PATH);
|
|
|
|
|
$("#symbol--${pageName}").attr("alt", $P.sggInfo.SYMBOL_FILE_NM);
|
|
|
|
|
$("#symbol--${pageName}").attr("src", $P.sggInfo.SYMBOL_FILE_PATH);
|
|
|
|
|
$("#logo--${pageName}").attr("alt", $P.sggInfo.LOGO_FILE_NM);
|
|
|
|
|
$("#logo--${pageName}").attr("src", $P.sggInfo.LOGO_FILE_PATH);
|
|
|
|
|
if(!isEmpty($P.sggInfo.OFFCS_FILE_PATH)){
|
|
|
|
|
$("#offcs--${pageName}").attr("alt", $P.sggInfo.OFFCS_FILE_NM);
|
|
|
|
|
$("#offcs--${pageName}").attr("src", $P.sggInfo.OFFCS_FILE_PATH);
|
|
|
|
|
}
|
|
|
|
|
if(!isEmpty($P.sggInfo.SYMBOL_FILE_PATH)){
|
|
|
|
|
$("#symbol--${pageName}").attr("alt", $P.sggInfo.SYMBOL_FILE_NM);
|
|
|
|
|
$("#symbol--${pageName}").attr("src", $P.sggInfo.SYMBOL_FILE_PATH);
|
|
|
|
|
}
|
|
|
|
|
if(!isEmpty($P.sggInfo.LOGO_FILE_PATH)){
|
|
|
|
|
$("#logo--${pageName}").attr("alt", $P.sggInfo.LOGO_FILE_NM);
|
|
|
|
|
$("#logo--${pageName}").attr("src", $P.sggInfo.LOGO_FILE_PATH);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
resolve({resp, textStatus, jqXHR});
|
|
|
|
|
},
|
|
|
|
|
error: function(jqXHR, textStatus, error) {
|
|
|
|
|