浏览代码

모바일 구매요청현황 수정

whakdo963 2 年之前
父节点
当前提交
5c6187cfc8
共有 2 个文件被更改,包括 136 次插入117 次删除
  1. 92 90
      src/main/webapp/mobile/app/mpomng/MPOMNG02010.html
  2. 44 27
      src/main/webapp/mobile/css/style.css

+ 92 - 90
src/main/webapp/mobile/app/mpomng/MPOMNG02010.html

@@ -4,17 +4,20 @@
4
       <form id="ITP_FORM_MPOMNG02010_LIST_SEARCH" class="form-horizontal" onsubmit="return false;">
4
       <form id="ITP_FORM_MPOMNG02010_LIST_SEARCH" class="form-horizontal" onsubmit="return false;">
5
         <input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_BRAND_ID" name="sbrandId" value="">
5
         <input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_BRAND_ID" name="sbrandId" value="">
6
         <input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
6
         <input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
7
+   	    <div class="line header">
8
+			<div class="itp_search_header">구매요청현황</div>
9
+      	</div>
7
         <div class="line">
10
         <div class="line">
8
           <label>구매요청일</label>
11
           <label>구매요청일</label>
9
-        <div class="input-group date_to date">
10
-          <input type="date" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_FROM_DT" name="fromDt" pattern="\d{4}.\d{2}.\d{2}">
11
-          <div class="at">~</div>
12
-          <input type="date" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_TO_DT" name="toDt" pattern="\d{4}.\d{2}.\d{2}">
13
-        </div>
14
-      </div>
12
+	        <div class="date_to date">
13
+	          <input type="date" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_FROM_DT" name="fromDt" pattern="\d{4}.\d{2}.\d{2}">
14
+	          <div class="at">~</div>
15
+	          <input type="date" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_TO_DT" name="toDt" pattern="\d{4}.\d{2}.\d{2}">
16
+	        </div>
17
+		</div>
15
       <div class="line">
18
       <div class="line">
16
         <label>구매요청상태</label>
19
         <label>구매요청상태</label>
17
-        <div class="line_right">
20
+        <div class="float_left">
18
           <select id="ITP_FORM_MPOMNG02010_LIST_SEARCH_PCH_REQ_ST_CD" data-select-code="PCH_REQ_ST_CD" class="stcd" name="spchReqStCd">
21
           <select id="ITP_FORM_MPOMNG02010_LIST_SEARCH_PCH_REQ_ST_CD" data-select-code="PCH_REQ_ST_CD" class="stcd" name="spchReqStCd">
19
             <option value="">상태</option>
22
             <option value="">상태</option>
20
           </select>
23
           </select>
@@ -22,15 +25,15 @@
22
       </div>
25
       </div>
23
       <div class="line">
26
       <div class="line">
24
         <label>납품장소</label>
27
         <label>납품장소</label>
25
-        <div class="search_wrap">
26
-	        <div class="float_left">
27
-	          <input id="ITP_FORM_MPOMNG02010_LIST_SEARCH_WHS_NM" class="" name="swhsNm" type="text" placeholder="납품창고" readonly>
28
-              <input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_WHS_ID" name="swhsId" value="">
29
-	        </div>
30
-	        <div class="float_left_btn">
31
-	          <button id="ITP_BTN_MPOMNG02010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
32
-	          <button id="ITP_BTN_MPOMNG02010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
33
-	        </div>
28
+        <div class="float_left">
29
+          <input id="ITP_FORM_MPOMNG02010_LIST_SEARCH_WHS_NM" class="" name="swhsNm" type="text" placeholder="납품창고" readonly>
30
+             <input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_WHS_ID" name="swhsId" value="">
31
+             <div class="itp_input_btn">
32
+         		 <button id="ITP_BTN_MPOMNG02010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
33
+  			</div>
34
+        </div>
35
+        <div class="float_right_btn">
36
+          <button id="ITP_BTN_MPOMNG02010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
34
         </div>
37
         </div>
35
       </div>
38
       </div>
36
       <div class="line" style="height:50px;">
39
       <div class="line" style="height:50px;">
@@ -39,13 +42,13 @@
39
         </div>
42
         </div>
40
       </div>
43
       </div>
41
       <div class="table_header">
44
       <div class="table_header">
42
-        <h1>>구매 요청 내역</h1>
45
+        <h1><구매 요청 내역></h1>
43
       </div>
46
       </div>
44
       </form>
47
       </form>
45
     </div>
48
     </div>
46
-    <div id="ITP_LIST_MPOMNG02010_LIST_AREA" class="scroll_area row-1-1">
47
-      <ul id="ITP_LIST_MPOMNG02010_LIST_ROWS" class="panel-group"></ul>
48
-      <div id="ITP_LIST_MPOMNG02010_LIST_ROWCOPY" style="display:none;">
49
+    <div id="ITP_LIST_MPOMNG02010_LIST_AREA" class="scroll_area row-1">
50
+      <ul id="ITP_LIST_MPOMNG02010_LIST_ROWS" class="mb_0"></ul>
51
+      <div id="ITP_LIST_MPOMNG02010_LIST_ROWCOPY" style="display: block;">
49
         <li class="history_list list-row">
52
         <li class="history_list list-row">
50
           <div class="left">
53
           <div class="left">
51
             <div class="nomal">
54
             <div class="nomal">
@@ -77,7 +80,7 @@
77
           </div>
80
           </div>
78
           <div class="left">
81
           <div class="left">
79
             <div class="nomal">
82
             <div class="nomal">
80
-              <label style="width: 127px;">구매요청 정보</label>
83
+              <label>구매요청 정보</label>
81
               <span>:</span>
84
               <span>:</span>
82
               <div class="history">
85
               <div class="history">
83
                 <div class="fnPchReqItemQty">품목수(3)</div>
86
                 <div class="fnPchReqItemQty">품목수(3)</div>
@@ -91,7 +94,7 @@
91
               <label>결재정보 </label>
94
               <label>결재정보 </label>
92
               <span>:</span>
95
               <span>:</span>
93
               <div class="history">
96
               <div class="history">
94
-                <div class="fnPchReqRjctNm"></div>
97
+                <div class="fnPchReqRjctNm">결제완료</div>
95
               </div>
98
               </div>
96
             </div>
99
             </div>
97
           </div>
100
           </div>
@@ -104,7 +107,7 @@
104
       <div class="line">
107
       <div class="line">
105
         <label>납기요청일</label>
108
         <label>납기요청일</label>
106
         <div class="line_right">
109
         <div class="line_right">
107
-          <div class="fnDlvReqDt"></div>
110
+          <div class="fnDlvReqDt">2022.10.12</div>
108
         </div>      
111
         </div>      
109
       </div>
112
       </div>
110
       <div class="line">
113
       <div class="line">
@@ -126,26 +129,27 @@
126
         </div>
129
         </div>
127
       </div>
130
       </div>
128
       <div class="table_header">
131
       <div class="table_header">
129
-        <h1>>구매 품목</h1>
132
+        <h1><구매 품목></h1>
130
       </div>
133
       </div>
131
     </div>
134
     </div>
132
     <div id="ITP_LIST_MPOMNG02010_VIEW_AREA" class="scroll_area row-2">
135
     <div id="ITP_LIST_MPOMNG02010_VIEW_AREA" class="scroll_area row-2">
133
-      <ul id="ITP_LIST_MPOMNG02010_VIEW_ROWS" class="panel-group"></ul>
134
-      <div id="ITP_LIST_MPOMNG02010_VIEW_ROWCOPY" style="display:none;">
136
+      <ul id="ITP_LIST_MPOMNG02010_VIEW_ROWS" class="mb_0"></ul>
137
+      <div id="ITP_LIST_MPOMNG02010_VIEW_ROWCOPY" style="display: block;">
135
         <li class="list-row">
138
         <li class="list-row">
136
           <div class="left_info">
139
           <div class="left_info">
137
-            <div class="thick">
138
-              <div class="fnItemNm">품목명</div>
139
-              <div>-</div>
140
-              <div class="fnUnit">2EA</div>
141
-            </div>
142
-            <div class="thick">
143
-              <label class="space0">구매가 :</label>
144
-              <div class="fnPchReqAmt">1,120,000</div>
145
-            </div>
146
-          </div>
140
+             <div class="thick">
141
+                <div class="itp_item fnItemNm">품목명</div>
142
+                <div class="itp_item fnUnit">EA</div>
143
+              </div>
144
+              <div class="thick">
145
+                <div class="itp_gram fnUnitAmt">700g</div>
146
+              </div>
147
+              <div class="thick">
148
+                <div class="itp_amt fnUnitAmt">1,120,000원</div>
149
+              </div>
150
+           </div>   
147
           <div class="right">
151
           <div class="right">
148
-            <div class="fnPchReqQty">2</div>
152
+            <div class="fnnum fnPchReqQty">2</div>
149
           </div>
153
           </div>
150
         </li>
154
         </li>
151
       </div>
155
       </div>
@@ -166,6 +170,9 @@
166
       <input type="hidden" id="ITP_FORM_MPOMNG02010_MODIFY_PCH_REQ_ST_CD" name="pchReqStCd" value="">
170
       <input type="hidden" id="ITP_FORM_MPOMNG02010_MODIFY_PCH_REQ_ST_CD" name="pchReqStCd" value="">
167
       <input type="hidden" id="ITP_FORM_MPOMNG02010_MODIFY_MALL_ID" name="mallId" value="">
171
       <input type="hidden" id="ITP_FORM_MPOMNG02010_MODIFY_MALL_ID" name="mallId" value="">
168
       <div class="content">
172
       <div class="content">
173
+      	<div class="line header">
174
+			<div class="itp_search_header fnMenuNm">구매요청현황</div>
175
+      	</div>
169
         <div class="line">
176
         <div class="line">
170
           <label>납기요청일</label>
177
           <label>납기요청일</label>
171
           <input id="ITP_FORM_MPOMNG02010_MODIFY_DLV_REQ_DT" name="dlvReqDt" class="date fnDlvReqDt" data-check-required="empty" type="date" placeholder="">
178
           <input id="ITP_FORM_MPOMNG02010_MODIFY_DLV_REQ_DT" name="dlvReqDt" class="date fnDlvReqDt" data-check-required="empty" type="date" placeholder="">
@@ -173,53 +180,54 @@
173
         <div class="line">
180
         <div class="line">
174
           <label>구매요청금액</label>
181
           <label>구매요청금액</label>
175
           <div class="line_right">
182
           <div class="line_right">
176
-            <div class="fnPchReqAmtTot">0원</div>
183
+            <div class="fnPchReqAmtTot">0 원</div>
177
           </div>
184
           </div>
178
         </div>
185
         </div>
179
         <div class="line">
186
         <div class="line">
180
           <label>구매가능금액</label>
187
           <label>구매가능금액</label>
181
           <div class="line_right">
188
           <div class="line_right">
182
-            <div class="fnOrdUseAmt">0원</div>
189
+            <div class="fnOrdUseAmt">0 원</div>
183
           </div>
190
           </div>
184
         </div>
191
         </div>
185
         <div class="line">
192
         <div class="line">
186
           <label>납품장소</label>
193
           <label>납품장소</label>
187
-          <div class="search_nm">
188
             <div class="float_left">
194
             <div class="float_left">
189
               <input type="text" id="ITP_FORM_MPOMNG02010_MODIFY_WHS_NM" class="" name="whsNm" data-check-required="empty" placeholder="매장명" readonly />
195
               <input type="text" id="ITP_FORM_MPOMNG02010_MODIFY_WHS_NM" class="" name="whsNm" data-check-required="empty" placeholder="매장명" readonly />
190
               <input type="hidden" id="ITP_FORM_MPOMNG02010_MODIFY_WHS_ID" class="form-control itp_input" name="whsId" value="" />
196
               <input type="hidden" id="ITP_FORM_MPOMNG02010_MODIFY_WHS_ID" class="form-control itp_input" name="whsId" value="" />
191
               <input type="hidden" id="ITP_FORM_MPOMNG02010_MODIFY_LOCATION" class="form-control itp_input" name="location" value="" />
197
               <input type="hidden" id="ITP_FORM_MPOMNG02010_MODIFY_LOCATION" class="form-control itp_input" name="location" value="" />
198
+              <div class="itp_input_btn">
199
+              	<button id="ITP_BTN_MPOMNG02010_MODIFY_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
200
+              </div>
192
             </div>
201
             </div>
193
-            <div class="float_left_btn">
194
-              <button id="ITP_BTN_MPOMNG02010_MODIFY_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
202
+            <div class="float_right_btn">
195
               <button id="ITP_BTN_MPOMNG02010_MODIFY_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
203
               <button id="ITP_BTN_MPOMNG02010_MODIFY_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
196
             </div>
204
             </div>
197
-          </div>
198
         </div>
205
         </div>
199
-        <div class="line">
206
+        <div class="header line">
200
           <div class="table_header">
207
           <div class="table_header">
201
-            <h1>>구매 품목</h1>
208
+            <h1><구매 품목></h1>
202
             <button type="button" id="ITP_BTN_MPOMNG02010_MODIFY_DEL_ROW" class="btn-primary btn-sm ADB">품목삭제</button>
209
             <button type="button" id="ITP_BTN_MPOMNG02010_MODIFY_DEL_ROW" class="btn-primary btn-sm ADB">품목삭제</button>
203
             <button type="button" id="ITP_BTN_MPOMNG02010_MODIFY_ADD_ROW" class="btn-primary btn-sm ADB">품목추가</button>
210
             <button type="button" id="ITP_BTN_MPOMNG02010_MODIFY_ADD_ROW" class="btn-primary btn-sm ADB">품목추가</button>
204
           </div>
211
           </div>
205
         </div>
212
         </div>
206
       </div>
213
       </div>
207
       <div id="ITP_LIST_MPOMNG02010_MODIFY_AREA" class="scroll_area row-1-1">
214
       <div id="ITP_LIST_MPOMNG02010_MODIFY_AREA" class="scroll_area row-1-1">
208
-        <ul id="ITP_LIST_MPOMNG02010_MODIFY_ROWS" class="panel-group"></ul>
209
-        <div id="ITP_LIST_MPOMNG02010_MODIFY_ROWCOPY" style="display:none;">
215
+        <ul id="ITP_LIST_MPOMNG02010_MODIFY_ROWS" class="mb_0"></ul>
216
+        <div id="ITP_LIST_MPOMNG02010_MODIFY_ROWCOPY" style="display: block;">
210
           <li class="list-row">
217
           <li class="list-row">
211
             <div class="left_info">
218
             <div class="left_info">
212
-              <div class="check_box"><!-- class 변경 -->
219
+              <div class="check_box">
213
                 <div><input type="checkbox" name="brandUnitUnqNo" class="fnBrandUnitUnqNo" /></div>
220
                 <div><input type="checkbox" name="brandUnitUnqNo" class="fnBrandUnitUnqNo" /></div>
214
               </div>
221
               </div>
215
               <div class="thick">
222
               <div class="thick">
216
-                <div class="fnItemNm">품목명</div>
217
-                <div>-</div>
218
-                <div class="fnUnit">EA</div>
223
+                <div class="itp_item fnItemNm">품목명</div>
224
+                <div class="itp_item fnUnit">EA</div>
219
               </div>
225
               </div>
220
               <div class="thick">
226
               <div class="thick">
221
-                <label class="space0">구매가 :</label>
222
-                <div class="fnUnitAmt"></div>
227
+                <div class="itp_gram fnUnitAmt">700g</div>
228
+              </div>
229
+              <div class="thick">
230
+                <div class="itp_amt fnUnitAmt">1,120,000원</div>
223
               </div>
231
               </div>
224
             </div>
232
             </div>
225
             <div class="right">
233
             <div class="right">
@@ -259,11 +267,11 @@
259
     </div>
267
     </div>
260
   </div>
268
   </div>
261
   <div id="ITP_MOBILE_JS"></div>
269
   <div id="ITP_MOBILE_JS"></div>
262
-  <div id="ITP_POP_MPOMNG02010_WHS_AREA" class="popup2 mobile-pop-close" style="display: none;">
270
+  <div id="ITP_POP_MPOMNG02010_WHS_AREA" class="popup2 mobile-pop-close" style="display: block;">
263
     <div class="pop">
271
     <div class="pop">
264
       <div class="header">
272
       <div class="header">
265
         <div class="header_left">
273
         <div class="header_left">
266
-          <label>> 납품장소</label>
274
+          <label>납품장소</label>
267
         </div>
275
         </div>
268
         <div class="header_right">
276
         <div class="header_right">
269
           <button type="button" id="ITP_BTN_MPOMNG02010_POP_WHS_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
277
           <button type="button" id="ITP_BTN_MPOMNG02010_POP_WHS_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
@@ -277,16 +285,17 @@
277
           <button id="ITP_BTN_MPOMNG02010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
285
           <button id="ITP_BTN_MPOMNG02010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
278
         </form>
286
         </form>
279
       </div>
287
       </div>
280
-      <div class="search_bar">
281
-        <button id="ITP_BTN_MPOMNG02010_POP_WHS_NM" class="btn_blue">납품장소</button>
288
+      <div class="select_btn">
289
+        <button id="ITP_BTN_MPOMNG02010_POP_WHS_NM" class="btn_blue">납품장소 V</button>
282
       </div>
290
       </div>
283
       <div id="ITP_LIST_MPOMNG02010_POP_WHS_AREA" class="popup_scroll">
291
       <div id="ITP_LIST_MPOMNG02010_POP_WHS_AREA" class="popup_scroll">
284
-        <ul id="ITP_LIST_MPOMNG02010_POP_WHS_ROWS" class="panel-group itp_nav"></ul>
285
-        <div id="ITP_LIST_MPOMNG02010_POP_WHS_ROWCOPY" style="display:none;">
286
-          <li class="list-row">
292
+        <ul id="ITP_LIST_MPOMNG02010_POP_WHS_ROWS" class="mb_0 itp_nav"></ul>
293
+        <div id="ITP_LIST_MPOMNG02010_POP_WHS_ROWCOPY" style="display: block;">
294
+          <li class="row_2">
287
             <div class="scroll_left">
295
             <div class="scroll_left">
288
-              <div class="fnWhsNm"></div>
289
-              <div class="fnLocationNm"></div>
296
+              <div class="fnWhsNm">브랜드 창고 명A</div>
297
+              <div class="sub fnLocationNm">서울특별시 동대문구 서울 시립대로 12길</div>
298
+              <div class="sub fnLocationNm">누리자 B/D</div>
290
             </div>
299
             </div>
291
             <div class="scroll_right">
300
             <div class="scroll_right">
292
               <button id="ITP_BTN_MPOMNG02010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
301
               <button id="ITP_BTN_MPOMNG02010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
@@ -300,7 +309,7 @@
300
     <div class="pop">
309
     <div class="pop">
301
       <div class="header">
310
       <div class="header">
302
         <div class="header_left">
311
         <div class="header_left">
303
-          <label>> 품목 검색</label>
312
+          <label><품목 검색></label>
304
         </div>
313
         </div>
305
         <div class="header_right">
314
         <div class="header_right">
306
           <button type="button" id="ITP_BTN_MPOMNG02010_POP_ITEM_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
315
           <button type="button" id="ITP_BTN_MPOMNG02010_POP_ITEM_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
@@ -313,37 +322,30 @@
313
           <input id="ITP_FORM_MPOMNG02010_POP_ITEM_KEYWORD" name="sitemNm" type="text" placeholder="품목명/품목번호" />
322
           <input id="ITP_FORM_MPOMNG02010_POP_ITEM_KEYWORD" name="sitemNm" type="text" placeholder="품목명/품목번호" />
314
           <button id="ITP_BTN_MPOMNG02010_POP_ITEM_SEARCH"><img src="../img/search.png"></button>
323
           <button id="ITP_BTN_MPOMNG02010_POP_ITEM_SEARCH"><img src="../img/search.png"></button>
315
         </div>
324
         </div>
316
-        <div class="search_bar">
325
+        <div class="select_btn">
317
           <button id="ITP_BTN_MPOMNG02010_POP_ITEM_NM" class="btn_blue">품목명▼</button>
326
           <button id="ITP_BTN_MPOMNG02010_POP_ITEM_NM" class="btn_blue">품목명▼</button>
318
         </div>
327
         </div>
319
       </form>
328
       </form>
320
       <div id="ITP_LIST_MPOMNG02010_POP_ITEM_AREA" class="popup_scroll">
329
       <div id="ITP_LIST_MPOMNG02010_POP_ITEM_AREA" class="popup_scroll">
321
-        <ul id="ITP_LIST_MPOMNG02010_POP_ITEM_ROWS" class="panel-group"></ul>
322
-        <div id="ITP_LIST_MPOMNG02010_POP_ITEM_ROWCOPY" style="display:none;">
323
-          <li class="row_2">
324
-            <div class="left" style="width:180px;">
325
-              <!--<div class="check_box">
326
-                  <input type="checkbox" id="ITP_FORM_MPOMNG02010_POP_ITEM_CHECKBOX" name="itemId" />
327
-              </div>-->
328
-              <div class="thick">
329
-                <div class="fnItemNm">품목명</div>
330
-                <div>-</div>
331
-                <div class="fnUnit">EA</div>
332
-              </div>
333
-              <div class="thick" style="font-weight:100;">
334
-                <div class="space">구매가 :</div>
335
-                <div class="fnUnitAmt">0</div>
336
-              </div>
337
-            </div>
338
-            <div class="right">
339
-              <button id="ITP_BTN_MPOMNG02010_POP_ITEM_MINUS" class="POP_ITEM_MINUS">-</button>
340
-              <div class="num fnPchReqQty">1</div>
341
-              <button id="ITP_BTN_MPOMNG02010_POP_ITEM_PLUS" class="POP_ITEM_PLUS">+</button>
342
-            </div>
343
-            <div class="add">
344
-              <button id="ITP_BTN_MPOMNG02010_POP_ITEM_ADD" class="POP_ITEM_ADD">추가</button>
345
-            </div>
346
-          </li>
330
+        <ul id="ITP_LIST_MPOMNG02010_POP_ITEM_ROWS" class="mb_0"></ul>
331
+        <div id="ITP_LIST_MPOMNG02010_POP_ITEM_ROWCOPY" style="display: block;">
332
+           <li class="row_2">
333
+             <div class="scroll_left">
334
+                 <div class="fnItemNm">품목명 001</div>
335
+                 <div class="sub fnKg">700g</div>
336
+                 <div class="amt fnItemAmt">30,500원</div>
337
+             </div>
338
+             <div class="scroll_right">
339
+                 <button id="ITP_BTN_MPOMNG01010_POP_ITEM_ADD" class="POP_ITEM_ADD">추가</button>
340
+             </div>
341
+           	<div class="itp_num_set">
342
+             <div class="right">
343
+			    <button id="ITP_BTN_MPOMNG01010_DETAIL_MINUS">-</button>
344
+			    <div class="num fnPchReqQty">1</div>
345
+			    <button id="ITP_BTN_MPOMNG01010_DETAIL_PLUS">+</button>
346
+			  </div>
347
+		   </div>
348
+         </li>
347
         </div>
349
         </div>
348
       </div>
350
       </div>
349
     </div>
351
     </div>

+ 44 - 27
src/main/webapp/mobile/css/style.css

@@ -11,13 +11,13 @@ body{background: #fff; position: relative; width: 100%; height: auto; font-famil
11
 /* 팝업 */
11
 /* 팝업 */
12
 section .popup { position: fixed; width: 100%; height: 100%; background: transparent; z-index: 11;}
12
 section .popup { position: fixed; width: 100%; height: 100%; background: transparent; z-index: 11;}
13
 section .popup .pop { position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); width: 70%; height: 250px; padding-top: 30px; background: #fff; border: 2px solid #000; border-top-left-radius: 10px; border-top-right-radius: 10px;}
13
 section .popup .pop { position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); width: 70%; height: 250px; padding-top: 30px; background: #fff; border: 2px solid #000; border-top-left-radius: 10px; border-top-right-radius: 10px;}
14
-section .popup .pop label.pop_label {position:relative; top:10px; font-size: 1.2rem;}
15
-section .popup .pop div.pop_msg {position:relative; top:10px; font-size: 18px;}
14
+section .popup .pop label.pop_label {position:relative; top:10px; font-size: 16px;}
15
+section .popup .pop div.pop_msg {position:relative; top:10px; font-size: 16px;}
16
 section .popup .pop .pop_line { width: 100%; height: 30px;}
16
 section .popup .pop .pop_line { width: 100%; height: 30px;}
17
 section .popup .pop .pop_line label { font-size: 16px; margin-left: 20px; float: left; width: auto; text-align: left;}
17
 section .popup .pop .pop_line label { font-size: 16px; margin-left: 20px; float: left; width: auto; text-align: left;}
18
 section .popup .pop .pop_line div {text-align: right; float: right; font-size: 16px; margin-right: 20px; width: auto;}
18
 section .popup .pop .pop_line div {text-align: right; float: right; font-size: 16px; margin-right: 20px; width: auto;}
19
 section .popup .pop .popup_btn { position: absolute; background-color: #ccc; bottom: 0; width: 100%; height: 51px; border-top: 2px solid #000;}
19
 section .popup .pop .popup_btn { position: absolute; background-color: #ccc; bottom: 0; width: 100%; height: 51px; border-top: 2px solid #000;}
20
-section .popup .pop .popup_btn button { position: relative; float: left; width: 100%; height: 50px; font-size: 1rem; font-weight: 700; border-radius: 0px; border: none;}
20
+section .popup .pop .popup_btn button { position: relative; float: left; width: 100%; height: 50px; font-size: 18px; font-weight: 100; border-radius: 0px; border: none;}
21
 section .popup .pop .popup_btn button.ok { width: 64%; border-left: 2px solid #000;}
21
 section .popup .pop .popup_btn button.ok { width: 64%; border-left: 2px solid #000;}
22
 section .popup .pop .popup_btn button.cancel {width: 36%;}
22
 section .popup .pop .popup_btn button.cancel {width: 36%;}
23
 
23
 
@@ -266,26 +266,27 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
266
 }
266
 }
267
 .content {position:fixed; z-index: 10; padding-top: 10px; width:100%; background: #f4f5f4; border-bottom:1px solid #E0B8AB;}
267
 .content {position:fixed; z-index: 10; padding-top: 10px; width:100%; background: #f4f5f4; border-bottom:1px solid #E0B8AB;}
268
 .content .header {width:100% !important; height:55px !important; margin:0 !important;}
268
 .content .header {width:100% !important; height:55px !important; margin:0 !important;}
269
-.content .line {position: relative; display: inline-block; width: 90%; height: 45px; margin:auto 5%; margin-bottom: -10px;}
269
+.content .line {position: relative; display: inline-block; width: 99%; height: 45px; margin:auto 1%; margin-bottom: -10px;}
270
 .content .line div {font-weight: 700;}
270
 .content .line div {font-weight: 700;}
271
 .content .line div.itp_search_header {font-weight:100; background:#fff; margin:5px 10px; padding:9px 10px 4px 9px; text-align: left; color:#b88278;border: 1px solid #aaa; border-radius: 5px;}
271
 .content .line div.itp_search_header {font-weight:100; background:#fff; margin:5px 10px; padding:9px 10px 4px 9px; text-align: left; color:#b88278;border: 1px solid #aaa; border-radius: 5px;}
272
 .content .line label {min-width:110px; color:#666; font-size: 18px; margin-left: 10px; float: left; text-align: left; margin-top: 10px; font-weight:100;}
272
 .content .line label {min-width:110px; color:#666; font-size: 18px; margin-left: 10px; float: left; text-align: left; margin-top: 10px; font-weight:100;}
273
 .content .line label.pay_label {margin:38px 1%; width:98%;}
273
 .content .line label.pay_label {margin:38px 1%; width:98%;}
274
 .content .line select.label {border: 1px solid #000; font-size: 0.9rem;margin:9px 0 0 5px; float: left; width: 120px; height: 30px; text-align: left;}
274
 .content .line select.label {border: 1px solid #000; font-size: 0.9rem;margin:9px 0 0 5px; float: left; width: 120px; height: 30px; text-align: left;}
275
 .content .line .search_wrap {float:right; margin-right:10px;}
275
 .content .line .search_wrap {float:right; margin-right:10px;}
276
-.content .line .float_left {float: left; margin-top:2px; width:200px;}
277
-.content .line .float_left button {top:5px; left:280px; position:absolute; background:transparent; border:none; width:36px; height:36px; padding:0;} 
276
+.content .line .float_left {float: left; margin-top:2px; width:50%;}
277
+.content .line .float_left button {float:right; left:-5px; position:relative; background:transparent; border:none; width:36px; height:36px; padding:0;} 
278
 .content .line .float_left button img {width:22px;}
278
 .content .line .float_left button img {width:22px;}
279
-.content .line .float_left input {width:200px;}
279
+.content .line .float_left input {width:100%; font-size:14px;}
280
 .content .line .float_left.note {width: 100%; padding: 10px;}
280
 .content .line .float_left.note {width: 100%; padding: 10px;}
281
 .content .line .float_left.note textarea {width: 100%; height: 100px; border: 1px solid #000; text-align: left;}
281
 .content .line .float_left.note textarea {width: 100%; height: 100px; border: 1px solid #000; text-align: left;}
282
 .content .line .float_left div {font-size: 1rem; margin-top: 8px;}
282
 .content .line .float_left div {font-size: 1rem; margin-top: 8px;}
283
+.content .line .float_left .itp_input_btn {top:5px; margin:0; position:absolute; width:50%;}
283
 .content .line .float_right_btn {float: left; margin-top: 5px; margin-left: 5px;}
284
 .content .line .float_right_btn {float: left; margin-top: 5px; margin-left: 5px;}
284
 .content .line .float_right_btn button {padding:0; width:36px; height:36px; border-radius:5px; border:1px solid #aaa;}
285
 .content .line .float_right_btn button {padding:0; width:36px; height:36px; border-radius:5px; border:1px solid #aaa;}
285
 .content .line .float_right_btn button img {width:20px; height:20px;}
286
 .content .line .float_right_btn button img {width:20px; height:20px;}
286
-.content .line .float_left select {float: left; width: 150px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem;}
287
-.content .line .line_right {font-size: 2rem; float: right; margin-right: 0%;}
288
-.content .line .line_right div {float: right; font-size: 18px;; margin-top: 12px; margin-right: 30px; color:#555;}
287
+.content .line .float_left select {float: left; width: 100%; height: 36px; border: 1px solid #aaa; border-radius:5px; font-size: 1rem;}
288
+.content .line .line_right {font-size: 2rem; float: left; margin-right: 0%; width:50%}
289
+.content .line .line_right div {float: right; font-size: 18px;; margin-top: 12px; color:#555;}
289
 .content .line .line_right input {position: relative; text-align: right; margin-right: 84px;}
290
 .content .line .line_right input {position: relative; text-align: right; margin-right: 84px;}
290
 .content .line .line_right input.m9 {margin-right:93px;}
291
 .content .line .line_right input.m9 {margin-right:93px;}
291
 .content .line .line_right input.left {text-align: left;}
292
 .content .line .line_right input.left {text-align: left;}
@@ -293,12 +294,13 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
293
 .content .line .line_right select.m9 {margin-right:83px;}
294
 .content .line .line_right select.m9 {margin-right:83px;}
294
 .content .line .line_right input.date{width:140px; margin-right:132px; height:35px;} 
295
 .content .line .line_right input.date{width:140px; margin-right:132px; height:35px;} 
295
 .content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
296
 .content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
296
-.content .line input.date {width: 200px; margin: 5px 0; height: 35px; float: left; text-align:center; font-size:14px;background: url(../img/calender.png)no-repeat 95% 50%/20px auto #fff;}
297
+.content .line input.date {width: 50%; margin: 5px 0; height: 35px; float: left; text-align:center; font-size:14px;background: url(../img/calender.png)no-repeat 95% 50%/20px auto #fff;}
297
 .content .line input.date2 {width: 140px; height: 30px; margin-right:133px;}
298
 .content .line input.date2 {width: 140px; height: 30px; margin-right:133px;}
298
-.content .line div.date_to {float: right; margin-right:10px;}
299
+.content .line div.date_to {width:60%; float: left; margin-right:10px;}
300
+.content .line div.date_to input {width:45%}
299
 .content .line div.date_to input.year {width: 120px; height: 30px;}
301
 .content .line div.date_to input.year {width: 120px; height: 30px;}
300
 .content .line div.date_to div.at {width: 3%;  font-size: 1rem; float: right; display: contents;}
302
 .content .line div.date_to div.at {width: 3%;  font-size: 1rem; float: right; display: contents;}
301
-.content .line .search {width: 100%; height: 50px;}
303
+.content .line .search {width: 100%; height: 50px; padding-top:8px;}
302
 .content .line .search button {width: 50%; height: 35px; font-size: 1rem; padding: 0;}
304
 .content .line .search button {width: 50%; height: 35px; font-size: 1rem; padding: 0;}
303
 .content .line .search button.col_3 {width: 25%; margin:0 12px;}
305
 .content .line .search button.col_3 {width: 25%; margin:0 12px;}
304
 .content .list_line {width:98%; float:left; height:50px;display: inline-flex; margin:0 1%; font-size:12px;}
306
 .content .list_line {width:98%; float:left; height:50px;display: inline-flex; margin:0 1%; font-size:12px;}
@@ -355,9 +357,9 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
355
 
357
 
356
 /* scroll_area 조정 */
358
 /* scroll_area 조정 */
357
 .scroll_area {position: absolute; width: 100%; height: 1090px; bottom: 30px; overflow: auto; background: #fff;}
359
 .scroll_area {position: absolute; width: 100%; height: 1090px; bottom: 30px; overflow: auto; background: #fff;}
358
-.row-1{top: 240px;}
359
-.row-1-1{top:288px;}
360
-.row-2{top: 282px;}
360
+.row-1{top: 350px;}
361
+.row-1-1{top:364px;}
362
+.row-2{top: 300px;}
361
 
363
 
362
 .row-3{top: 363px;}
364
 .row-3{top: 363px;}
363
 .row-4{top: 377px;}
365
 .row-4{top: 377px;}
@@ -371,18 +373,19 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
371
 .scroll_area ul.mb_0 {margin-bottom:0 !important;}
373
 .scroll_area ul.mb_0 {margin-bottom:0 !important;}
372
 .scroll_area .itp_non_data {margin:35% auto;}
374
 .scroll_area .itp_non_data {margin:35% auto;}
373
 .scroll_area li {margin:0; list-style: none; width: 100%; height: 85px; border: 1px solid #ccc; background-color: #fff;}
375
 .scroll_area li {margin:0; list-style: none; width: 100%; height: 85px; border: 1px solid #ccc; background-color: #fff;}
374
-.scroll_area li.list-row {height:110px;}
375
-.scroll_area li .left_info {width:35%; float:left; font-size:1rem;}
376
+.scroll_area li.list-row {height:100px;}
377
+.scroll_area li .left_info {width:155px; float:left; font-size:1rem; margin-top:6px;}
376
 .scroll_area li .left_info div {display: inline-block;}
378
 .scroll_area li .left_info div {display: inline-block;}
377
 .scroll_area li .left_info label{font-size: 1.1rem; font-weight:100; margin-left:10px;}
379
 .scroll_area li .left_info label{font-size: 1.1rem; font-weight:100; margin-left:10px;}
378
-.scroll_area li .left_info .thick {float:left;  margin: 2px 0 0 20px; font-size: 18px; text-align: left; width: 90%; font-weight: 100;}
380
+.scroll_area li .left_info .check_box {padding:20px 3px; height:88px; float:left; width:13px;}
381
+.scroll_area li .left_info .thick {float:left;  margin: 2px 0 0 8px; font-size: 18px; text-align: left; width: 85%; font-weight: 100;}
379
 .scroll_area li .left_info .thick .itp_item {color:gray;}
382
 .scroll_area li .left_info .thick .itp_item {color:gray;}
380
 .scroll_area li .left_info .thick .itp_gram {color:#aaa; font-size:16px;}
383
 .scroll_area li .left_info .thick .itp_gram {color:#aaa; font-size:16px;}
381
 .scroll_area li .left_info .thick .itp_amt {color:#b88278; margin-top: 4px;}
384
 .scroll_area li .left_info .thick .itp_amt {color:#b88278; margin-top: 4px;}
382
 .scroll_area li .left_info .history {font-weight: 700; font-size: 1.1rem; margin-top:-2px;}
385
 .scroll_area li .left_info .history {font-weight: 700; font-size: 1.1rem; margin-top:-2px;}
383
 .scroll_area li .left_info .history input{width: 150px;}
386
 .scroll_area li .left_info .history input{width: 150px;}
384
-.scroll_area li .md_info{width:35%; float:left; font-size:1rem; margin-top:25px;}
385
-.scroll_area li .md_info .thick {float:left;  margin: 2px 0 0 20px; font-size: 18px; text-align: left; width: 90%; font-weight: 100;}
387
+.scroll_area li .md_info{width:140px; float:right; font-size:1rem; margin-top:17px;}
388
+.scroll_area li .md_info .thick {float:left;  margin: 2px; font-size: 18px; text-align: left; width: 90%; font-weight: 100;}
386
 .scroll_area li .md_info .thick div{color:gray;}
389
 .scroll_area li .md_info .thick div{color:gray;}
387
 .scroll_area li.history_list {height: 140px; padding-top:8px;}
390
 .scroll_area li.history_list {height: 140px; padding-top:8px;}
388
 .scroll_area li.history_list .btn_check {height:158px; margin-top:-5px; width:90%; float:right; padding-top:7px; }
391
 .scroll_area li.history_list .btn_check {height:158px; margin-top:-5px; width:90%; float:right; padding-top:7px; }
@@ -420,30 +423,32 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
420
 .scroll_area li .detail_right .detail_info div {width: auto; font-size: 1rem; font-weight: 700;}
423
 .scroll_area li .detail_right .detail_info div {width: auto; font-size: 1rem; font-weight: 700;}
421
 .scroll_area li .detail_right .detail_info i {width: auto; font-size: 1rem; margin: 0 20px;}
424
 .scroll_area li .detail_right .detail_info i {width: auto; font-size: 1rem; margin: 0 20px;}
422
 .scroll_area li .left .nomal  {width: 100%; float:left; text-align: left; font-size: 1.2rem;}
425
 .scroll_area li .left .nomal  {width: 100%; float:left; text-align: left; font-size: 1.2rem;}
423
-.scroll_area li .left .nomal .half {width:50%; float:left;}
424
-.scroll_area li .left .nomal .half label {font-weight:100;}
426
+.scroll_area li .left .nomal .half {float:left;}
427
+.scroll_area li .left .nomal .half label {min-width:auto;}
428
+.scroll_area li .left .nomal .half div {min-width:auto; margin-right:5px;}
425
 .scroll_area li .left .nomal  input{width: 85px; height:30px;}
429
 .scroll_area li .left .nomal  input{width: 85px; height:30px;}
426
 
430
 
427
 .scroll_area li .scroll_btn {width:10%; height:158px; margin-top:-5px; display:inline-flex;}
431
 .scroll_area li .scroll_btn {width:10%; height:158px; margin-top:-5px; display:inline-flex;}
428
 
432
 
429
 .scroll_area li .scroll_btn input {width:15px; margin:auto 10px;}
433
 .scroll_area li .scroll_btn input {width:15px; margin:auto 10px;}
430
 .scroll_area li .scroll_btn input:checked ~ .scroll_btn {background:#eee;}
434
 .scroll_area li .scroll_btn input:checked ~ .scroll_btn {background:#eee;}
431
-.scroll_area li .left .nomal span {margin:0 10px;}
435
+.scroll_area li .left .nomal span {margin:0 5px;}
432
 
436
 
433
 .scroll_area li .left .nomal .btn_bar{position: relative; width: auto; font-size: 2.2rem;}
437
 .scroll_area li .left .nomal .btn_bar{position: relative; width: auto; font-size: 2.2rem;}
434
 .scroll_area li .left .nomal .btn_bar button{width: 25px; height: 30px; font-size: 1rem; padding: 0;}
438
 .scroll_area li .left .nomal .btn_bar button{width: 25px; height: 30px; font-size: 1rem; padding: 0;}
435
 .scroll_area li .left .nomal .btn_bar .col_0{min-width: auto; margin: 5px 20px;}
439
 .scroll_area li .left .nomal .btn_bar .col_0{min-width: auto; margin: 5px 20px;}
436
 
440
 
437
-.scroll_area li .left .nomal label{position:relative; margin-left: 10px;}
441
+.scroll_area li .left .nomal label{position:relative; margin-left: 10px; font-size:15px; font-weight:100; min-width:100px; text-align:left;}
438
 .scroll_area li .left .nomal label.sub_info{min-width: 70px; display: inline-flex;}
442
 .scroll_area li .left .nomal label.sub_info{min-width: 70px; display: inline-flex;}
439
 .scroll_area li .left .nomal label.col_0{width: auto;}
443
 .scroll_area li .left .nomal label.col_0{width: auto;}
440
 .scroll_area li .left .nomal label.col_2{width: 95px;}
444
 .scroll_area li .left .nomal label.col_2{width: 95px;}
441
 .scroll_area li .left .nomal i{width: 50px; text-align: center;}
445
 .scroll_area li .left .nomal i{width: 50px; text-align: center;}
442
-.scroll_area li .left .nomal div{min-width:90px; display: inline-flex; font-weight: 700; font-size: 1.1rem;}
446
+.scroll_area li .left .nomal div{ display: inline-flex; font-weight: 100; font-size: 15px;}
443
 .scroll_area li .left .nomal .col_5{min-width:50px;}
447
 .scroll_area li .left .nomal .col_5{min-width:50px;}
444
 
448
 
445
-.scroll_area li .right {margin: 42px 10px 0 0; position: relative; display: flex; height:35px; font-size: 1.4rem; font-weight: 700; float: right;}
449
+.scroll_area li .right {margin: 28px 10px 0 0; position: relative; display: flex; height:35px; font-size: 1.4rem; font-weight: 700; float: right;}
446
 .scroll_area li .right .num {padding:8px 22px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
450
 .scroll_area li .right .num {padding:8px 22px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
451
+.scroll_area li .right .fnnum {margin:13px 30px;}
447
 .scroll_area li .right button {background:#e1cac1; color:#fff; border:1px solid #E0B8AB; padding:0px 7px; font-size: 1.5rem; border-radius: 0px;}
452
 .scroll_area li .right button {background:#e1cac1; color:#fff; border:1px solid #E0B8AB; padding:0px 7px; font-size: 1.5rem; border-radius: 0px;}
448
 
453
 
449
 /* ITP_FOOTER */
454
 /* ITP_FOOTER */
@@ -476,3 +481,15 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
476
 #ITP_FOOTER .itp_modal .itp_mg_top {margin-top: 10px;} 
481
 #ITP_FOOTER .itp_modal .itp_mg_top {margin-top: 10px;} 
477
 #ITP_FOOTER .itp_modal .itp_form .itp_mlb {font-size:13px; height:42px; text-align:left; padding:12px 5px 8px 10px; color:#333; border:1px solid #ccc;}
482
 #ITP_FOOTER .itp_modal .itp_form .itp_mlb {font-size:13px; height:42px; text-align:left; padding:12px 5px 8px 10px; color:#333; border:1px solid #ccc;}
478
 #ITP_FOOTER .itp_modal .itp_form .itp_mip {padding: 8px 5px 4px 12px; height:42px; text-align: left; font-size: 16px; border:1px solid #ccc;}
483
 #ITP_FOOTER .itp_modal .itp_form .itp_mip {padding: 8px 5px 4px 12px; height:42px; text-align: left; font-size: 16px; border:1px solid #ccc;}
484
+
485
+@media screen and (min-width: 550px) {
486
+	.content .line input.date {width: 70%;}
487
+	.content .line .line_right {width:70%}
488
+	.content .line .float_left .itp_input_btn {width:70%;}
489
+	.content .line .float_left {width:70%;}
490
+	.content .line div.date_to {width:70%;}
491
+	.content .line div.date_to input {width:45%}
492
+	.content .line {margin:-5px 3%;}
493
+}
494
+
495
+