tsit14 hace 5 años
padre
commit
709e7a7067
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/webapp/WEB-INF/views/order/OrderListForm.html

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

@@ -310,7 +310,7 @@ var columnDefsOrderList = [
 			}
 		}
 	},
-	{headerName: "고객고유번호"	, field: "custNo"		, width: 120, cellClass: 'text-center', hide: true},
+	{headerName: "고객고유번호", field: "custNo"		, width: 120, cellClass: 'text-center', hide: true},
 	{headerName: "외부몰"		, field: "extmallNm"	, width: 100, cellClass: 'text-center', sortable: true},
 	{headerName: "휴대폰번호"	, field: "orderPhnno"	, width: 120, cellClass: 'text-center', hide: true},
 	{