Explorar el Código

회원상세 수정

jsshin hace 4 años
padre
commit
4329e016ef
Se han modificado 1 ficheros con 3 adiciones y 11 borrados
  1. 3 11
      src/main/webapp/WEB-INF/views/customer/CustomerDetailForm.html

+ 3 - 11
src/main/webapp/WEB-INF/views/customer/CustomerDetailForm.html

@@ -621,18 +621,13 @@
 				return gagaAgGrid.lookupValue(counselClsfList, params.value);
 			}
 		},
-		{headerName: "상담상세분류", field: "counselDclsf", width: 200, cellClass: 'text-center'},
-		{headerName: "주문번호", field: "relOrdNo", width: 100, cellClass: 'text-center',
-			cellRenderer: function (params) {
-				return gagajf.isNull(params.value)? '' : '<a href="javascript:void(0);">' + params.value + '</a>';
-			}
-		},
 		{
 			headerName: "질문제목", field: "questTitle", width: 300, cellClass: 'text-center',
 			cellRenderer: function (params) {
 				return '<a href="javascript:void(0);">' + params.value + '</a>';
 			}
 		},
+		{headerName: "비밀글여부", field: "secretYn", width: 100, cellClass: 'text-center'},
 		{
 			headerName: "등록일시", field: "questDt", width: 150, cellClass: 'text-center',
 			cellRenderer: function (params) {
@@ -657,6 +652,7 @@
 				return '<a href="javascript:void(0);">' + params.value + '</a>';
 			}
 		},
+		{headerName: "비밀글여부", field: "secretYn", width: 100, cellClass: 'text-center'},
 		{
 			headerName: "등록일시", field: "questDt", width: 150, cellClass: 'text-center',
 			cellRenderer: function (params) {
@@ -664,7 +660,7 @@
 			}
 		},
 		{
-			headerName: "답변일시", field: "ansTransDt", width: 150, cellClass: 'text-center',
+			headerName: "답변일시", field: "ansDt", width: 150, cellClass: 'text-center',
 			cellRenderer: function (params) {
 				return gagaAgGrid.toDateTimeFormat(params.value);
 			}
@@ -1192,10 +1188,6 @@
 			let counselSq = event.data.counselSq;
 			cfnOpenOneToOneQnaDetailPopup(counselSq);
 		}
-		if (event.colDef.field === 'relOrdNo') {
-			let ordNo = event.data.relOrdNo;
-			cfnOpenOrderDetailPopup(ordNo);
-		}
 	};
 
 	// 상품문의 내역 셀 클릭 이벤트