瀏覽代碼

[ST24PRJ-19] [CS개선][클레임] 취소/교환/반품>접수/상세>SKUCODE추가 수정

card007 4 年之前
父節點
當前提交
e46d94187f

+ 1 - 1
src/main/java/com/style24/persistence/mybatis/shop/TsaDelivery.xml

@@ -388,7 +388,7 @@
 		   , (SELECT G.GOODS_NM FROM TB_GOODS G WHERE G.GOODS_CD = B.ITEM_CD) AS GOODS_NM
 		   , B.OPT_CD
 		   , B.OPT_CD1
-		   , IFNULL((SELECT COLOR_KNM FROM TB_COLOR WHERE COLOR_CD = IFNULL(NULLIF(B.OPT_CD1,'') , G.MAIN_COLOR_CD ) AND USE_YN  = 'Y'), ODI.OPT_CD1) AS COLOR_NM
+		   , IFNULL((SELECT COLOR_KNM FROM TB_COLOR WHERE COLOR_CD = IFNULL(NULLIF(B.OPT_CD1,'') , G.MAIN_COLOR_CD ) AND USE_YN  = 'Y'), B.OPT_CD1) AS COLOR_NM
 		   , B.OPT_CD2
 		   , B.ITEM_QTY
 		   , B.ITEM_PRICE

+ 1 - 0
src/main/webapp/WEB-INF/views/order/OrderDetailForm.html

@@ -894,6 +894,7 @@ var columnDefsOrderChangeInfo = [
 	},
 	{headerName: "요청상태"		, field: "chgStatNm"	, width: 100	, cellClass: 'text-center'},
 	{headerName: "상품코드"		, field: "goodsCd"		, width: 100	, cellClass: 'text-center'},
+	{headerName: "SKUCODE"		, field: "optCd"		, width: 100	, cellClass: 'text-center'},
 	{headerName: "옵션1"			, field: "colorNm"		, width: 100	, cellClass: 'text-center', hide : true},
 	{headerName: "옵션2"			, field: "optCd2"		, width: 100	, cellClass: 'text-center', hide : true},
 	{headerName: "수량"			, field: "chgQty"		, width: 100	, cellClass: 'text-center'},