Explorar el Código

배소메모추가

jsh77b hace 4 años
padre
commit
199f5d4d77
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/main/webapp/WEB-INF/views/order/OrderSellerListForm.html

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

@@ -173,6 +173,7 @@ var columnDefs = [
 	{headerName: "수령자우편번호",		field:"recipZipcode",		width:120, cellClass: 'text-center'},
 	{headerName: "수령자기본주소",		field:"recipBaseAddr",		width:120, cellClass: 'text-center'},
 	{headerName: "수령자상세주소",		field:"recipDtlAddr",		width:120, cellClass: 'text-center'},
+	{headerName: "배송메모",			field:"delvMemo",			width:120, cellClass: 'text-center'},
 	{headerName: "업체상품코드",		field:"supplyGoodsCd",		width:100, cellClass: 'text-center'},
 	{headerName: "상품코드",			field:"goodsCd",			width:100, cellClass: 'text-center'},
 	{headerName: "상품명",			field:"goodsNm",			width:100, cellClass: 'text-center'},