Ver código fonte

모바일 발주관리 수정중

whakdo963 2 anos atrás
pai
commit
3fdf7a3b49

+ 1 - 1
src/main/webapp/mobile/app/mpomng/MPOMNG01010.html

@@ -66,7 +66,7 @@
66 66
             <div>검색된 데이터가 없습니다.</div>
67 67
          </div>
68 68
         <div id="ITP_LIST_MPOMNG01010_DETAIL_ROWCOPY" style="display: none;">
69
-          <li class="list-row">
69
+          <li class="list-row item-row">
70 70
             <div class="left_info">
71 71
               <div class="check_box">
72 72
                 <input type="checkbox" name="brandUnitUnqNo" class="fnBrandUnitUnqNo" />

+ 83 - 81
src/main/webapp/mobile/app/mpomng/MPOMNG02010.html

@@ -1,10 +1,10 @@
1 1
 <section id="ITP_MOBILE_MPOMNG02010">
2 2
   <div id="ITP_AJAX_MPOMNG02010_LIST_CONTAINER" style="display: none;">
3
-    <div class="content">
4
-	    <div class="content_fix">
5
-	      <form id="ITP_FORM_MPOMNG02010_LIST_SEARCH" class="form-horizontal" onsubmit="return false;">
6
-	        <input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_BRAND_ID" name="sbrandId" value="">
7
-	        <input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
3
+     <form id="ITP_FORM_MPOMNG02010_LIST_SEARCH" class="area_full form-horizontal" onsubmit="return false;">
4
+       <input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_BRAND_ID" name="sbrandId" value="">
5
+       <input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
6
+    	<div class="content">
7
+    	  <div class="content_fix">
8 8
 	   	    <div class="line header">
9 9
 				<div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">구매요청현황</div>
10 10
 	      	</div>
@@ -45,9 +45,8 @@
45 45
 	      <div class="table_header">
46 46
 	        <h1><구매 요청 내역></h1>
47 47
 	      </div>
48
-        </form>
48
+        </div>
49 49
       </div>
50
-    </div>
51 50
     <div id="ITP_LIST_MPOMNG02010_ITEM_AREA" class="scroll_area row-2">
52 51
       <ul id="ITP_LIST_MPOMNG02010_ITEM_ROWS" class="mb_0 panel-group"></ul>
53 52
       <div id="ITP_LIST_MPOMNG02010_ITEM_ROWCOPY" style="display: none;">
@@ -101,85 +100,88 @@
101 100
           </div>
102 101
         </li>
103 102
       </div>
104
-    </div>
103
+   	  </div>
104
+    </form>
105 105
   </div>
106 106
   <div id="ITP_AJAX_MPOMNG02010_VIEW_CONTAINER" style="display: none;">
107
-    <div class="content">
108
-	    <div class="content_fix">
109
-		  <div class="line header">
110
-			<div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">구매요청현황</div>
111
-	   	  </div>
112
-	      <div class="line">
113
-	        <label>납기요청일</label>
114
-	        <div class="line_right">
115
-	          <div class="fnDlvReqDt"></div>
116
-	        </div>      
117
-	      </div>
118
-	      <div class="line">
119
-	        <label>구매요청금액</label>
120
-	        <div class="line_right">
121
-	          <div class="fnPchReqTotalAmt">원</div>
122
-	        </div>
123
-	      </div>
124
-	      <div class="line">
125
-	        <label>납품장소</label>
126
-	        <div class="line_right">
127
-	          <div class="fnLocationNm"></div>
128
-	        </div>
129
-	      </div>
130
-	      <div class="line">
131
-	        <label>요청상태</label>
132
-	        <div class="line_right">
133
-	          <div class="fnPchReqStnm"></div>
134
-	        </div>
135
-	      </div>
136
-	      <div class="line">
137
-	        <label>반려일자</label>
138
-	        <div class="line_right">
139
-	          <div class="fnPchReqRjctDt"></div>
140
-	        </div>
141
-	      </div>
142
-	      <div class="line">
143
-	        <label>반려담당자명</label>
144
-	        <div class="line_right">
145
-	          <div class="fnPchReqMgrNm"></div>
146
-	        </div>
107
+	  <form id="ITP_FORM_MPOMNG02010_VIEW" class="put_btn form-horizontal" onsubmit="return false;">
108
+	    <div class="content">
109
+		    <div class="content_fix">
110
+			  <div class="line header">
111
+				<div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">구매요청현황</div>
112
+		   	  </div>
113
+		      <div class="line">
114
+		        <label>납기요청일</label>
115
+		        <div class="line_right">
116
+		          <div class="fnDlvReqDt"></div>
117
+		        </div>      
118
+		      </div>
119
+		      <div class="line">
120
+		        <label>구매요청금액</label>
121
+		        <div class="line_right">
122
+		          <div class="fnPchReqTotalAmt">원</div>
123
+		        </div>
124
+		      </div>
125
+		      <div class="line">
126
+		        <label>납품장소</label>
127
+		        <div class="line_right">
128
+		          <div class="fnLocationNm"></div>
129
+		        </div>
130
+		      </div>
131
+		      <div class="line">
132
+		        <label>요청상태</label>
133
+		        <div class="line_right">
134
+		          <div class="fnPchReqStnm"></div>
135
+		        </div>
136
+		      </div>
137
+		      <div class="line">
138
+		        <label>반려일자</label>
139
+		        <div class="line_right">
140
+		          <div class="fnPchReqRjctDt"></div>
141
+		        </div>
142
+		      </div>
143
+		      <div class="line">
144
+		        <label>반려담당자명</label>
145
+		        <div class="line_right">
146
+		          <div class="fnPchReqMgrNm"></div>
147
+		        </div>
148
+		      </div>
149
+		      <div class="table_header">
150
+		        <h1><구매 품목></h1>
151
+		      </div>
147 152
 	      </div>
148
-	      <div class="table_header">
149
-	        <h1><구매 품목></h1>
153
+	    </div>
154
+	    <div id="ITP_LIST_MPOMNG02010_VIEW_AREA" class="scroll_area row-3">
155
+	      <ul id="ITP_LIST_MPOMNG02010_VIEW_ROWS" class="mb_0 panel-group"></ul>
156
+	      <div id="ITP_LIST_MPOMNG02010_VIEW_ROWCOPY" style="display: none;">
157
+	        <li class="history_list5 item-row">
158
+	          <div class="left">
159
+	            <div class="nomal">
160
+	              	<label class="col_3">품목명</label>
161
+	                <span>:</span>
162
+	                <div class="full fnItemNm"></div>
163
+	              </div>
164
+	           </div>   
165
+	           <div class="left">
166
+	            <div class="nomal">
167
+	              	<label class="col_3">요청수량</label>
168
+	                <span>:</span>
169
+	                <div class="fnPchReqQty"></div>
170
+	                <label class="col_3">요청금액</label>
171
+	                <span>:</span>
172
+	                <div class="col_10 fnPchReqAmt"></div>
173
+	              </div>
174
+	           </div>   
175
+	        </li>
150 176
 	      </div>
151
-      </div>
152
-    </div>
153
-    <div id="ITP_LIST_MPOMNG02010_VIEW_AREA" class="scroll_area row-3">
154
-      <ul id="ITP_LIST_MPOMNG02010_VIEW_ROWS" class="mb_0 panel-group"></ul>
155
-      <div id="ITP_LIST_MPOMNG02010_VIEW_ROWCOPY" style="display: none;">
156
-        <li class="history_list5 item-row">
157
-          <div class="left">
158
-            <div class="nomal">
159
-              	<label class="col_3">품목명</label>
160
-                <span>:</span>
161
-                <div class="full fnItemNm"></div>
162
-              </div>
163
-           </div>   
164
-           <div class="left">
165
-            <div class="nomal">
166
-              	<label class="col_3">요청수량</label>
167
-                <span>:</span>
168
-                <div class="fnPchReqQty"></div>
169
-                <label class="col_3">요청금액</label>
170
-                <span>:</span>
171
-                <div class="col_10 fnPchReqAmt"></div>
172
-              </div>
173
-           </div>   
174
-        </li>
175
-      </div>
176
-    </div>
177
-    <div class="button_bar">
178
-      <button id="ITP_BTN_MPOMNG02010_VIEW_CANCEL_LIST" class="col_12 btn-gray CLB">취소</button>
179
-    </div>
177
+	    </div>
178
+	    <div class="button_bar">
179
+	      <button id="ITP_BTN_MPOMNG02010_VIEW_CANCEL_LIST" class="col_12 btn-gray CLB">취소</button>
180
+	    </div>
181
+    </form>
180 182
   </div>
181 183
   <div id="ITP_AJAX_MPOMNG02010_MODIFY_CONTAINER" style="display: none;">
182
-    <form id="ITP_FORM_MPOMNG02010_MODIFY" class="form-horizontal" onsubmit="return false;">
184
+    <form id="ITP_FORM_MPOMNG02010_MODIFY" class="put_btn form-horizontal" onsubmit="return false;">
183 185
       <input type="hidden" id="ITP_FORM_MPOMNG02010_MODIFY_VIEW_CD" name="viewCd" value="U">
184 186
       <input type="hidden" id="ITP_FORM_MPOMNG02010_MODIFY_BRAND_ID" name="brandId" value="">
185 187
       <input type="hidden" id="ITP_FORM_MPOMNG02010_MODIFY_STORE_ID" name="storeId" value="">
@@ -242,7 +244,7 @@
242 244
         <ul id="ITP_LIST_MPOMNG02010_MODIFY_ROWS" class="mb_0 panel-group"></ul>
243 245
         <div id="ITP_LIST_MPOMNG02010_MODIFY_ROWCOPY" style="display: none;"><!-- display:grid -->
244 246
           <li class="item-row">
245
-            <div class="left_info">
247
+            <div class="left_info item">
246 248
               <div class="check_box">
247 249
                 <input type="checkbox" name="brandUnitUnqNo" class="fnBrandUnitUnqNo" />
248 250
               </div>

+ 6 - 5
src/main/webapp/mobile/css/style.css

@@ -453,15 +453,16 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
453 453
 .scroll_area li.list-row2 {height:130px; padding-top:8px;}
454 454
 
455 455
 .scroll_area li .left_info {width: calc(100% - 66px); float:left;}
456
+.scroll_area li .left_info.item {width: calc(100% - 110px); float:left;}
456 457
 .scroll_area li .left_info div {display: inline-block; font-size:14pt;}
457 458
 .scroll_area li .left_info span {font-size: 14pt;}
458
-.scroll_area li .left_info label{font-size: 14pt; font-weight:100; margin-left:10px; margin-top:5px;}
459
+.scroll_area li .left_info label{width:60px; font-size: 14pt; font-weight:100; margin-top:5px;}
459 460
 .scroll_area li .left_info .check_box {padding-top:8px; height:50px; float:left; width:22px;}
460 461
 .scroll_area li .left_info .check_box input[type=checkbox] {width:15px; margin:10px 0 0 7px;}
461 462
 .scroll_area li .left_info .thick {float:left; text-align: left; width: 90%; height:38px; font-weight: 100;}
462
-.scroll_area li .left_info .thick .itp_item {color:gray;text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:60%; top:7px; text-align:left; position:relative;}
463
+.scroll_area li .left_info .thick .itp_item {color:gray;text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:calc(100% - 81px); top:7px; text-align:left; position:relative;}
463 464
 .scroll_area li .left_info .thick .itp_gram {position:relative; top:7px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; color:#aaa; font-size:14pt; text-align:right; width: 85px;}
464
-.scroll_area li .left_info .thick .itp_amt {color:#b88278; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:auto; top: 7px; position:relative; text-align:left;}
465
+.scroll_area li .left_info .thick .itp_amt {color:#b88278; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width: calc(100% - 81px); top: 7px; position:relative; text-align:left;}
465 466
 .scroll_area li .left_info .history {font-weight: 700; font-size: 1.1rem; margin-top:-2px;}
466 467
 .scroll_area li .left_info .history input{width: 150px;}
467 468
 .scroll_area li.history_list {height: 140px; padding-top:8px;}
@@ -544,11 +545,11 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
544 545
 .scroll_area li .left .nomal div{text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align:left; font-weight: 700; font-size: 12pt; width:calc(50% - 85px);}
545 546
 .scroll_area li .left .nomal .text_6{width:calc(50% - 108px);}
546 547
 
547
-.scroll_area li .left .nomal div.full{width:240px;}
548
+.scroll_area li .left .nomal div.full{width:calc(100% - 85px);}
548 549
 .scroll_area li .left .nomal div.full_s{width:200px;}
549 550
 
550 551
 
551
-.scroll_area li .right {margin: 22px 10px 22px 0; position: relative; display: flex; height:30px; font-size: 1.4rem; font-weight: 700; float: right;}
552
+.scroll_area li .right {margin: 22px 0px 22px 0; position: relative; display: flex; width:110px; height:30px; font-size: 1.4rem; font-weight: 700; float: right;}
552 553
 .scroll_area li .right .num {padding:2px 22px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB; background:#fff; font-size:14pt;}
553 554
 .scroll_area li .right .fnnum {margin:5px 30px; font-size:14pt;}
554 555
 .scroll_area li .right button {background:#e1cac1; color:#fff; border:1px solid #E0B8AB; padding:0px 7px; font-size: 16px; border-radius: 0px;}