From 3815f4eecdb72ecedb9a8ef98389da5879815d9c Mon Sep 17 00:00:00 2001 From: hjjeong Date: Fri, 27 Mar 2026 14:54:50 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=81=EC=97=85=20=ED=8C=9D=EC=97=85?= =?UTF-8?q?=EC=B0=BD=20=EC=BB=AC=EB=9F=BC=20=EB=84=88=EB=B9=84=20=EB=93=B1?= =?UTF-8?q?=20=EC=A1=B0=EC=A0=88,=20=EC=A0=9C=ED=92=88=EA=B5=AC=EB=B6=84?= =?UTF-8?q?=20=ED=91=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../estimateAndOrderRegistFormPopup.jsp | 60 +++++++++---------- .../contractMgmt/estimateRegistFormPopup.jsp | 22 +++---- src/com/pms/salesmgmt/mapper/contractMgmt.xml | 3 + .../salesmgmt/mapper/salesNcollectMgmt.xml | 4 +- 4 files changed, 46 insertions(+), 43 deletions(-) diff --git a/WebContent/WEB-INF/view/contractMgmt/estimateAndOrderRegistFormPopup.jsp b/WebContent/WEB-INF/view/contractMgmt/estimateAndOrderRegistFormPopup.jsp index 2d985cf..bf9a41c 100644 --- a/WebContent/WEB-INF/view/contractMgmt/estimateAndOrderRegistFormPopup.jsp +++ b/WebContent/WEB-INF/view/contractMgmt/estimateAndOrderRegistFormPopup.jsp @@ -41,11 +41,16 @@ section.business_popup_min_width { padding: 0 !important; margin: 0 auto !important; - width: calc(100% - 16px) !important; + max-width: none !important; + width: calc(100% - 8px) !important; + border: none !important; + box-shadow: none !important; } #EntirePopupFormWrap { width: 100% !important; margin: 5px 0 0 0 !important; + padding: 0 5px 10px 5px !important; + box-sizing: border-box; } /* ===== 품목 그리드 컬럼 리사이즈 ===== */ @@ -483,52 +488,52 @@ // S/N html += ''; - html += ''; + html += ''; html += ''; html += ''; // 요청납기 html += ''; - html += ''; + html += ''; html += ''; // 고객요청사항 html += ''; - html += ''; + html += ''; html += ''; // 반납사유 html += ''; - html += ''; + html += ''; html += ''; // 수주수량 (Machine이고 프로젝트가 있으면 readonly) html += ''; if(isMachine && hasProject) { - html += ''; + html += ''; } else { - html += ''; + html += ''; } html += ''; // 수주단가 html += ''; - html += ''; + html += ''; html += ''; // 수주공급가액 (자동계산 + 수정가능) html += ''; - html += ''; + html += ''; html += ''; // 수주부가세 (자동계산 + 수정가능) html += ''; - html += ''; + html += ''; html += ''; // 수주총액 (자동계산 + 수정가능) html += ''; - html += ''; + html += ''; html += ''; // 삭제 버튼 @@ -718,46 +723,39 @@ var returnReason = "<%= CommonUtils.checkNull(item.get("RETURN_REASON")) %>"; var savedProduct = "<%= CommonUtils.checkNull(item.get("PRODUCT")) %>"; - // 제품구분 드롭다운 html += ''; - html += ''; - html += ''; - - html += ''; - html += ''; + html += ''; html += ''; html += ''; html += ''; - html += ''; + html += ''; html += ''; html += ''; - html += ''; + html += ''; html += ''; html += ''; - html += ''; + html += ''; html += ''; // 수주 정보 (Machine이고 프로젝트가 있으면 수량 readonly) html += ''; if(isMachine && hasProject) { - html += ''; + html += ''; } else { - html += ''; + html += ''; } html += ''; html += ''; - html += ''; + html += ''; html += ''; html += ''; - html += ''; + html += ''; html += ''; html += ''; - html += ''; + html += ''; html += ''; html += ''; - html += ''; + html += ''; html += ''; html += ''; @@ -1676,13 +1674,13 @@ - + - + - + diff --git a/WebContent/WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp b/WebContent/WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp index d2d2a86..2b181a0 100644 --- a/WebContent/WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp +++ b/WebContent/WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp @@ -696,13 +696,13 @@ html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += '
'; - html += ''; + html += ''; html += ''; html += ''; html += ''; - html += ''; + html += ''; html += ''; html += ''; @@ -1499,13 +1499,13 @@ html += ''; html += ''; - html += ''; + html += ''; html += ''; html += ''; html += ''; - html += ''; + html += ''; html += ''; html += ''; @@ -2244,15 +2244,15 @@
- - + + - - - + + + - - + + diff --git a/src/com/pms/salesmgmt/mapper/contractMgmt.xml b/src/com/pms/salesmgmt/mapper/contractMgmt.xml index 1ff5dc1..15de0b8 100644 --- a/src/com/pms/salesmgmt/mapper/contractMgmt.xml +++ b/src/com/pms/salesmgmt/mapper/contractMgmt.xml @@ -5288,6 +5288,9 @@ WHERE ORDER_SUPPLY_PRICE = #{orderSupplyPrice}, ORDER_VAT = #{orderVat}, ORDER_TOTAL_AMOUNT = #{orderTotalAmount} + + ,PRODUCT = #{product} + WHERE OBJID = #{contractItemObjId} diff --git a/src/com/pms/salesmgmt/mapper/salesNcollectMgmt.xml b/src/com/pms/salesmgmt/mapper/salesNcollectMgmt.xml index e9b12f2..f9138d2 100644 --- a/src/com/pms/salesmgmt/mapper/salesNcollectMgmt.xml +++ b/src/com/pms/salesmgmt/mapper/salesNcollectMgmt.xml @@ -1787,8 +1787,10 @@ ORDER BY T.REGDATE DESC, T.PROJECT_NO DESC