|
@@ -1,6 +1,6 @@
|
1
|
1
|
<section id="ITP_MOBILE_MRTNMNG04011">
|
2
|
2
|
<div id="ITP_AJAX_MRTNMNG04011_VIEW_CONTAINER">
|
3
|
|
- <form id="ITP_FORM_MRTNMNG04011_DETAIL" class="put_btn form-horizontal" onsubmit="return false;">
|
|
3
|
+ <form id="ITP_FORM_MRTNMNG04011_DETAIL" class="area_full form-horizontal" onsubmit="return false;">
|
4
|
4
|
<input type="hidden" id="ITP_FORM_MRTNMNG04011_DETAIL_VIEW_CD" name="viewCd" value="C">
|
5
|
5
|
<input type="hidden" id="ITP_FORM_MRTNMNG04011_DETAIL_BRAND_ID" name="brandId" value="">
|
6
|
6
|
<input type="hidden" id="ITP_FORM_MRTNMNG04011_DETAIL_STORE_ID" name="storeId" value="">
|
|
@@ -17,7 +17,12 @@
|
17
|
17
|
</div>
|
18
|
18
|
<div class="line">
|
19
|
19
|
<label>수거요청일</label>
|
20
|
|
- <input type="text" id="ITP_FORM_MRTNMNG04011_DETAIL_COL_REQ_DT" name="colReqDt" class="itp_input date" data-check-required="empty" readonly>
|
|
20
|
+ <div class="date_to date">
|
|
21
|
+ <input type="text" id="ITP_FORM_MRTNMNG04011_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" readonly>
|
|
22
|
+ <div class="at">~</div>
|
|
23
|
+ <input type="text" id="ITP_FORM_MRTNMNG04011_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" readonly>
|
|
24
|
+ </div>
|
|
25
|
+ <!-- <input type="text" id="ITP_FORM_MRTNMNG04011_DETAIL_COL_REQ_DT" name="colReqDt" class="itp_input date" data-check-required="empty" readonly> -->
|
21
|
26
|
</div>
|
22
|
27
|
<div class="line">
|
23
|
28
|
<label>수거장소</label>
|
|
@@ -26,8 +31,8 @@
|
26
|
31
|
<input type="hidden" id="ITP_FORM_MRTNMNG04011_DETAIL_WHS_ID" class="form-control itp_input" name="whsId" value="" />
|
27
|
32
|
<input type="hidden" id="ITP_FORM_MRTNMNG04011_DETAIL_LOCATION" class="form-control itp_input" name="location" value="" />
|
28
|
33
|
<div class="itp_input_btn">
|
29
|
|
- <button id="ITP_BTN_MRTNMNG04011_DETAIL_SEARCH_WHS_NM" data-call-popup="ITP_POP_MRTNMNG04011_WHS_AREA"><img src="../img/search.png" alt=""></button>
|
30
|
|
- </div>
|
|
34
|
+ <button id="ITP_BTN_MRTNMNG04011_DETAIL_SEARCH_WHS_NM" data-call-popup="ITP_POP_MRTNMNG04011_WHS_AREA"><img src="../img/search.png" alt=""></button>
|
|
35
|
+ </div>
|
31
|
36
|
</div>
|
32
|
37
|
<div class="float_right_btn">
|
33
|
38
|
<!-- <button id="ITP_BTN_MRTNMNG04011_DETAIL_SEARCH_WHS_NM" data-call-popup="ITP_POP_MRTNMNG04011_WHS_AREA"><img src="../img/search.png" alt=""></button> -->
|
|
@@ -98,11 +103,6 @@
|
98
|
103
|
</li>
|
99
|
104
|
</div>
|
100
|
105
|
</div>
|
101
|
|
- <div class="button_bar">
|
102
|
|
- <button id="ITP_BTN_MRTNMNG04011_DETAIL_REQ_ORDER" data-call-popup="ITP_POP_MRTNMNG04011_REQ_AREA" class="col_3 btn-m-orange REQ">구매요청</button>
|
103
|
|
- <button id="ITP_BTN_MRTNMNG04011_DETAIL_TEMP_SAVE" data-call-popup="ITP_POP_MRTNMNG04011_REQ_AREA" class="col_3 btn-w-gray TSA">임시저장</button>
|
104
|
|
- <button id="ITP_BTN_MRTNMNG04011_DETAIL_CANCEL" class="col_3 btn-gray CLB">취소</button>
|
105
|
|
- </div>
|
106
|
106
|
</form>
|
107
|
107
|
</div>
|
108
|
108
|
<div id="ITP_MOBILE_JS"></div>
|