위원관리 도장추가 주석처리
This commit is contained in:
parent
c44d424bb6
commit
a8d732055d
@ -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();
|
||||
|
||||
|
||||
@ -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);
|
||||
});
|
||||
|
||||
@ -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;">
|
||||
|
||||
@ -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="사진이미지">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user