|
|
@@ -14,7 +14,7 @@
|
|
|
* 1.0 2021.01.18 jsshin 최초 작성
|
|
|
*******************************************************************************
|
|
|
-->
|
|
|
-<div class="modalPopup" data-width="1820" data-height="750">
|
|
|
+<div class="modalPopup" data-width="1820" data-height="750" id="customerDetailForm">
|
|
|
<div class="panelStyle">
|
|
|
<!-- TITLE -->
|
|
|
<div class="panelTitle">
|
|
|
@@ -192,7 +192,7 @@
|
|
|
<th class="dashR">가입일시</th>
|
|
|
<td class="dashR" id="joinDt" name="joinDt"></td>
|
|
|
<th class="dashR">최종로그인일시</th>
|
|
|
- <td class="dashR" id="loginDt" name="loginDt"></td>
|
|
|
+ <td class="dashR" id="loginLdt" name="loginLdt"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th class="dashR">내외국인</th>
|
|
|
@@ -520,6 +520,7 @@
|
|
|
const pubReasonList = gagajf.convertToArray([[${pubReasonList}]]); //쿠폰발행사유
|
|
|
const pntOccurGbList = gagajf.convertToArray([[${pntOccurGbList}]]); //포인트반영구분
|
|
|
const pntUploadStatList = gagajf.convertToArray([[${pntUploadStatList}]]); //포인트반영상태
|
|
|
+ const reviewPntStatList = gagajf.convertToArray([[${reviewPntStatList}]]); //상품평포인트반영상태
|
|
|
const giftCardOccurGbList = gagajf.convertToArray([[${giftCardOccurGbList}]]); //상품권유형
|
|
|
const counselClsfList = gagajf.convertToArray([[${counselClsfList}]]); //상담분류
|
|
|
const contactTypeList = gagajf.convertToArray([[${contactTypeList}]]); //회원접촉유형
|
|
|
@@ -604,8 +605,8 @@
|
|
|
return gagaAgGrid.toDateTimeFormat(params.value);
|
|
|
}
|
|
|
},
|
|
|
- {headerName: "확인NO", field: "ansNo", width: 100, cellClass: 'text-center'},
|
|
|
- {headerName: "확인자", field: "userNm", width: 100, cellClass: 'text-center'}
|
|
|
+// {headerName: "확인NO", field: "ansNo", width: 100, cellClass: 'text-center'},
|
|
|
+ {headerName: "확인자", field: "ansNm", width: 100, cellClass: 'text-center'}
|
|
|
];
|
|
|
|
|
|
// 상품문의 내역 그리드
|
|
|
@@ -630,7 +631,7 @@
|
|
|
}
|
|
|
},
|
|
|
{headerName: "확인NO", field: "ansNo", width: 100, cellClass: 'text-center'},
|
|
|
- {headerName: "확인자", field: "userNm", width: 100, cellClass: 'text-center'}
|
|
|
+ {headerName: "확인자", field: "ansNm", width: 100, cellClass: 'text-center'}
|
|
|
];
|
|
|
|
|
|
//쿠폰내역 그리드
|
|
|
@@ -747,7 +748,7 @@
|
|
|
return gagaAgGrid.lookupValue(pntOccurGbList, params.value);
|
|
|
}
|
|
|
},
|
|
|
- {headerName: "등록자", field: "regNo", width: 100, cellClass: 'text-center'}
|
|
|
+ {headerName: "등록자", field: "regNm", width: 100, cellClass: 'text-center'}
|
|
|
];
|
|
|
|
|
|
//상품평 그리드
|
|
|
@@ -772,7 +773,7 @@
|
|
|
return gagaAgGrid.toDateTimeFormat(params.value);
|
|
|
}
|
|
|
},
|
|
|
- {headerName: "지급No", field: "confirmNo", width: 130, cellClass: 'text-center'},
|
|
|
+ {headerName: "지급자", field: "confirmUnm", width: 130, cellClass: 'text-center'},
|
|
|
{headerName: "게시여부", field: "dispYn", width: 100, cellClass: 'text-center'},
|
|
|
{
|
|
|
headerName: "지급예정포인트", field: "giveDuePnt", width: 120, cellClass: 'text-center',
|
|
|
@@ -783,7 +784,7 @@
|
|
|
{
|
|
|
headerName: "포인트지급상태", field: "pntGiveStat", width: 120, cellClass: 'text-center',
|
|
|
valueFormatter: function (params) {
|
|
|
- return gagaAgGrid.lookupValue(pntUploadStatList, params.value);
|
|
|
+ return gagaAgGrid.lookupValue(reviewPntStatList, params.value);
|
|
|
}
|
|
|
}
|
|
|
];
|
|
|
@@ -839,7 +840,7 @@
|
|
|
}
|
|
|
},
|
|
|
{headerName: "삭제", field: "delYn", width: 50, cellClass: 'text-center'},
|
|
|
- {headerName: "수정자", field: "updNo", width: 100, cellClass: 'text-center'},
|
|
|
+ {headerName: "수정자", field: "regNm", width: 100, cellClass: 'text-center'},
|
|
|
{
|
|
|
headerName: "수정일시", field: "updDt", width: 150, cellClass: 'text-center',
|
|
|
cellRenderer: function (params) {
|
|
|
@@ -864,7 +865,7 @@
|
|
|
}
|
|
|
},
|
|
|
{headerName: "내용", field: "contactContents", width: 1000, cellClass: 'text-center'},
|
|
|
- {headerName: "등록자", field: "regNo", width: 100, cellClass: 'text-center'},
|
|
|
+ {headerName: "등록자", field: "regNm", width: 100, cellClass: 'text-center'},
|
|
|
{
|
|
|
headerName: "등록일", field: "regDt", width: 150, cellClass: 'text-center',
|
|
|
cellRenderer: function (params) {
|
|
|
@@ -1025,7 +1026,9 @@
|
|
|
sureBtnClick: function () {
|
|
|
let jsonData = JSON.stringify(customer);
|
|
|
//console.log(jsonData);
|
|
|
- gagajf.ajaxJsonSubmit('/customer/info/save', jsonData, fnSearchCustInfo);
|
|
|
+ gagajf.ajaxJsonSubmit('/customer/info/save', jsonData);
|
|
|
+ uifnPopupClose('customerDetailForm');
|
|
|
+ $('#btnSearch').trigger('click');
|
|
|
}
|
|
|
});
|
|
|
|
|
|
@@ -1210,8 +1213,8 @@
|
|
|
$('#managedDt').text(gagaAgGrid.toDateTimeFormat(data.managedDt));
|
|
|
$('#joinDt').text(gagaAgGrid.toDateTimeFormat(data.joinDt));
|
|
|
|
|
|
- let loginDt = fnGetLoginDt(data.loginDt);
|
|
|
- $('#loginDt').text(loginDt);
|
|
|
+ let loginLdt = fnGetloginLdt(data.loginLdt);
|
|
|
+ $('#loginLdt').text(loginLdt);
|
|
|
|
|
|
let foreignerYn = data.foreignerYn === 'Y' ? '외국인' : '내국인';
|
|
|
$('#foreignerYn').text(foreignerYn);
|
|
|
@@ -1423,10 +1426,10 @@
|
|
|
};
|
|
|
|
|
|
// 최종로그인 일시
|
|
|
- var fnGetLoginDt = function (loginDt) {
|
|
|
+ var fnGetloginLdt = function (loginLdt) {
|
|
|
let result = '로그인 이력이 없습니다.';
|
|
|
- if (!gagajf.isNull(loginDt)) {
|
|
|
- result = gagaAgGrid.toDateTimeFormat(loginDt);
|
|
|
+ if (!gagajf.isNull(loginLdt)) {
|
|
|
+ result = gagaAgGrid.toDateTimeFormat(loginLdt);
|
|
|
}
|
|
|
return result;
|
|
|
};
|