|
@@ -7,7 +7,6 @@
|
7
|
7
|
<button type="button" id="ITP_BTN_VENDINFO01010_SAVE" class="btn btn-success btn-sm SAB"><i class="glyphicon"></i> 저장 </button>
|
8
|
8
|
</div>
|
9
|
9
|
<div style="top:0px; text-align:center; font-size:20px;">
|
10
|
|
- <span style="text-decoration:underline; font-weight:600;">테스트공급업체</span>
|
11
|
10
|
<button type="button" id="ITP_BTN_VENDINFO01010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
|
12
|
11
|
<button type="button" id="ITP_BTN_VENDINFO01010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
|
13
|
12
|
</div>
|
|
@@ -83,7 +82,7 @@
|
83
|
82
|
<div class="col-xs-4 itp_ip">
|
84
|
83
|
<div class="itp_form_change">
|
85
|
84
|
<div class="col-xs-7 itp_in">
|
86
|
|
- <input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_BSNS_REG_NO" data-check-required="empty" class="form-control itp_input" name="bsnsRegNo" value="">
|
|
85
|
+ <input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_BSNS_REG_NO" data-check-required="empty" data-key-up="regNo" class="form-control itp_input" name="bsnsRegNo" value="">
|
87
|
86
|
</div>
|
88
|
87
|
</div>
|
89
|
88
|
</div>
|
|
@@ -101,14 +100,14 @@
|
101
|
100
|
<div class="col-xs-4 itp_ip">
|
102
|
101
|
<div class="itp_form_change">
|
103
|
102
|
<div class="col-xs-7 itp_in">
|
104
|
|
- <input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_CORP_REG_NO" class="form-control itp_input" name="corpRegNo" value="">
|
|
103
|
+ <input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_CORP_REG_NO" class="form-control itp_input" data-key-up="corpNo" name="corpRegNo" value="">
|
105
|
104
|
</div>
|
106
|
105
|
</div>
|
107
|
106
|
</div>
|
108
|
107
|
<label class="col-xs-2 itp_lb">전화번호 *</label>
|
109
|
108
|
<div class="col-xs-4 itp_ip">
|
110
|
109
|
<div class="col-xs-8 itp_in">
|
111
|
|
- <input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_TEL_NO" data-check-required="empty" class="form-control itp_input" name="mgrTelNo" value="">
|
|
110
|
+ <input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_TEL_NO" data-check-required="empty" data-key-up="tel" class="form-control itp_input" name="mgrTelNo" value="">
|
112
|
111
|
</div>
|
113
|
112
|
</div>
|
114
|
113
|
</div>
|
|
@@ -121,8 +120,11 @@
|
121
|
120
|
<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_OWNER_NM" data-check-required="empty" class="form-control itp_input" name="ownerNm" value="">
|
122
|
121
|
</div>
|
123
|
122
|
</div>
|
124
|
|
- <label class="col-xs-2 itp_lb">FAX</label>
|
125
|
|
- <div class="col-xs-4 itp_ip">
|
|
123
|
+ <label class="col-xs-2 itp_lb">핸드폰</label>
|
|
124
|
+ <div class="col-xs-4 itp_ip">
|
|
125
|
+ <div class="col-xs-6 itp_in">
|
|
126
|
+ <input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_MBL_NO" data-key-up="tel" class="form-control itp_input" name="mgrMblNo" value="">
|
|
127
|
+ </div>
|
126
|
128
|
</div>
|
127
|
129
|
</div>
|
128
|
130
|
</div>
|
|
@@ -134,10 +136,11 @@
|
134
|
136
|
<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_EMAL_ADDR" class="form-control itp_input" name="mgrEmal" value="">
|
135
|
137
|
</div>
|
136
|
138
|
</div>
|
137
|
|
- <label class="col-xs-2 itp_lb">핸드폰</label>
|
|
139
|
+ <label class="col-xs-2 itp_lb">은행</label>
|
138
|
140
|
<div class="col-xs-4 itp_ip">
|
139
|
|
- <div class="col-xs-6 itp_in">
|
140
|
|
- <input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_MBL_NO" class="form-control itp_input" name="mgrMblNo" value="">
|
|
141
|
+ <div class="col-xs-8 itp_in">
|
|
142
|
+ <select id="ITP_FORM_VENDINFO01010_DETAIL_BNK_CD" data-select-code="BNK_CD" class="form-control itp_input" name="bnkCd">
|
|
143
|
+ </select>
|
141
|
144
|
</div>
|
142
|
145
|
</div>
|
143
|
146
|
</div>
|
|
@@ -151,13 +154,8 @@
|
151
|
154
|
</select>
|
152
|
155
|
</div>
|
153
|
156
|
</div>
|
154
|
|
- <label class="col-xs-2 itp_lb">은행</label>
|
155
|
|
- <div class="col-xs-4 itp_ip">
|
156
|
|
- <div class="col-xs-8 itp_in">
|
157
|
|
- <select id="ITP_FORM_VENDINFO01010_DETAIL_BNK_CD" data-select-code="BNK_CD" class="form-control itp_input" name="bnkCd">
|
158
|
|
- </select>
|
159
|
|
- </div>
|
160
|
|
- </div>
|
|
157
|
+ <label class="col-xs-2 itp_lb"></label>
|
|
158
|
+ <div class="col-xs-4 itp_ip"></div>
|
161
|
159
|
</div>
|
162
|
160
|
</div>
|
163
|
161
|
<div class="itp_form_in">
|
|
@@ -176,14 +174,7 @@
|
176
|
174
|
</div>
|
177
|
175
|
</div>
|
178
|
176
|
</div>
|
179
|
|
- <div class="itp_form_in">
|
180
|
|
- <div class="form-group">
|
181
|
|
- <label class="col-xs-2 itp_lb"></label>
|
182
|
|
- <div id="ITP_VENDINFO01010_DETAIL_ACCT_FILE_LOGO_FILE" class="col-xs-4 itp_in">bjb hnjnn jl</div>
|
183
|
|
- <label class="col-xs-2 itp_lb"></label>
|
184
|
|
- <div id="ITP_VENDINFO01010_DETAIL_CORP_FILE_LOGO_FILE" class="col-xs-4 itp_in">ghgggggggggggggggggggggggggg</div>
|
185
|
|
- </div>
|
186
|
|
- </div>
|
|
177
|
+
|
187
|
178
|
<div class="itp_form_in">
|
188
|
179
|
<div class="form-group">
|
189
|
180
|
<label class="col-xs-2 itp_lb">통장사본</label>
|
|
@@ -229,13 +220,13 @@
|
229
|
220
|
<div class="form-group">
|
230
|
221
|
<label class="col-xs-2 itp_lb">등록자/등록일</label>
|
231
|
222
|
<div class="col-xs-4 itp_ip">
|
232
|
|
- <div class="col-xs-2 itp_in fnRegId"></div>
|
|
223
|
+ <div class="col-xs-4 itp_in fnRegId"></div>
|
233
|
224
|
<label class="col-xs-1 itp_in">/</label>
|
234
|
225
|
<div class="col-xs-5 itp_in fnRegDt"></div>
|
235
|
226
|
</div>
|
236
|
227
|
<label class="col-xs-2 itp_lb">수정자/수정일</label>
|
237
|
228
|
<div class="4 itp_ip">
|
238
|
|
- <div class="col-xs-2 itp_in fnChgId"></div>
|
|
229
|
+ <div class="col-xs-4 itp_in fnChgId"></div>
|
239
|
230
|
<label class="col-xs-1 itp_in">/</label>
|
240
|
231
|
<div class="col-xs-5 itp_in fnChgDt"></div>
|
241
|
232
|
</div>
|