Sfoglia il codice sorgente

Merge branch 'master' of http://106.246.249.162:13000/orderqueen/oqpo-view

juney 2 anni fa
parent
commit
7185d2f375

+ 68 - 71
src/main/webapp/mobile/app/mordmng/MORDMNG01010.html

@@ -7,101 +7,98 @@
7 7
 		  <input type="hidden" id="ITP_FORM_MORDMNG01010_SEARCH_SPPLY_ID" name="sspplyId" value="">
8 8
 		  <input type="hidden" id="ITP_FORM_MORDMNG01010_LIST_SEARCH_IDX" name="sidx" value="0">
9 9
 		  <div class="content">
10
-			<div class="line">
11
-			  <label>납품장소</label>
12
-			  <div class="search_wrap">
10
+			  <div class="content_fix">
11
+			  	<div class="line header">
12
+					<div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">수주현황</div>
13
+		      	</div>
14
+				<div class="line">
15
+				  <label>납품장소</label>
13 16
 				  <div class="float_left">
14
-					<input id="ITP_FORM_MORDMNG01010_LIST_SEARCH_WHS_NM" name="swhsNm" type="text" placeholder="A매장명">
17
+					  <input id="ITP_FORM_MORDMNG01010_LIST_SEARCH_WHS_NM" name="swhsNm" type="text" placeholder="A매장명">
15 18
 					  <input type="hidden" id="ITP_FORM_MORDMNG01010_LIST_SEARCH_WHS_ID" class="form-control itp_input" name="swhsId"/>
19
+   					  <div class="itp_input_btn">
20
+						  <button type="button" id="ITP_BTN_MORDMNG01010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
21
+					  </div>
16 22
 				  </div>
17
-				  <div class="float_left_btn">
18
-					  <button type="button" id="ITP_BTN_MORDMNG01010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
23
+				  <div class="float_right_btn">
19 24
 					  <button type="button" id="ITP_BTN_MORDMNG01010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
20 25
 				  </div>	
21
-			  </div>
22
-			</div>
23
-			<div class="line">
24
-			  <label>수주상태</label>
25
-			  <div class="line_right">
26
-				<select name="spchOdrStCd" id="ITP_FORM_MORDMNG01010_LIST_SEARCH_ST_CD" data-select-code="PCH_ODR_ST_CD">
27
-				  <option value=""></option>
28
-				</select>
29
-			  </div>
30
-			</div>
31
-			<div class="line">
32
-			  <label>수주일자</label>
33
-			  <div class="date_to">
34
-				  <input type="text" id="ITP_FORM_MORDMNG01010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
35
-				  <div class="at">~</div>
36
-				  <input type="text" id="ITP_FORM_MORDMNG01010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date">
37
-			  </div>
38
-			</div>
39
-			<div class="line">
40
-				<label>발주번호/품목번호/품목명</label>
41
-			  <div class="search_wrap">
42
-				<input id="ITP_FORM_MORDMNG01010_LIST_SEARCH_ITEM_NM" name="sitemNm" style="width: 262px;" type="text" placeholder="검색어입력">
43
-			  </div>
44
-			</div>
45
-			<div class="line" style="height:50px;">
46
-			  <div class="search">
47
-				<button id="ITP_BTN_MORDMNG01010_LIST_SEARCH" class="btn-primary btn-sm ADB">검색</button>
48
-			  </div>
49
-			</div>
50
-			<div class="table_header">
51
-			  <h1>> 수거수주 내역</h1>
26
+				</div>
27
+				<div class="line">
28
+				  <label>수주상태</label>
29
+				  <div class="float_left">
30
+					<select name="spchOdrStCd" id="ITP_FORM_MORDMNG01010_LIST_SEARCH_ST_CD" data-select-code="PCH_ODR_ST_CD">
31
+					  <option value=""></option>
32
+					</select>
33
+				  </div>
34
+				</div>
35
+				<div class="line">
36
+				  <label>수주일자</label>
37
+				  <div class="date_to">
38
+					  <input type="text" id="ITP_FORM_MORDMNG01010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
39
+					  <div class="at">~</div>
40
+					  <input type="text" id="ITP_FORM_MORDMNG01010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date">
41
+				  </div>
42
+				</div>
43
+				<div class="line">
44
+					<label>검색명</label>
45
+				  <div class="float_left name">
46
+					<input style="font-size:12pt;" id="ITP_FORM_MORDMNG01010_LIST_SEARCH_ITEM_NM" name="sitemNm" type="text" placeholder="발주번호/품목번호/품목명">
47
+				  </div>
48
+				</div>
49
+				<div class="line">
50
+				  <div class="search">
51
+					<button id="ITP_BTN_MORDMNG01010_LIST_SEARCH" class="btn-primary btn-sm ADB">검색</button>
52
+				  </div>
53
+				</div>
54
+				<div class="table_header">
55
+				  <h1><수거수주 내역></h1>
56
+				</div>
52 57
 			</div>
53 58
 		  </div>
54 59
 		  <div id="ITP_LIST_MORDMNG01010_LIST_ITEM_AREA" class="scroll_area row-3">
55
-			  <ul id="ITP_LIST_MORDMNG01010_LIST_ITEM_ROWS" class="panel-group"></ul>
56
-			  <div id="ITP_LIST_MORDMNG01010_LIST_ITEM_ROWCOPY" style="display: none;">
60
+			  <ul id="ITP_LIST_MORDMNG01010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
61
+			  <div id="ITP_LIST_MORDMNG01010_LIST_ITEM_ROWCOPY" style="display: block;">
57 62
 				<li class="history_list list-row">
58 63
 				  <div class="btn_check">
59 64
 					<div class="left">
60 65
 					  <div class="nomal">
61
-						<label>브랜드명 &nbsp;:</label>
62
-						<div>
63
-						  <div class="fnBrandNm"></div>
64
-						</div>
65
-						<label>발주번호&nbsp;:</label>
66
-						<div>
67
-						  <div class="fnPchPodrUnqNo"></div>
68
-						</div>
66
+						<label>브랜드명</label>
67
+						<span>:</span>
68
+					    <div class="fnBrandNm"></div>
69
+						<label>발주번호</label>
70
+						<span>:</span>
71
+					    <div class="fnPchPodrUnqNo"></div>
69 72
 					  </div>
70 73
 					</div>
71 74
 					<div class="left">
72 75
 					  <div class="nomal">
73
-						<label>발주상태 &nbsp;:</label>
74
-						<div>
75
-						  <div class="fnPchOdrStNm"></div>
76
-						</div>
77
-						<label>발주일자&nbsp;:</label>
78
-						<div>
79
-						  <div class="fnPodrDt"></div>
80
-						</div>
76
+						<label>발주상태</label>
77
+						<span>:</span>
78
+					    <div class="fnPchOdrStNm"></div>
79
+						<label>발주일자</label>
80
+						<span>:</span>
81
+					    <div class="fnPodrDt"></div>
81 82
 					  </div>
82 83
 					</div>
83 84
 					<div class="left">
84 85
 					  <div class="nomal">
85
-						<label class="col_6">납품요청일 &nbsp;:</label>
86
-						<div>
87
-						  <div class="fnDlvReqDt"></div>
88
-						</div>
89
-						<label>납품장소&nbsp;:</label>
90
-						<div>
91
-						  <div class="fnWhsNm"></div>
92
-						</div>
86
+						<label class="col_6">납품요청일</label>
87
+						<span>:</span>
88
+					    <div class="fnDlvReqDt"></div>
89
+						<label>납품장소</label>
90
+						<span>:</span>
91
+					    <div class="fnWhsNm"></div>
93 92
 					  </div>
94 93
 					</div>
95 94
 					<div class="left">
96 95
 					  <div class="nomal">
97
-						<label>발주금액 &nbsp;:</label>
98
-						<div>
99
-						  <div class="fnPodrTotalAmt"></div>
100
-						</div>
101
-						<label>품목수&nbsp;:</label>
102
-						<div>
103
-						  <div class="fnPodrItemQty">3개</div>
104
-						</div>
96
+						<label>발주금액</label>
97
+						<span>:</span>
98
+					    <div class="fnPodrTotalAmt"></div>
99
+						<label>품목수</label>
100
+						<span>:</span>
101
+					    <div class="fnPodrItemQty">3개</div>
105 102
 					  </div>
106 103
 					</div>
107 104
 				  </div>

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

@@ -582,7 +582,6 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
582 582
 	.content .line div.date_to input {width:47%}
583 583
 	.modal-dialog {margin:auto 20% !important;}
584 584
 	.scroll_area li .left_info .thick {width: 90%;}
585
-	.content .line .search_wrap input {width:78%;}
586 585
 	.content .line .search_wrap select {width:78%;}	
587 586
 	
588 587
 }