refactor:경정신청 오즈리포트 버튼 해제

This commit is contained in:
hylee 2022-11-14 18:57:31 +09:00
parent 2f1205c13b
commit a359fc8cc9

View File

@ -220,8 +220,8 @@
<button type="button" class="btnType06" onclick="fncApprYn('Y')">승인</button> <button type="button" class="btnType06" onclick="fncApprYn('Y')">승인</button>
<button type="button" class="btnType06" onclick="fncApprYn('N')">반려</button> <button type="button" class="btnType06" onclick="fncApprYn('N')">반려</button>
</c:if> </c:if>
<!-- <button type="button" class="btnType06" onclick="fncOzExport()">오즈 출력</button> <!-- <button type="button" class="btnType06" onclick="fncOzExport()">오즈 출력</button> -->
<button type="button" class="btnType06" onclick="fncPrint()">오즈 프린트</button> --> <button type="button" class="btnType06" onclick="fncPrint()">오즈 프린트</button>
<button type="button" class="btnType03" onclick="self.close()">닫기</button> <button type="button" class="btnType03" onclick="self.close()">닫기</button>
</div> </div>
</div> </div>