|
@@ -9,7 +9,7 @@
|
9
|
9
|
<button type="button" id="ITP_BTN_STINFO02010_NEWREG" class="btn btn-primary btn-sm NEB" style="display: inline-block;"><i class="glyphicon"></i> 신규등록 </button>
|
10
|
10
|
<button type="button" id="ITP_BTN_STINFO02010_SAVE" class="btn btn-success btn-sm SAB"><i class="glyphicon"></i> 저장 </button>
|
11
|
11
|
<button type="button" id="ITP_BTN_STINFO02010_CANCELLIST" class="btn btn-warning btn-sm PRB"><i class="glyphicon"></i> 취소/목록 </button>
|
12
|
|
- </div>
|
|
12
|
+ </div>
|
13
|
13
|
</div>
|
14
|
14
|
<div class="itp_det_in">
|
15
|
15
|
<div id="ITP_AJAX_STINFO02010_LIST_CONTAINER">
|
|
@@ -20,19 +20,20 @@
|
20
|
20
|
<div class="form-group">
|
21
|
21
|
<div class="col-xs-2 itp_ip itp_noMar">
|
22
|
22
|
<select id="ITP_FORM_STINFO02010_SERVICE_ST_DT" class="form-control itp_input" name="searchDateType">
|
|
23
|
+ <option value="">선택</option>
|
23
|
24
|
<option value="20">등록일</option>
|
24
|
25
|
<option value="10">오픈일</option>
|
25
|
26
|
</select>
|
26
|
27
|
</div>
|
27
|
28
|
<div class="col-xs-10 itp_ip itp_noMar">
|
28
|
|
- <div class="col-xs-4 itp_ip">
|
29
|
|
- <div class="input-daterange input-group date">
|
30
|
|
- <input type="text" id="ITP_FORM_STINFO02010_SEARCH_REG_DT" class="form-control itp_input" name="fromDt" readonly>
|
31
|
|
- <span class="input-group-addon itp_date_to">~</span>
|
32
|
|
- <input type="text" id="ITP_FORM_STINFO02010_SEARCH_OPEN_DT" class="form-control itp_input" name="toDt" readonly>
|
|
29
|
+ <div class="col-xs-4 itp_ip">
|
|
30
|
+ <div class="input-daterange input-group date">
|
|
31
|
+ <input type="text" id="ITP_FORM_STINFO02010_SEARCH_REG_DT" class="form-control itp_input" name="fromDt" readonly>
|
|
32
|
+ <span class="input-group-addon itp_date_to">~</span>
|
|
33
|
+ <input type="text" id="ITP_FORM_STINFO02010_SEARCH_OPEN_DT" class="form-control itp_input" name="toDt" readonly>
|
|
34
|
+ </div>
|
33
|
35
|
</div>
|
34
|
36
|
</div>
|
35
|
|
- </div>
|
36
|
37
|
</div>
|
37
|
38
|
<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
|
38
|
39
|
<div class="col-xs-2 itp_ip itp_noMar">
|
|
@@ -72,7 +73,7 @@
|
72
|
73
|
<div class="col-xs-12">
|
73
|
74
|
<form id="ITP_FORM_STINFO02010_DETAIL" class="form-horizontal">
|
74
|
75
|
<input type="hidden" id="ITP_FORM_STINFO02010_DETAIL_VIEW_CD" name="viewCd" value="R">
|
75
|
|
- <input type="hidden" id="ITP_FORM_STINFO02010_DETAIL_BRAND_ID" name="brandId" value="">
|
|
76
|
+ <input type="hidden" id="ITP_FORM_STINFO02010_DETAIL_BRAND_ID" name="brandId" value="">
|
76
|
77
|
<input type="hidden" id="ITP_FORM_STINFO02010_DETAIL_STORE_ID" name="storeId" value="">
|
77
|
78
|
<section class="itp_form_sec">
|
78
|
79
|
<h4 class="itp_form_tit">매장정보-신규</h4>
|
|
@@ -85,7 +86,7 @@
|
85
|
86
|
<label class="col-xs-2 itp_lb">상태 *</label>
|
86
|
87
|
<div class="col-xs-4 itp_ip">
|
87
|
88
|
<div class="col-xs-7 itp_in">
|
88
|
|
- <select id="ITP_FORM_STINFO02010_DETAIL_STORE_ST_CD" data-select-code="ST_CD" data-check-required="empty" class="form-control itp_input" name="stCd"></select>
|
|
89
|
+ <select id="ITP_FORM_STINFO02010_DETAIL_STORE_ST_CD" data-select-code="STORE_ST_CD" data-check-required="empty" class="form-control itp_input" name="stCd"></select>
|
89
|
90
|
</div>
|
90
|
91
|
</div>
|
91
|
92
|
</div>
|
|
@@ -99,7 +100,7 @@
|
99
|
100
|
<label class="col-xs-2 itp_lb">매장구분 *</label>
|
100
|
101
|
<div class="col-xs-4 itp_ip">
|
101
|
102
|
<div class="col-xs-7 itp_in">
|
102
|
|
- <select id="ITP_FORM_STINFO02010_DETAIL_STORE_DVSN" data-select-code="STORE_DVSN" data-check-required="empty" class="form-control itp_input" name="storeDvsn"></select>
|
|
103
|
+ <select id="ITP_FORM_STINFO02010_DETAIL_STORE_DVSN" data-select-code="STORE_DVSN" data-check-required="empty" class="form-control itp_input" name="storeDvsn"></select>
|
103
|
104
|
</div>
|
104
|
105
|
</div>
|
105
|
106
|
</div>
|
|
@@ -115,7 +116,7 @@
|
115
|
116
|
<label class="col-xs-2 itp_lb">업태</label>
|
116
|
117
|
<div class="col-xs-4 itp_ip">
|
117
|
118
|
<div class="col-xs-7 itp_in">
|
118
|
|
- <input type="text" id="ITP_FORM_STINFO02010_DETAIL_BSNS_CNDT" class="form-control itp_input" name="bsnsCndt" value="">
|
|
119
|
+ <input type="text" id="ITP_FORM_STINFO02010_DETAIL_BSNS_CNDT" class="form-control itp_input" name="bsnsCndt" value="">
|
119
|
120
|
</div>
|
120
|
121
|
</div>
|
121
|
122
|
</div>
|
|
@@ -131,7 +132,7 @@
|
131
|
132
|
<label class="col-xs-2 itp_lb">업종</label>
|
132
|
133
|
<div class="col-xs-4 itp_ip">
|
133
|
134
|
<div class="col-xs-7 itp_in">
|
134
|
|
- <input type="text" id="ITP_FORM_STINFO02010_DETAIL_CTGR_BSNS" class="form-control itp_input" name="ctgrBsns" value="">
|
|
135
|
+ <input type="text" id="ITP_FORM_STINFO02010_DETAIL_CTGR_BSNS" class="form-control itp_input" name="ctgrBsns" value="">
|
135
|
136
|
</div>
|
136
|
137
|
</div>
|
137
|
138
|
</div>
|
|
@@ -147,7 +148,7 @@
|
147
|
148
|
<label class="col-xs-2 itp_lb">전화번호 *</label>
|
148
|
149
|
<div class="col-xs-4 itp_ip">
|
149
|
150
|
<div class="col-xs-7 itp_in">
|
150
|
|
- <input type="text" id="ITP_FORM_STINFO02010_DETAIL_TEL_NO" data-check-required="empty" class="form-control itp_input" name="telNo" value="">
|
|
151
|
+ <input type="text" id="ITP_FORM_STINFO02010_DETAIL_TEL_NO" data-check-required="empty" class="form-control itp_input" name="telNo" value="">
|
151
|
152
|
</div>
|
152
|
153
|
</div>
|
153
|
154
|
</div>
|
|
@@ -157,13 +158,13 @@
|
157
|
158
|
<label class="col-xs-2 itp_lb">점주/대표자명*</label>
|
158
|
159
|
<div class="col-xs-4 itp_ip">
|
159
|
160
|
<div class="col-xs-6 itp_in">
|
160
|
|
- <input type="text" id="ITP_FORM_STINFO02010_DETAIL_OWNER_NM" class="form-control itp_input" name="ownerNm" value="">
|
|
161
|
+ <input type="text" id="ITP_FORM_STINFO02010_DETAIL_OWNER_NM" data-check-required="empty" class="form-control itp_input" name="ownerNm" value="">
|
161
|
162
|
</div>
|
162
|
163
|
</div>
|
163
|
164
|
<label class="col-xs-2 itp_lb">FAX</label>
|
164
|
165
|
<div class="col-xs-4 itp_ip">
|
165
|
166
|
<div class="col-xs-7 itp_in">
|
166
|
|
- <input type="text" id="ITP_FORM_STINFO02010_DETAIL_FAX_NO" class="form-control itp_input" name="faxNo" value="">
|
|
167
|
+ <input type="text" id="ITP_FORM_STINFO02010_DETAIL_FAX_NO" class="form-control itp_input" name="faxNo" value="">
|
167
|
168
|
</div>
|
168
|
169
|
</div>
|
169
|
170
|
</div>
|
|
@@ -179,7 +180,7 @@
|
179
|
180
|
<label class="col-xs-2 itp_lb">이메일</label>
|
180
|
181
|
<div class="col-xs-4 itp_ip">
|
181
|
182
|
<div class="col-xs-7 itp_in">
|
182
|
|
- <input type="text" id="ITP_FORM_STINFO02010_DETAIL_EMAL_ADDR" class="form-control itp_input" name="emalAddr" value="">
|
|
183
|
+ <input type="text" id="ITP_FORM_STINFO02010_DETAIL_EMAL_ADDR" class="form-control itp_input" name="emalAddr" value="">
|
183
|
184
|
</div>
|
184
|
185
|
</div>
|
185
|
186
|
</div>
|
|
@@ -189,15 +190,15 @@
|
189
|
190
|
<label class="col-xs-2 itp_lb">지역 *</label>
|
190
|
191
|
<div class="col-xs-4 itp_ip">
|
191
|
192
|
<div class="col-xs-6 itp_in">
|
192
|
|
- <select id="ITP_FORM_STINFO02010_DETAIL_AREA_CD" data-select-code="AREA_CD" data-check-required="empty" class="form-control itp_input" name="areaCd">
|
193
|
|
- </select>
|
|
193
|
+ <select id="ITP_FORM_STINFO02010_DETAIL_AREA_CD" data-select-code="AREA_CD" data-check-required="empty" class="form-control itp_input" name="areaCd">
|
|
194
|
+ </select>
|
194
|
195
|
</div>
|
195
|
196
|
</div>
|
196
|
197
|
<label class="col-xs-2 itp_lb">오픈일</label>
|
197
|
198
|
<div class="col-xs-5 itp_ip">
|
198
|
199
|
<div class="col-xs-7 itp_in">
|
199
|
|
- <div class="input-daterange input-group date itp_in">
|
200
|
|
- <input type="text" id="ITP_FORM_STINFO02010_DETAIL_FROM_DT" class="form-control itp_input" name="regDt" value="2022.08.10">
|
|
200
|
+ <div class="input-daterange input-group date itp_in">
|
|
201
|
+ <input type="text" id="ITP_FORM_STINFO02010_DETAIL_FROM_DT" class="form-control itp_input" name="openDt" value="2022.08.10">
|
201
|
202
|
</div>
|
202
|
203
|
</div>
|
203
|
204
|
</div>
|
|
@@ -205,37 +206,83 @@
|
205
|
206
|
</div>
|
206
|
207
|
<div class="itp_form_in">
|
207
|
208
|
<div class="form-group">
|
208
|
|
- <label class="col-xs-2 itp_lb">브랜드 계좌정보</label>
|
209
|
|
- <div class="col-xs-4 itp_ip">
|
210
|
|
- <div class="col-xs-12 itp_in fbBrandAcctInfo"></div>
|
|
209
|
+ <label class="col-xs-2 itp_lb">매장계좌정보</label>
|
|
210
|
+ <div class="col-xs-12 itp_ip">
|
|
211
|
+ <div class="col-xs-1 itp_in">
|
|
212
|
+ <select id="ITP_FORM_STINFO02010_DETAIL_BNK_CD" data-select-code="BNK_CD" data-check-required="empty" class="form-control itp_input" name="bnkCd">
|
|
213
|
+ </select>
|
|
214
|
+ </div>
|
|
215
|
+ <div class="col-xs-4 itp_in">
|
|
216
|
+ <input type="text" id="ITP_FORM_STINFO02010_DETAIL_ACCT_NO" data-check-required="empty" class="form-control itp_input" name="acctNo" value="" placeholder="계좌번호">
|
|
217
|
+ </div>
|
|
218
|
+ <div class="col-xs-2 itp_in">
|
|
219
|
+ <input type="text" id="ITP_FORM_STINFO02010_DETAIL_OWAC_NM" data-check-required="empty" class="form-control itp_input" name="owacNm" value="" placeholder="예금주명">
|
|
220
|
+ </div>
|
211
|
221
|
</div>
|
|
222
|
+ </div>
|
|
223
|
+ </div>
|
|
224
|
+ <div class="itp_form_in">
|
|
225
|
+ <div class="form-group">
|
212
|
226
|
<label class="col-xs-2 itp_lb">정산타입*</label>
|
213
|
227
|
<div class="col-xs-4 itp_ip">
|
214
|
228
|
<div class="col-xs-7 itp_in">
|
215
|
|
- <select id="ITP_FORM_STINFO02010_DETAIL_LOAN_DVSN" data-select-code="LOAN_DVSN" class="form-control itp_input" name="loanDvsn">
|
|
229
|
+ <select id="ITP_FORM_STINFO02010_DETAIL_LOAN_DVSN" data-select-code="LOAN_DVSN" data-check-required="empty" class="form-control itp_input" name="loanDvsn">
|
216
|
230
|
</select>
|
217
|
231
|
</div>
|
218
|
232
|
<div class="col-xs-4 itp_in">
|
219
|
|
- <input type="text" id="ITP_FORM_STINFO02010_DETAIL_CREDT_LIMIT_AMT" class="form-control itp_input" name="credtLimitAmt" value="후불한도금액">
|
|
233
|
+ <input type="text" id="ITP_FORM_STINFO02010_DETAIL_LIMIT_AMT" class="form-control itp_input" name="limitAmt" placeholder="후불한도금액">
|
|
234
|
+ </div>
|
|
235
|
+ </div>
|
|
236
|
+ <label class="col-xs-2 itp_lb">창고사용여부</label>
|
|
237
|
+ <div class="col-xs-4 itp_ip">
|
|
238
|
+ <div class="col-xs-7 itp_in">
|
|
239
|
+ <select id="ITP_FORM_STINFO02010_DETAIL_WHS_USE_YN" data-select-code="WHS_USE_YN" class="form-control itp_input" name="whsUseYn">
|
|
240
|
+ </select>
|
220
|
241
|
</div>
|
221
|
242
|
</div>
|
222
|
243
|
</div>
|
223
|
244
|
</div>
|
224
|
|
- <div class="itp_form_in">
|
|
245
|
+ <div class="itp_form_info">
|
|
246
|
+ <div class="itp_form_in">
|
|
247
|
+ <div class="form-group">
|
|
248
|
+ <label class="col-xs-2 itp_lb">입금계좌정보</label>
|
|
249
|
+ <div class="col-xs-4 itp_ip">
|
|
250
|
+ <div class="col-xs-12 itp_in fnBrandAcctInfo"></div>
|
|
251
|
+ </div>
|
|
252
|
+ <label class="col-xs-2 itp_lb">가수금액</label>
|
|
253
|
+ <div class="col-xs-4 itp_ip">
|
|
254
|
+ <div class="col-xs-12 itp_in fnAcctBal"></div>
|
|
255
|
+ </div>
|
|
256
|
+ </div>
|
|
257
|
+ </div>
|
|
258
|
+ <div class="itp_form_in">
|
|
259
|
+ <div class="form-group">
|
|
260
|
+ <label class="col-xs-2 itp_lb">현 잔여한도</label>
|
|
261
|
+ <div class="col-xs-4 itp_ip">
|
|
262
|
+ <div class="col-xs-12 itp_in fnTmpRcvAcctTotal"></div>
|
|
263
|
+ </div>
|
|
264
|
+ <label class="col-xs-2 itp_lb">수정일</label>
|
|
265
|
+ <div class="col-xs-4 itp_ip">
|
|
266
|
+ <div class="col-xs-12 itp_in fnSysChgDttm"></div>
|
|
267
|
+ </div>
|
|
268
|
+ </div>
|
|
269
|
+ </div>
|
|
270
|
+ </div>
|
|
271
|
+ <div class="itp_form_in">
|
225
|
272
|
<div class="form-group">
|
226
|
273
|
<label class="col-xs-2 itp_lb">주소 *</label>
|
227
|
274
|
<div class="col-xs-10 itp_ip">
|
228
|
275
|
<div class="col-xs-1 itp_in">
|
229
|
|
- <input type="text" id="ITP_FORM_STINFO02010_DETAIL_ZIPNO" class="form-control itp_input" name="zipNo" value="" maxlength="6" placeholder="우편번호">
|
|
276
|
+ <input type="text" id="ITP_FORM_STINFO02010_DETAIL_ZIPNO" data-check-required="empty" class="form-control itp_input" name="zipNo" value="" maxlength="6" placeholder="우편번호">
|
230
|
277
|
</div>
|
231
|
278
|
<div class="col-xs-2 itp_in" style="width:10%;">
|
232
|
279
|
<button type="button" id="ITP_FORM_STINFO02010_DETAIL_ADRES_SCH" class="btn btn-primary btn-sm SHOW" style="margin: -1px 0px 0px 3px;"> 주소검색 </button>
|
233
|
280
|
</div>
|
234
|
281
|
<div class="col-xs-4 itp_in" style="margin:0 5px;">
|
235
|
|
- <input type="text" id="ITP_FORM_STINFO02010_DETAIL_ADRES" class="form-control itp_input" name="loadAddr" value="" placeholder="기본주소">
|
|
282
|
+ <input type="text" id="ITP_FORM_STINFO02010_DETAIL_ADRES" data-check-required="empty" class="form-control itp_input" name="addr1" value="" placeholder="기본주소">
|
236
|
283
|
</div>
|
237
|
284
|
<div class="col-xs-4 itp_in">
|
238
|
|
- <input type="text" id="ITP_FORM_STINFO02010_DETAIL_ADRES_DTL" class="form-control itp_input" name="dtlAddr" value="" placeholder="상세주소">
|
|
285
|
+ <input type="text" id="ITP_FORM_STINFO02010_DETAIL_ADRES_DTL" data-check-required="empty" class="form-control itp_input" name="addr2" value="" placeholder="상세주소">
|
239
|
286
|
</div>
|
240
|
287
|
</div>
|
241
|
288
|
</div>
|
|
@@ -246,11 +293,11 @@
|
246
|
293
|
<div class="col-xs-10 itp_ip">
|
247
|
294
|
<input type="hidden" id="ITP_FORM_STINFO02010_DETAIL_LOTS_ADDRESS" value="" />
|
248
|
295
|
<input type="hidden" id="ITP_FORM_STINFO02010_DETAIL_STREET_ADDRESS" value="" />
|
249
|
|
- <input type="hidden" name="cmpyLat" id="ITP_FORM_STINFO02010_DETAIL_LAT" value="" />
|
250
|
|
- <input type="hidden" name="cmpyLng" id="ITP_FORM_STINFO02010_DETAIL_LNG" value="" />
|
|
296
|
+ <input type="hidden" name="latX" id="ITP_FORM_STINFO02010_DETAIL_LAT" value="" />
|
|
297
|
+ <input type="hidden" name="longY" id="ITP_FORM_STINFO02010_DETAIL_LNG" value="" />
|
251
|
298
|
<input type="hidden" id="ITP_FORM_STINFO02010_DETAIL_HJ_DONG" value="" />
|
252
|
299
|
<input type="hidden" id="ITP_FORM_STINFO02010_DETAIL_BJ_DONG" value="" />
|
253
|
|
- <div id="ITP_FORM_STINFO02010_DETAIL_MAP" style="width:700px; height:400px;"></div>
|
|
300
|
+ <div id="ITP_FORM_STINFO02010_DETAIL_MAP" style="width:700px; height:400px;"></div>
|
254
|
301
|
</div>
|
255
|
302
|
</div>
|
256
|
303
|
</div>
|
|
@@ -264,7 +311,7 @@
|
264
|
311
|
<div class="col-xs-12">
|
265
|
312
|
<form id="ITP_FORM_STINFO02010_VIEW" class="form-horizontal">
|
266
|
313
|
<input type="hidden" id="ITP_FORM_STINFO02010_VIEW_VIEW_CD" name="viewCd" value="R">
|
267
|
|
- <input type="hidden" id="ITP_FORM_STINFO02010_VIEW_STORE_ID" name="storeId" value="">
|
|
314
|
+ <input type="hidden" id="ITP_FORM_STINFO02010_VIEW_STORE_ID" name="storeId" value="">
|
268
|
315
|
<section class="itp_form_sec">
|
269
|
316
|
<h4 class="itp_form_tit">매장정보-상세</h4>
|
270
|
317
|
<div class="itp_form_in">
|
|
@@ -377,7 +424,7 @@
|
377
|
424
|
</div>
|
378
|
425
|
</div>
|
379
|
426
|
</div>
|
380
|
|
- <div class="itp_form_in">
|
|
427
|
+ <div class="itp_form_in">
|
381
|
428
|
<div class="form-group">
|
382
|
429
|
<label class="col-xs-2 itp_lb">주소 *</label>
|
383
|
430
|
<div class="col-xs-10 itp_ip">
|
|
@@ -397,7 +444,19 @@
|
397
|
444
|
<input type="hidden" name="cmpyLng" id="ITP_FORM_STINFO02010_VIEW_LNG" value="" />
|
398
|
445
|
<input type="hidden" id="ITP_FORM_STINFO02010_VIEW_HJ_DONG" value="" />
|
399
|
446
|
<input type="hidden" id="ITP_FORM_STINFO02010_VIEW_BJ_DONG" value="" />
|
400
|
|
- <div id="ITP_FORM_STINFO02010_VIEW_MAP" style="width:700px; height:400px;"></div>
|
|
447
|
+ <div id="ITP_FORM_STINFO02010_VIEW_MAP" style="width:700px; height:400px;"></div>
|
|
448
|
+ </div>
|
|
449
|
+ </div>
|
|
450
|
+ </div>
|
|
451
|
+ <div class="itp_form_in">
|
|
452
|
+ <div class="form-group">
|
|
453
|
+ <label class="col-xs-2 itp_lb">매장계좌정보</label>
|
|
454
|
+ <div class="col-xs-4 itp_ip">
|
|
455
|
+ <div class="col-xs-12 itp_in fnStoreAcctInfo"></div>
|
|
456
|
+ </div>
|
|
457
|
+ <label class="col-xs-2 itp_lb">정산타입</label>
|
|
458
|
+ <div class="col-xs-4 itp_ip">
|
|
459
|
+ <div class="col-xs-12 itp_in fnLoanDvsn"></div>
|
401
|
460
|
</div>
|
402
|
461
|
</div>
|
403
|
462
|
</div>
|
|
@@ -407,24 +466,21 @@
|
407
|
466
|
<div class="col-xs-4 itp_ip">
|
408
|
467
|
<div class="col-xs-12 itp_in fnBrandAcctInfo"></div>
|
409
|
468
|
</div>
|
410
|
|
- <label class="col-xs-2 itp_lb">정산타입*</label>
|
|
469
|
+ <label class="col-xs-2 itp_lb">가수금액</label>
|
411
|
470
|
<div class="col-xs-4 itp_ip">
|
412
|
|
- <div class="col-xs-7 itp_in fnLoanDvsn">
|
413
|
|
- </div>
|
414
|
|
- <div class="col-xs-4 itp_in fnCredtLimitAmt">
|
415
|
|
- </div>
|
|
471
|
+ <div class="col-xs-12 itp_in fnAcctBal">(선입금일때 존재)</div>
|
416
|
472
|
</div>
|
417
|
473
|
</div>
|
418
|
474
|
</div>
|
419
|
475
|
<div class="itp_form_in">
|
420
|
476
|
<div class="form-group">
|
421
|
|
- <label class="col-xs-2 itp_lb">가수금액</label>
|
|
477
|
+ <label class="col-xs-2 itp_lb">창고사용여부</label>
|
422
|
478
|
<div class="col-xs-4 itp_ip">
|
423
|
|
- <div class="col-xs-12 itp_in fnTmpRcvAcct">(선입금일때 존재)</div>
|
|
479
|
+ <div class="col-xs-12 itp_in fnWhsUseYn"></div>
|
424
|
480
|
</div>
|
425
|
481
|
<label class="col-xs-2 itp_lb">현 잔여한도</label>
|
426
|
482
|
<div class="col-xs-4 itp_ip">
|
427
|
|
- <div class="col-xs-7 itp_in fnRemainLimitAmt"></div>
|
|
483
|
+ <div class="col-xs-7 itp_in fnLimitAmt"></div>
|
428
|
484
|
</div>
|
429
|
485
|
</div>
|
430
|
486
|
</div>
|
|
@@ -432,7 +488,7 @@
|
432
|
488
|
<div class="form-group border">
|
433
|
489
|
<label class="col-xs-2 itp_lb">등록일</label>
|
434
|
490
|
<div class="col-xs-4 itp_ip">
|
435
|
|
- <div class="col-xs-12 itp_in fnRegDt"></div>
|
|
491
|
+ <div class="col-xs-12 itp_in fnSysRegDttm"></div>
|
436
|
492
|
</div>
|
437
|
493
|
<label class="col-xs-2 itp_lb">폐점일</label>
|
438
|
494
|
<div class="col-xs-4 itp_ip">
|