결재중일 때도 견적서 뷰만 가능하도록 !

This commit is contained in:
2026-02-25 18:01:51 +09:00
parent 46e84e95bc
commit 7045775151
5 changed files with 35 additions and 35 deletions

View File

@@ -2193,6 +2193,9 @@ public class ContractMgmtController {
request.setAttribute("estimate", estimate);
request.setAttribute("items", items);
request.setAttribute("code_map", code_map);
if(estimate != null && estimate.get("APPR_STATUS") != null) {
request.setAttribute("apprStatus", estimate.get("APPR_STATUS"));
}
} catch (Exception e) {
e.printStackTrace();