|
@@ -107,13 +107,13 @@
|
107
|
107
|
<label class="col-xs-2 itp_lb">매장명 *</label>
|
108
|
108
|
<div class="col-xs-4 itp_ip">
|
109
|
109
|
<div class="col-xs-9 itp_in">
|
110
|
|
- <input type="text" id="ITP_FORM_STINFO02011_DETAIL_STORE_NM" data-check-required="empty" class="form-control itp_input" name="storeNm" value="">
|
|
110
|
+ <input type="text" id="ITP_FORM_STINFO02011_DETAIL_STORE_NM" data-check-required="empty" class="form-control itp_input" name="storeNm" value="" maxlength="40">
|
111
|
111
|
</div>
|
112
|
112
|
</div>
|
113
|
113
|
<label class="col-xs-2 itp_lb">업태</label>
|
114
|
114
|
<div class="col-xs-4 itp_ip">
|
115
|
115
|
<div class="col-xs-7 itp_in">
|
116
|
|
- <input type="text" id="ITP_FORM_STINFO02011_DETAIL_BSNS_CNDT" class="form-control itp_input" name="bsnsCndt" value="">
|
|
116
|
+ <input type="text" id="ITP_FORM_STINFO02011_DETAIL_BSNS_CNDT" class="form-control itp_input" name="bsnsCndt" value="" maxlength="100">
|
117
|
117
|
</div>
|
118
|
118
|
</div>
|
119
|
119
|
</div>
|
|
@@ -129,7 +129,7 @@
|
129
|
129
|
<label class="col-xs-2 itp_lb">업종</label>
|
130
|
130
|
<div class="col-xs-4 itp_ip">
|
131
|
131
|
<div class="col-xs-7 itp_in">
|
132
|
|
- <input type="text" id="ITP_FORM_STINFO02011_DETAIL_CTGR_BSNS" class="form-control itp_input" name="ctgrBsns" value="">
|
|
132
|
+ <input type="text" id="ITP_FORM_STINFO02011_DETAIL_CTGR_BSNS" class="form-control itp_input" name="ctgrBsns" value="" maxlength="100">
|
133
|
133
|
</div>
|
134
|
134
|
</div>
|
135
|
135
|
</div>
|
|
@@ -139,7 +139,7 @@
|
139
|
139
|
<label class="col-xs-2 itp_lb">법인번호</label>
|
140
|
140
|
<div class="col-xs-4 itp_ip">
|
141
|
141
|
<div class="col-xs-6 itp_in">
|
142
|
|
- <input type="text" id="ITP_FORM_STINFO02011_DETAIL_CORP_REG_NO" data-key-up="corpNo" class="form-control itp_input" name="corpRegNo" value="">
|
|
142
|
+ <input type="text" id="ITP_FORM_STINFO02011_DETAIL_CORP_REG_NO" data-key-up="corpNo" class="form-control itp_input" name="corpRegNo" value="" maxlength="14">
|
143
|
143
|
</div>
|
144
|
144
|
</div>
|
145
|
145
|
<label class="col-xs-2 itp_lb">전화번호 *</label>
|
|
@@ -155,7 +155,7 @@
|
155
|
155
|
<label class="col-xs-2 itp_lb">점주/대표자명*</label>
|
156
|
156
|
<div class="col-xs-4 itp_ip">
|
157
|
157
|
<div class="col-xs-6 itp_in">
|
158
|
|
- <input type="text" id="ITP_FORM_STINFO02011_DETAIL_OWNER_NM" data-check-required="empty" class="form-control itp_input" name="ownerNm" value="">
|
|
158
|
+ <input type="text" id="ITP_FORM_STINFO02011_DETAIL_OWNER_NM" data-check-required="empty" class="form-control itp_input" name="ownerNm" value="" maxlength="20">
|
159
|
159
|
</div>
|
160
|
160
|
</div>
|
161
|
161
|
<label class="col-xs-2 itp_lb">FAX</label>
|
|
@@ -177,7 +177,7 @@
|
177
|
177
|
<label class="col-xs-2 itp_lb">이메일 *</label>
|
178
|
178
|
<div class="col-xs-4 itp_ip">
|
179
|
179
|
<div class="col-xs-7 itp_in">
|
180
|
|
- <input type="text" id="ITP_FORM_STINFO02011_DETAIL_EMAL_ADDR" data-check-required="empty" class="form-control itp_input" name="emalAddr" value="">
|
|
180
|
+ <input type="text" id="ITP_FORM_STINFO02011_DETAIL_EMAL_ADDR" data-check-required="empty" class="form-control itp_input" name="emalAddr" value="" maxlength="50">
|
181
|
181
|
</div>
|
182
|
182
|
</div>
|
183
|
183
|
</div>
|
|
@@ -244,10 +244,10 @@
|
244
|
244
|
</select>
|
245
|
245
|
</div>
|
246
|
246
|
<div class="col-xs-4 itp_in">
|
247
|
|
- <input type="text" id="ITP_FORM_STINFO02011_DETAIL_CREATE_ACCT_NO" data-check-required="empty" onKeyup="this.value=this.value.replace(/[^-0-9]/g,'');" class="form-control itp_input" name="acctNo" value="" placeholder="계좌번호">
|
|
247
|
+ <input type="text" id="ITP_FORM_STINFO02011_DETAIL_CREATE_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">
|
248
|
248
|
</div>
|
249
|
249
|
<div class="col-xs-2 itp_in">
|
250
|
|
- <input type="text" id="ITP_FORM_STINFO02011_DETAIL_CREATE_OWAC_NM" data-check-required="empty" class="form-control itp_input" name="owacNm" value="" placeholder="예금주명">
|
|
250
|
+ <input type="text" id="ITP_FORM_STINFO02011_DETAIL_CREATE_OWAC_NM" data-check-required="empty" class="form-control itp_input" name="owacNm" value="" placeholder="예금주명" maxlength="20">
|
251
|
251
|
</div>
|
252
|
252
|
</div>
|
253
|
253
|
</div>
|
|
@@ -284,10 +284,10 @@
|
284
|
284
|
</select>
|
285
|
285
|
</div>
|
286
|
286
|
<div class="col-xs-5 itp_in" style="width:37%;">
|
287
|
|
- <input type="text" id="ITP_FORM_STINFO02011_DETAIL_ACCT_NO" data-check-required="empty" onKeyup="this.value=this.value.replace(/[^-0-9]/g,'');" class="form-control itp_input" name="acctNo" value="" placeholder="계좌번호">
|
|
287
|
+ <input type="text" id="ITP_FORM_STINFO02011_DETAIL_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">
|
288
|
288
|
</div>
|
289
|
289
|
<div class="col-xs-2 itp_in" style="width:22%; margin-right:0;">
|
290
|
|
- <input type="text" id="ITP_FORM_STINFO02011_DETAIL_OWAC_NM" data-check-required="empty" class="form-control itp_input" name="owacNm" value="" placeholder="예금주명">
|
|
290
|
+ <input type="text" id="ITP_FORM_STINFO02011_DETAIL_OWAC_NM" data-check-required="empty" class="form-control itp_input" name="owacNm" value="" placeholder="예금주명" maxlength="20">
|
291
|
291
|
</div>
|
292
|
292
|
</div>
|
293
|
293
|
<label class="col-xs-2 itp_lb">정산타입*</label>
|
|
@@ -437,6 +437,8 @@
|
437
|
437
|
<div class="itp_form_in">
|
438
|
438
|
<div class="form-group">
|
439
|
439
|
<label class="col-xs-2 itp_lb">매장계좌정보</label>
|
|
440
|
+ <select id="ITP_FORM_STINFO02011_VIEW_BNK_CD" data-select-code="BNK_CD" class="form-control itp_input" name="bnkCd" style="display: none;">
|
|
441
|
+ </select>
|
440
|
442
|
<div class="col-xs-4 itp_ip fnStoreAcctInfo"></div>
|
441
|
443
|
<label class="col-xs-2 itp_lb">정산타입</label>
|
442
|
444
|
<div class="col-xs-4 itp_ip fnLoanDvsn"></div>
|