Просмотр исходного кода

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

dwkim лет назад: 2
Родитель
Сommit
15ed31d5e6

+ 1 - 1
src/main/webapp/app/stockmng/STOCKMNG04010.html

@@ -201,7 +201,7 @@
201 201
 				        </div>
202 202
 				    </div>
203 203
 				    <div class="itp_table fix">
204
-					    <div class="itp_table_head fix" style="background:#fff;">
204
+					    <div class="itp_table_head fix" style="background:#f5f5f5;">
205 205
 					        <h4 class="itp_table_tit">로케이션 정보</h4>
206 206
 					    </div>
207 207
 					    <div id="ITP_STOCKMNG04010_VIEW_jqGrid_list" class="itp_tb_list">

+ 0 - 1
src/main/webapp/app/stockmng/STOCKMNG04011.html

@@ -185,7 +185,6 @@
185 185
 					        <h4 class="itp_table_tit">로케이션 정보</h4>
186 186
 					    </div>
187 187
 					    <div id="ITP_STOCKMNG04011_VIEW_jqGrid_list" class="itp_tb_list">
188
-					        <div id="ITP_STOCKMNG04011_VIEW_jqGridView" class="itp_views fix"></div>
189 188
 					        <table id="ITP_STOCKMNG04011_VIEW_jqGrid"></table>
190 189
 					        <div id="ITP_STOCKMNG04011_VIEW_jqGridPager"></div>
191 190
 					        <div id="ITP_STOCKMNG04011_VIEW_jqGridEmpty" class="itp_no_data"></div>

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

@@ -375,7 +375,7 @@
375 375
 					<div class="itp_notify_row">
376 376
 						<label class="noti_label">첨부파일</label>
377 377
 						<span>:</span>
378
-						<table></table>
378
+						<div class="fnNoteFile noti_text"></div>
379 379
 					</div>
380 380
 				</div>
381 381
 			</div>

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

@@ -74,12 +74,12 @@
74 74
 	              <div class="thick">
75 75
 	              	<label>품목명</label>
76 76
 	                <span>:</span>
77
-	                <div class="itp_item fnItemNm">품목명</div>
77
+	                <div class="itp_item fnItemNm"></div>
78 78
 	              </div>
79 79
 	              <div class="thick">
80
-                	<div class="itp_gram auto fnUnitAmt">1,000원</div>
80
+                	<div class="itp_gram auto fnUnitAmt"></div>
81 81
                 	<span>/</span>
82
-                	<div class="itp_amt amt_wd fnOrdAmt">1,000원</div>
82
+                	<div class="itp_amt amt_wd fnOrdAmt"></div>
83 83
 	              </div>
84 84
 	            </div>
85 85
 				<div class="right" style="width:125px;">

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

@@ -255,9 +255,9 @@
255 255
                 <div class="itp_item fnItemNm"></div>
256 256
               </div>
257 257
               <div class="thick">
258
-              	<label>구매가</label>
259
-                <span>:</span>
260
-                <div class="itp_amt fnUnitAmt"></div>
258
+               	<div class="itp_gram auto fnUnitAmt"></div>
259
+               	<span>/</span>
260
+               	<div class="itp_amt amt_wd fnOrdAmt"></div>
261 261
               </div>
262 262
             </div>
263 263
             <div class="right">

+ 3 - 3
src/main/webapp/mobile/app/mrtnmng/MRTNMNG01010.html

@@ -58,9 +58,9 @@
58 58
 			                <div class="itp_item fnItemNm">품목명</div>
59 59
 			              </div>
60 60
 			              <div class="thick">
61
-			              	<label>구매가</label>
62
-			                <span>:</span>
63
-			                <div class="itp_amt fnUnitAmt"></div>
61
+			               	<div class="itp_gram auto fnUnitAmt"></div>
62
+			               	<span>/</span>
63
+			               	<div class="itp_amt amt_wd fnOrdAmt"></div>
64 64
 			              </div>
65 65
 			            </div>
66 66
 						<div class="right" style="width:125px;">

+ 5 - 5
src/main/webapp/mobile/app/mrtnmng/MRTNMNG02010.html

@@ -213,11 +213,11 @@
213 213
 								<span>:</span>
214 214
 								<div class="itp_item fnItemNm"></div>
215 215
 							</div>
216
-							<div class="thick">
217
-								<label>구매가</label>
218
-								<span>:</span>
219
-								<div class="itp_amt fnUnitAmt"></div>
220
-							</div>
216
+							 <div class="thick">
217
+				               	<div class="itp_gram auto fnUnitAmt"></div>
218
+				               	<span>/</span>
219
+				               	<div class="itp_amt amt_wd fnOrdAmt"></div>
220
+				              </div>
221 221
 						</div>
222 222
 						<div class="right">
223 223
 							<button id="ITP_BTN_MRTNMNG02010_MODIFY_MINUS" class="DETAIL_ITEM_MINUS">-</button>

+ 1 - 1
src/main/webapp/mobile/app/mrtnmng/MRTNMNG06010.html

@@ -87,7 +87,7 @@
87 87
 								<label>공급업체</label>
88 88
 								<span>:</span>
89 89
 								<div class="fnSpplyNm"></div>
90
-								<label class="">납품장소</label>
90
+								<label class="">수거창고</label>
91 91
 								<span>:</span>
92 92
 								<div class="fnRtnWhsNm"></div>
93 93
 							</div>

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

@@ -473,7 +473,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
473 473
 .scroll_area li .left_info .thick {float:left; text-align: left; width: 90%; height:38px; font-weight: 100;}
474 474
 .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;}
475 475
 .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;}
476
-.scroll_area li .left_info .thick .auto {width:auto; float:left; font-size: 12pt;}
476
+.scroll_area li .left_info .thick .auto {width:auto;}
477 477
 .scroll_area li .left_info .thick .itp_amt {color:#b88278; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width: calc(100% - 105px); top: 7px; position:relative; text-align:left;}
478 478
 .scroll_area li .left_info .thick .amt_wd {width:calc(100% - 95px);}
479 479
 .scroll_area li .left_info .history {font-weight: 700; font-size: 1.1rem; margin-top:-2px;}

+ 21 - 0
src/main/webapp/mobile/js/app/main.js

@@ -300,17 +300,38 @@ let mobPopObj = {
300 300
 			mobPopObj.hide(this.popId);
301 301
 		},
302 302
 		search: function (nticeNo) { 
303
+			const me=this;
303 304
 			fn_ajax_call('/api/ntice/info-ntice', {nticeNo}, function(result) {
304 305
 				// 브랜드그룹 셋팅
305 306
 				$('#ITP_POP_NOTICE_AREA .fnNoteNm').html(result.nticeTitl);
306 307
 				$('#ITP_POP_NOTICE_AREA .fnNote').html(result.nticeDesc);
307 308
 				$('#ITP_POP_NOTICE_AREA .fnNoteFromTo').html(result.notiStDay+' ~ '+result.notiEdDay); 
309
+				me.makeFileDownloadTable($('#ITP_POP_NOTICE_AREA .fnNoteFile'),result.fileNo); 
308 310
 				/*
309 311
 				$('#ITP_FORM_NOTICE_INFO_POPUP_AFFL_SHOP_NM').html(result.afflShopNm);
310 312
 				$('#ITP_FORM_NOTICE_INFO_POPUP_BRAND_NM').html(result.brandNm);
311 313
 				*/ 
312 314
 			}, 'GET');
313 315
 		},
316
+		makeFileDownloadTable: function (el, fileNo) {
317
+			var searhFn = function(result) {
318
+				var html = '';
319
+				html += '<table class="table fileupload-download">';
320
+				html += '<tbody>';
321
+				$.each(result, function (key, value) { 
322
+					html += '<tr class="fileupload-downloadrow no-thumb row">';	
323
+					html += '<td class="col-xs-9 itp_file_info" data-file-no="' + value.fileNo + '" data-file-seq="' + value.fileSeq + '">';
324
+					html += '<a href="' + DOMAIN + '/api/file/download/' + value.fileNo + '/' + value.fileSeq + '">';
325
+					html += value.fileOrgNm + '</a></td>';
326
+					html += '<td class="col-xs-3">' + value.fileSize + '</td>'; 
327
+					html += '</tr>';
328
+				});
329
+				html += '</tbody>';
330
+				html += '</table>';
331
+				el.html(html);
332
+			}
333
+			fn_ajax_call('/api/file/list', {fileNo}, searhFn, 'GET');
334
+		}
314 335
 		
315 336
 	},
316 337
 	show: function(popId) {