Explorar o código

주문상품리스트에 총알배송구분 항목 추가

gagamel %!s(int64=4) %!d(string=hai) anos
pai
achega
359abe3655
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/main/webapp/WEB-INF/views/order/OrderDetailForm.html

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

@@ -419,6 +419,7 @@ var columnDefsGoodsInfo = [
 					return option;
 				}
 			},
+			{ headerName: "배송구분", field: "shotDelvGb", width: 80, cellClass: 'text-center' },
 			{headerName: "브랜드"		, field: "brandGroupNm"	, width: 80, cellClass: 'text-center'},
 			{headerName: "옵션1"		, field: "colorNm"		, width: 60, cellClass: 'text-center'},
 			{headerName: "옵션2"		, field: "optCd2"		, width: 60, cellClass: 'text-center'},