Browse Source

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

dwkim 2 years ago
parent
commit
1ee54f3961

+ 3 - 3
src/main/webapp/app/stinfo/STINFO04010.html

@@ -480,12 +480,12 @@
480 480
 									</div>
481 481
 									<div class="itp_form_in">
482 482
 										<div class="form-group">
483
-											<label class="col-xs-2 itp_lb">유통기한여부 *</label>
483
+											<label class="col-xs-2 itp_lb">사용(유통)기한여부 *</label>
484 484
 											<div class="col-xs-5 itp_ip fnExpryYn"></div>
485
-											<label class="col-xs-2 itp_lb">유통가능기간</label>
485
+											<label class="col-xs-2 itp_lb">사용(유통)가능기간</label>
486 486
 											<div class="col-xs-3 itp_ip">
487 487
 												<div class="col-xs-5 itp_in fnExpryPeriod" style="width:auto;"></div>
488
-												<label class="col-xs-2 itp_in">day</label>
488
+												<label class="col-xs-2 itp_in">day(s)</label>
489 489
 											</div>
490 490
 										</div>
491 491
 									</div>

+ 3 - 3
src/main/webapp/app/vendinfo/VENDINFO02010.html

@@ -156,12 +156,12 @@
156 156
 									</div>
157 157
 									<div class="itp_form_in">
158 158
 										<div class="form-group">
159
-											<label class="col-xs-2 itp_lb">유통기한여부 *</label>
159
+											<label class="col-xs-2 itp_lb">사용(유통)기한여부 *</label>
160 160
 											<div class="col-xs-4 itp_ip fnExpryYn"></div>
161
-											<label class="col-xs-2 itp_lb">유통가능기간</label>
161
+											<label class="col-xs-2 itp_lb">사용(유통)가능기간</label>
162 162
 											<div class="col-xs-4 itp_ip">
163 163
 												<div class="col-xs-5 itp_in fnExpryPeriod" style="width:auto;"></div>
164
-												<label class="col-xs-2 itp_in">day</label>
164
+												<label class="col-xs-2 itp_in">day(s)</label>
165 165
 											</div>
166 166
 										</div>
167 167
 									</div>

+ 2 - 0
src/main/webapp/css/ui.jqgrid-bootstrap.css

@@ -325,6 +325,7 @@ div.tablediv > .table-bordered {
325 325
 .ui-jqgrid .ui-pager-control .ui-pager-table td {
326 326
 	border-top : 0px none !important;
327 327
 	min-height : 20px !important;
328
+	width: 80px;
328 329
 }
329 330
 .ui-jqgrid .ui-pg-button  {
330 331
 	height:auto;
@@ -419,6 +420,7 @@ div.tablediv > .table-bordered {
419 420
 {
420 421
 	table-layout:auto;
421 422
 	height:100%;
423
+	width: 160px;
422 424
 }
423 425
 .ui-jqgrid .ui-jqgrid-pager .navtable,
424 426
 .ui-jqgrid .ui-jqgrid-toppager .navtable

+ 0 - 8
src/main/webapp/js/app/oper/ITP_OPER01010.js

@@ -47,14 +47,6 @@ let API_CHECK_DUPLICATE 	= '/api/user/check-duplicate';
47 47
 let API_INTI_USERPW 		= '/api/user/inti-userpw';
48 48
 let API_POP_GRID_LIST 		= '/api/brand/pop-grid-list';
49 49
  
50
-$(window).on('resize', function(e) {
51
-	setTimeout(()=>{
52
-		const left=$(OPER01010_GRID_PAGER+'_left'), pageing=$(OPER01010_GRID_PAGER+'_center').find('table');
53
-		left.width(60);
54
-		pageing.width(150);
55
-	}, 100);
56
-});
57
- 
58 50
 /*화면 Grid ColModel*/
59 51
 const gridColModel = {
60 52
 	list: [

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

@@ -96,7 +96,7 @@ function itp_fn_BIZPOP_WHS_LOCATION(parentPopFn, args, returnType) {
96 96
 			{
97 97
 				index: 'WHS_NM', name: 'whsNm',
98 98
 				label: '창고명', //
99
-				width: '12', fixed: false, align: 'right',
99
+				width: '12', fixed: false, align: 'center',
100 100
 				sortable: false, hidden: false, classes: 'ui-ellipsis'
101 101
 			},
102 102
 			{