품의서 결재부분 주석처리

This commit is contained in:
2025-12-02 18:24:41 +09:00
parent 11982cf96b
commit cc78cbc7ce

View File

@@ -107,10 +107,10 @@ body {
}
.header-left {
flex: 0 0 auto;
width: 35%;
flex: 1;
width: 100%;
min-width: 200px;
border-right: 1px solid #000;
/* border-right: 1px solid #000; */ /* 결재란 주석 처리로 인해 비활성화 */
}
.header-right {
@@ -539,7 +539,8 @@ function fn_save(){
</table>
</div>
<!-- 오른쪽: 결재란 -->
<!-- 오른쪽: 결재란 (TODO: 결재 기능 구현 후 주석 해제) -->
<%--
<div class="header-right">
<table class="approval-table">
<!-- 결재 헤더 -->
@@ -689,6 +690,7 @@ function fn_save(){
</tr>
</table>
</div>
--%>
</div>
<!-- 하단 기본정보 (수신및참조, 시행자, 시행일자, 제목) - 입력 가능 -->