|
@@ -436,6 +436,8 @@ let viewObj = {
|
436
|
436
|
console.log(result);
|
437
|
437
|
pageObj.switchScreen('VIEW');
|
438
|
438
|
$('#ITP_FORM_OPER01010_VIEW #ITP_FORM_OPER01010_VIEW_USER_ID').val(result.userId);
|
|
439
|
+ $('#ITP_FORM_OPER01010_VIEW .fnAfflShopNm').text(result.afflShopNm);
|
|
440
|
+ $('#ITP_FORM_OPER01010_VIEW .fnBrandNm').text(result.brandNm);
|
439
|
441
|
$('#ITP_FORM_OPER01010_VIEW .fnUserNm').text(result.userNm);
|
440
|
442
|
$('#ITP_FORM_OPER01010_VIEW .fnUserStatDt').text(result.userStatDt);
|
441
|
443
|
$('#ITP_FORM_OPER01010_VIEW .fnUserStatNm').text(result.userStatNm);
|