Quellcode durchsuchen

공지사항 원복

dwkim vor 2 Jahren
Ursprung
Commit
f0858446c6

+ 0 - 2
src/main/webapp/app/oper/OPER02010.html

@@ -40,8 +40,6 @@
40 40
 										<div class="col-xs-3 itp_ip">
41 41
 											<div class="input-daterange input-group date">
42 42
 												<input type="text" id="ITP_FORM_OPER02010_SEARCH_FROM_DT" class="form-control itp_input" name="fromDt" value="" readonly>
43
-												<span class="input-group-addon itp_date_to">~</span>
44
-												<input type="text" id="ITP_FORM_OPER02010_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="" readonly>
45 43
 											</div>
46 44
 										</div>
47 45
 										<div class="col-xs-5 itp_ip">

+ 1 - 2
src/main/webapp/js/app/oper/ITP_OPER02010.js

@@ -168,8 +168,7 @@ let pageObj = {
168 168
 			// 조회일자 지정
169 169
 			var now = new Date();
170 170
 			$('#ITP_TAB_OPER02010 .input-group.date').datepicker(ITP_DATE_LANGUAGE);
171
-			$('#ITP_FORM_OPER02010_SEARCH_FROM_DT').datepicker('setDate', new Date(now.setMonth(now.getMonth() - 1)));
172
-			$('#ITP_FORM_OPER02010_SEARCH_TO_DT').datepicker('setDate', new Date());
171
+			$('#ITP_FORM_OPER02010_SEARCH_FROM_DT').datepicker('setDate', new Date());
173 172
 		},
174 173
 		afflInfo: {
175 174
 			init: function() {