Sfoglia il codice sorgente

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

dwkim 2 anni fa
parent
commit
cf911f9ed3

+ 1 - 1
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_WHS_LOCATION.js

@@ -107,7 +107,7 @@ function itp_fn_BIZPOP_WHS_LOCATION(parentPopFn, args, returnType) {
107 107
 			},
108 108
 			{
109 109
 				index: 'LOCATION_NM', name: 'locationNm',
110
-				label: 'LOCATION명', //
110
+				label: '로케이션명', //
111 111
 				width: '6', fixed: false, align: 'center',
112 112
 				sortable: false, hidden: false
113 113
 			},

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

@@ -40,7 +40,7 @@
40 40
 			margin-left: 8px;
41 41
 		}
42 42
 		.noti_text  {
43
-			width: calc(100vw - 70px);
43
+			width: calc(100vw - 82px);
44 44
 			text-overflow: ellipsis;
45 45
 			overflow: hidden;
46 46
 			text-align: left;
@@ -349,7 +349,7 @@
349 349
 	<aside id="ITP_ASIDE"></aside>
350 350
 	<section>
351 351
 		<div id="ITP_POP_NOTICE" class="popup2 mobile-pop-close" style="display: none;">
352
-			<div class="pop" style="height:350px;">
352
+			<div class="pop" style="height:380px;">
353 353
 				<div class="header">
354 354
 					<div class="header_left">
355 355
 						<label>공지내용</label>

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

@@ -96,7 +96,10 @@
96 96
 					<div class="nomal">
97 97
 					  <label class="col_4">공급업체</label>
98 98
 					  <span>:</span>
99
-					  <div class="full fnSpplyNm"></div>
99
+					  <div class="fnSpplyNm"></div>
100
+				      <label class="col_4">발주구분</label>
101
+					  <span>:</span>
102
+					  <div class="fnDlvDvsnNm"></div>
100 103
 					</div>
101 104
 				  </div>
102 105
 				</li>