Browse Source

운영관리-브랜드관리 세부조정-2

yhl88 2 years ago
parent
commit
e77b240e24

+ 1 - 1
src/main/webapp/app/oper/OPER06010.html

@@ -200,7 +200,7 @@
200 200
 													<input type="text" id="ITP_FORM_OPER06010_DETAIL_RCV_ACCT_NO" data-check-required="empty" onKeyup="this.value=this.value.replace(/[^-0-9]/g,'');" class="form-control itp_input" name="acctNo" value="" placeholder="계좌번호" maxlength="20">
201 201
 												</div>
202 202
 												<div class="col-xs-2 itp_in" style="width:22%; margin-right:0;">
203
-													<input type="text" id="ITP_FORM_OPER06010_DETAIL_OWAC_NM" data-check-required="empty" class="form-control itp_input" name="owacNm" value="" placeholder="예금주명" maxlength="40">
203
+													<input type="text" id="ITP_FORM_OPER06010_DETAIL_OWAC_NM" data-check-required="empty" class="form-control itp_input" name="owacNm" value="" placeholder="예금주명" maxlength="20">
204 204
 												</div>
205 205
 											</div>
206 206
 											<label class="col-xs-2 itp_lb">PG사</label>

+ 3 - 1
src/main/webapp/js/app/oper/ITP_OPER06010.js

@@ -522,7 +522,9 @@ let modifyObj = {
522 522
 
523 523
 		$('#ITP_FORM_OPER06010_DETAIL #ITP_FORM_OPER06010_DETAIL_OQ_BRAND_ID').val(result.oqBrandId);
524 524
 
525
-        $('#ITP_FORM_OPER06010_DETAIL .fnAddDt').text(result.sysRegDttm);
525
+		$('#ITP_FORM_OPER06010_DETAIL .fnRegId').text(result.sysRegId);
526
+        $('#ITP_FORM_OPER06010_DETAIL .fnRegDt').text(result.sysRegDttm);
527
+        $('#ITP_FORM_OPER06010_DETAIL .fnChgId').text(result.sysChgId);
526 528
         $('#ITP_FORM_OPER06010_DETAIL .fnChgDt').text(result.sysChgDttm);
527 529
 
528 530
         $('#ITP_FORM_OPER06010_DETAIL #ITP_FORM_OPER06010_DETAIL_PG_ID').trigger('change');