From 735ea9e048d2232dc72bcb8d3da6c5abcf4f475e Mon Sep 17 00:00:00 2001 From: leeheejin Date: Wed, 19 Nov 2025 18:24:08 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B0=BD=EA=B3=A0=EA=B4=80=EB=A6=AC=20?= =?UTF-8?q?=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/classes/com/pms/mapper/admin.xml | 9 ++---- .../warehouseList/warehouseListFormPopUp.jsp | 28 +++++++++++-------- .../admin/warehouseList/warehouseMngList.jsp | 16 +++++++---- src/com/pms/mapper/admin.xml | 9 ++---- src/com/pms/service/AdminService.java | 5 ++-- 5 files changed, 36 insertions(+), 31 deletions(-) diff --git a/WebContent/WEB-INF/classes/com/pms/mapper/admin.xml b/WebContent/WEB-INF/classes/com/pms/mapper/admin.xml index 3472ca9..f7357a1 100644 --- a/WebContent/WEB-INF/classes/com/pms/mapper/admin.xml +++ b/WebContent/WEB-INF/classes/com/pms/mapper/admin.xml @@ -8747,15 +8747,12 @@ SELECT - - UPDATE + + DELETE FROM WAREHOUSE_LOCATION - SET - USE_STATUS = 'N', - MODIFY_DT = NOW() WHERE OBJID = #{OBJID}::numeric - + diff --git a/WebContent/WEB-INF/view/admin/warehouseList/warehouseListFormPopUp.jsp b/WebContent/WEB-INF/view/admin/warehouseList/warehouseListFormPopUp.jsp index 37f7b9c..4269680 100644 --- a/WebContent/WEB-INF/view/admin/warehouseList/warehouseListFormPopUp.jsp +++ b/WebContent/WEB-INF/view/admin/warehouseList/warehouseListFormPopUp.jsp @@ -70,13 +70,16 @@ function convertToDBFormat(dateStr) { -
- - "> - -

창고 등록/수정

- - +
+
+

창고 등록/수정

+
+
+ + + "> + +
@@ -166,9 +169,12 @@ function convertToDBFormat(dateStr) { -
위치코드 ATTR_NMK
- - -
+ + + +
+ +
+ \ No newline at end of file diff --git a/WebContent/WEB-INF/view/admin/warehouseList/warehouseMngList.jsp b/WebContent/WEB-INF/view/admin/warehouseList/warehouseMngList.jsp index cb7adfb..a4b84b2 100644 --- a/WebContent/WEB-INF/view/admin/warehouseList/warehouseMngList.jsp +++ b/WebContent/WEB-INF/view/admin/warehouseList/warehouseMngList.jsp @@ -34,6 +34,7 @@ + <%=Constants.SYSTEM_NAME%>