瀏覽代碼

매장관리 테스트

yhl88 2 年之前
父節點
當前提交
39dbb7ad29
共有 2 個文件被更改,包括 4 次插入5 次删除
  1. 2 5
      src/main/webapp/app/stinfo/STINFO06010.html
  2. 2 0
      src/main/webapp/js/app/stinfo/ITP_STINFO06010.js

+ 2 - 5
src/main/webapp/app/stinfo/STINFO06010.html

@@ -52,7 +52,7 @@
52 52
 				             <div class="form-group">
53 53
 				                <div class="col-xs-3 itp_ip">
54 54
 									<div class="input-group">
55
-				                		<input type="text" id="ITP_FORM_STINFO06010_DETAIL_STORE_NM" class="form-control itp_input" name="storeNm" placeholder="매장명" disabled />
55
+				                		<input type="text" id="ITP_FORM_STINFO06010_DETAIL_STORE_NM" class="form-control itp_input" name="storeNm" placeholder="매장명" readonly />
56 56
 										<span class="input-group-btn">
57 57
 											<button id="ITP_BTN_STINFO06010_DETAIL_DELETE_STORE" class="btn btn-default btn-sm itp_btn UPB" type="button"><i class="glyphicon glyphicon-remove"></i></button>
58 58
 										</span>
@@ -63,10 +63,7 @@
63 63
 				                </div>
64 64
 								 <div class="contDt">
65 65
 								 	<div class="col-xs-2 itp_ip itp_noMar">
66
-										<select id="ITP_BTN_STINFO06010_DETAIL_SEARCH_" class="form-control itp_input" name="search">
67
-											<option value="">계약기간</option>
68
-										</select>	
69
-									</div>									 
66
+										<label>계약기간</label>									</div>									 
70 67
 									<div class="col-xs-3 itp_ip itp_noMar">
71 68
 										 <div class="input-daterange input-group date">
72 69
 											 <input type="text" id="ITP_FORM_STINFO06010_DETAIL_FROM_DT" data-check-required="empty" class="form-control itp_input" name="contSttDt" value="" readonly>

+ 2 - 0
src/main/webapp/js/app/stinfo/ITP_STINFO06010.js

@@ -449,6 +449,7 @@ let pageObj = {
449 449
 			});
450 450
 
451 451
 			$('#ITP_AJAX_STINFO06010_DETAIL_CONTAINER').show();
452
+			$('#ITP_BTN_STINFO06010_SRH').show();
452 453
 			fn_show_btn_auth_array(['#ITP_BTN_STINFO06010_CANCELLIST', '#ITP_BTN_STINFO06010_SAVE']);
453 454
 
454 455
 			$('#ITP_BTN_STINFO06010_DETAIL_SEARCH_STORE').removeAttr('disabled');
@@ -470,6 +471,7 @@ let pageObj = {
470 471
 			}
471 472
 			$('#ITP_BTN_STINFO06010_DETAIL_SEARCH_STORE').attr('disabled', true);
472 473
 			$('#ITP_BTN_STINFO06010_DETAIL_DELETE_STORE').attr('disabled', true);
474
+			$('#ITP_BTN_STINFO06010_SRH').show();
473 475
 
474 476
 			// 브랜드그룹 정보 설정
475 477
 			$('#ITP_FORM_STINFO06010_DETAIL_BRAND_ID').val(fn_make_user_info.get('brandId'));