결재중일 때도 견적서 뷰만 가능하도록 !
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user