Browse Source

사용자관리 수정

whakdo963 2 years ago
parent
commit
bc3e695484
1 changed files with 8 additions and 6 deletions
  1. 8 6
      src/main/webapp/app/oper/OPER01010.html

+ 8 - 6
src/main/webapp/app/oper/OPER01010.html

@@ -80,8 +80,8 @@
80
 					<div class="itp_form itp_type1 fix">
80
 					<div class="itp_form itp_type1 fix">
81
 						<div class="col-xs-12">
81
 						<div class="col-xs-12">
82
 							<form id="ITP_FORM_OPER01010_DETAIL" class="form-horizontal">
82
 							<form id="ITP_FORM_OPER01010_DETAIL" class="form-horizontal">
83
-								<input type="text" id="ITP_FORM_OPER01010_DETAIL_VIEW_CD" name="viewCd" value="C">
84
-								<input type="text" id="ITP_FORM_OPER01010_DETAIL_AFFL_SHOP_ID" name="afflShopId" value="">
83
+								<input type="hidden" id="ITP_FORM_OPER01010_DETAIL_VIEW_CD" name="viewCd" value="C">
84
+								<input type="hidden" id="ITP_FORM_OPER01010_DETAIL_AFFL_SHOP_ID" name="afflShopId" value="">
85
 								<section class="itp_form_sec">
85
 								<section class="itp_form_sec">
86
 									<div class="itp_form_in border-top">
86
 									<div class="itp_form_in border-top">
87
 										<div class="form-group">
87
 										<div class="form-group">
@@ -157,13 +157,15 @@
157
 												</div>
157
 												</div>
158
 											</div>
158
 											</div>
159
 										</div>
159
 										</div>
160
-										<div class="form-group">
160
+										<div class="form-group border">
161
 											<label class="col-xs-2 itp_lb">비밀번호 확인</label>
161
 											<label class="col-xs-2 itp_lb">비밀번호 확인</label>
162
 											<div class="col-xs-4 itp_ip">
162
 											<div class="col-xs-4 itp_ip">
163
 												<div class="col-xs-7 itp_in">
163
 												<div class="col-xs-7 itp_in">
164
 													<input type="password" id="ITP_FORM_OPER01010_DETAIL_USER_PW_CONFIRM" class="form-control itp_input" value="">
164
 													<input type="password" id="ITP_FORM_OPER01010_DETAIL_USER_PW_CONFIRM" class="form-control itp_input" value="">
165
 												</div>
165
 												</div>
166
 											</div>
166
 											</div>
167
+											<label class="col-xs-2 itp_lb"></label>
168
+											<div class="col-xs-4 itp_ip"></div>
167
 										</div>
169
 										</div>
168
 									</div>
170
 									</div>
169
 								</section>
171
 								</section>
@@ -257,8 +259,8 @@
257
 							<form id="ITP_FORM_OPER01010_NEW" class="form-horizontal">
259
 							<form id="ITP_FORM_OPER01010_NEW" class="form-horizontal">
258
 								<input type="hidden" id="ITP_FORM_OPER01010_NEW_VIEW_CD" name="viewCd" value="U">
260
 								<input type="hidden" id="ITP_FORM_OPER01010_NEW_VIEW_CD" name="viewCd" value="U">
259
 								<input type="hidden" id="ITP_FORM_OPER01010_NEW_USER_ID" name="userId" value="">
261
 								<input type="hidden" id="ITP_FORM_OPER01010_NEW_USER_ID" name="userId" value="">
260
-								<input type="text" id="ITP_FORM_OPER01010_NEW_AFFL_SHOP_ID" name="afflShopId" value="">
261
-								<input type="text" id="ITP_FORM_OPER01010_NEW_BRAND_ID" name="brandId" value="">
262
+								<input type="hidden" id="ITP_FORM_OPER01010_NEW_AFFL_SHOP_ID" name="afflShopId" value="">
263
+								<input type="hidden" id="ITP_FORM_OPER01010_NEW_BRAND_ID" name="brandId" value="">
262
 								<section class="itp_form_sec">
264
 								<section class="itp_form_sec">
263
 									<div class="itp_form_in border-top">
265
 									<div class="itp_form_in border-top">
264
 										<div class="form-group">
266
 										<div class="form-group">
@@ -310,7 +312,7 @@
310
 												</div>
312
 												</div>
311
 											</div>
313
 											</div>
312
 										</div>
314
 										</div>
313
-										<div class="form-group">
315
+										<div class="form-group border">
314
 											<label class="col-xs-2 itp_lb">등록일</label>
316
 											<label class="col-xs-2 itp_lb">등록일</label>
315
 											<div class="col-xs-4 itp_ip fnAddDt"></div>
317
 											<div class="col-xs-4 itp_ip fnAddDt"></div>
316
 											<label class="col-xs-2 itp_lb">이메일 *</label>
318
 											<label class="col-xs-2 itp_lb">이메일 *</label>