diff --git a/WebContent/WEB-INF/view/contractMgmt/estimateTemplate2.jsp b/WebContent/WEB-INF/view/contractMgmt/estimateTemplate2.jsp
index ee532cc..0464287 100644
--- a/WebContent/WEB-INF/view/contractMgmt/estimateTemplate2.jsp
+++ b/WebContent/WEB-INF/view/contractMgmt/estimateTemplate2.jsp
@@ -1263,7 +1263,7 @@ function fn_generateAndUploadPdf(callback) {
1 |
|
|
- |
+ |
|
|
|
diff --git a/WebContent/WEB-INF/view/contractMgmt/orderRegistFormPopup.jsp b/WebContent/WEB-INF/view/contractMgmt/orderRegistFormPopup.jsp
index c3cce38..759b97d 100644
--- a/WebContent/WEB-INF/view/contractMgmt/orderRegistFormPopup.jsp
+++ b/WebContent/WEB-INF/view/contractMgmt/orderRegistFormPopup.jsp
@@ -219,10 +219,15 @@
html += ' | ';
html += ' | ';
html += ' | ';
+ // ORDER_QUANTITY가 없으면 QUANTITY 사용 (견적서에서 가져온 값)
html += ' | ';
+ // ORDER_UNIT_PRICE 수정 가능
html += ' | ';
+ // ORDER_SUPPLY_PRICE 자동 계산
html += ' | ';
- html += ' | '; // readonly 제거
+ // ORDER_VAT 수정 가능
+ html += ' | ';
+ // ORDER_TOTAL_AMOUNT 자동 계산
html += ' | ';
html += '- | '; // 삭제 불가
html += '';
diff --git a/src/com/pms/salesmgmt/controller/ContractMgmtController.java b/src/com/pms/salesmgmt/controller/ContractMgmtController.java
index 1c433d1..4172e01 100644
--- a/src/com/pms/salesmgmt/controller/ContractMgmtController.java
+++ b/src/com/pms/salesmgmt/controller/ContractMgmtController.java
@@ -2440,17 +2440,9 @@ public class ContractMgmtController {
Map resultMap = new HashMap();
try {
- // 결재완료 상태인 경우 최종 견적서 템플릿에서 품목 조회
- String useEstimateTemplate = CommonUtils.checkNull(paramMap.get("useEstimateTemplate"));
- List