소스 검색

엑셀 버튼 추가

whakdo963 2 년 전
부모
커밋
9ddfdd8913
3개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      src/main/webapp/app/stinfo/STINFO06010.html
  2. 1 1
      src/main/webapp/css/style.css
  3. 1 0
      src/main/webapp/js/app/stinfo/ITP_STINFO06010.js

+ 1 - 0
src/main/webapp/app/stinfo/STINFO06010.html

@@ -34,6 +34,7 @@
34 34
 					<div class="itp_table fix">
35 35
 						<div id="ITP_STINFO06010_jqGrid_list" class="itp_tb_list itp_gType1" data-total-cnt="${totalCnt}">
36 36
 							<div id="ITP_STINFO06010_jqGridView" class="itp_views fix"></div>
37
+							<button type="button" id="ITP_BTN_STINFO06010_EXCEL" class="btn btn-success btn-sm Excel" style="float:right;"><i class="glyphicon "></i>Excel</button>
37 38
 							<table id="ITP_STINFO06010_jqGrid"></table>
38 39
 							<div id="ITP_STINFO06010_jqGridPager"></div>
39 40
 							<div id="ITP_STINFO06010_jqGridEmpty" class="itp_no_data"></div>

+ 1 - 1
src/main/webapp/css/style.css

@@ -375,7 +375,7 @@ html:lang(en) #ITP_CONTAINER .itp_detail .itp_form .itp_thumb_inline .itp_thumb_
375 375
 #ITP_CONTAINER .itp_tb_list.itp_gType2 .itp_no_data.itp_noSrh {top:51%;}
376 376
 #ITP_CONTAINER .itp_tb_list .itp_no_data u {color:#337ab7; cursor:pointer;}
377 377
 
378
-#ITP_CONTAINER .itp_tb_list .itp_views {font-size:12px; margin-bottom:8px; display:none;}
378
+#ITP_CONTAINER .itp_tb_list .itp_views {font-size:12px; margin-bottom:8px; display:inline-block; width:90%;}
379 379
 #ITP_CONTAINER .itp_tb_list .itp_views .itp_shrv {float:left; width:50%; padding-left:5px;}
380 380
 #ITP_CONTAINER .itp_tb_list .itp_views .itp_shrv span {float:left;}
381 381
 #ITP_CONTAINER .itp_tb_list .itp_views .itp_shrv em {font-style:normal;}

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

@@ -434,6 +434,7 @@ let pageObj = {
434 434
 				$('#ITP_FORM_STINFO06010_SEARCH_STORE').hide();
435 435
 			} else {
436 436
 				fn_show_btn_auth_array(['#ITP_BTN_STINFO06010_SRH', '#ITP_BTN_STINFO06010_NEWREG']);
437
+				$('#ITP_BTN_STINFO06010_EXCEL').show();
437 438
 			}
438 439
 			$('#ITP_FORM_STINFO06010_SEARCH_BRAND_ID').val(fn_make_user_info.get('brandId'));
439 440
 		} else if(mode == 'ADD') { // 등록