위원관리 도장추가 주석처리

This commit is contained in:
jsp 2025-06-16 18:42:25 +09:00
parent c44d424bb6
commit a8d732055d
4 changed files with 5 additions and 4 deletions

View File

@ -156,6 +156,7 @@ public class SeedFileController {
log.warn("SeedFileController 템프파일 업로드 에러2");
} catch (IOException e) {
log.warn("SeedFileController 템프파일 업로드 에러3");
log.warn("ErrMsg : " + e.getMessage());
}
fileSize = mFile.getSize();

View File

@ -324,8 +324,8 @@ function loadChamData(){
}
html += '<td>'+agreeYn+'</td>';
html += '<td>'+agreeDt+'</td>';
html += '<td>'+'<button type="button" onclick="reportOpen(\''+v.memberNo+'\');">서면의결서</button>'+'</td>';
/* html += '<td>'+''+'</td>'; */
/* html += '<td>'+'<button type="button" onclick="reportOpen(\''+v.memberNo+'\');">서면의결서</button>'+'</td>'; */
html += '<td>'+''+'</td>';
html += '</tr>';
list.push(v.memberNo);
});

View File

@ -151,7 +151,7 @@
</div>
</div>
<div class="bbs-view-item">
<div class="bbs-view-item" style="display: none;">
<p class="item-title"><span style="color: red">*</span> 사진(도장)</p>
<div class="item-box">
<ul class="upFileHtml cs_file_list w100per" id="upFileHtml2" style="margin:0;">

View File

@ -146,7 +146,7 @@
</div>
</div>
<div class="bbs-view-item">
<div class="bbs-view-item" style="display: none;">
<p class="item-title"><span style="color: red">*</span> 사진(도장)</p>
<div class="item-box">
<img src="" id="trubleImg2" style="width:140px;height:180px " alt="사진이미지">