Browse Source

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

isna 2 years ago
parent
commit
cfd45c827d

+ 2 - 2
src/main/webapp/app/popup/biz/BIZPOP_PO_STOCK_PROC.html

@@ -28,7 +28,7 @@
28
 									<label class="col-xs-2 itp_lb sw">품목명</label>
28
 									<label class="col-xs-2 itp_lb sw">품목명</label>
29
 									<div class="col-xs-4 col_3 itp_ip fnItemNm"></div>
29
 									<div class="col-xs-4 col_3 itp_ip fnItemNm"></div>
30
 								</div>
30
 								</div>
31
-								<div class="form-group border">
31
+								<div class="form-group">
32
 									<label class="col-xs-2 itp_lb sw">현재고</label>
32
 									<label class="col-xs-2 itp_lb sw">현재고</label>
33
 									<div class="col-xs-4 col_3 itp_ip fnStckQty"></div>
33
 									<div class="col-xs-4 col_3 itp_ip fnStckQty"></div>
34
 									<label class="col-xs-2 itp_lb sw">관리등급</label>
34
 									<label class="col-xs-2 itp_lb sw">관리등급</label>
@@ -44,7 +44,7 @@
44
 									<select id="ITP_FORM_PO_STOCK_PROC_POPUP_TARGET_LOCATION" class="form-control itp_input" name="targetLocation"></select>
44
 									<select id="ITP_FORM_PO_STOCK_PROC_POPUP_TARGET_LOCATION" class="form-control itp_input" name="targetLocation"></select>
45
 									</div>
45
 									</div>
46
 								</div>
46
 								</div>
47
-								<div class="form-group colspan">
47
+								<div class="form-group border colspan">
48
 									<label class="col-xs-2 itp_lb colspan sw">이동수량</label>
48
 									<label class="col-xs-2 itp_lb colspan sw">이동수량</label>
49
 									<div class="col-xs-4 col_3 itp_ip">
49
 									<div class="col-xs-4 col_3 itp_ip">
50
 									<input type="text" id="ITP_FORM_PO_STOCK_PROC_POPUP_MOVE_QTY" class="form-control itp_input" name="moveQty" onKeyup="this.value=this.value.replace(/[^0-9]/g,'');"/>
50
 									<input type="text" id="ITP_FORM_PO_STOCK_PROC_POPUP_MOVE_QTY" class="form-control itp_input" name="moveQty" onKeyup="this.value=this.value.replace(/[^0-9]/g,'');"/>

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

@@ -141,7 +141,7 @@
141
 				    </div>
141
 				    </div>
142
 				    <div class="itp_table fix">
142
 				    <div class="itp_table fix">
143
 					    <div class="itp_table_head fix" style="background:#fff;">
143
 					    <div class="itp_table_head fix" style="background:#fff;">
144
-					        <h4 class="itp_table_tit">Location 정보</h4>
144
+					        <h4 class="itp_table_tit">로케이션 정보</h4>
145
 					        <div class="pull-right itp_cicon">
145
 					        <div class="pull-right itp_cicon">
146
 					            <button type="button" id="ITP_BTN_STOCKMNG04010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;행추가&nbsp;&nbsp;</button>
146
 					            <button type="button" id="ITP_BTN_STOCKMNG04010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;행추가&nbsp;&nbsp;</button>
147
 					            <button type="button" id="ITP_BTN_STOCKMNG04010_DETAIL_DELROW" class="btn btn-danger btn-sm DRB"><i class="glyphicon"></i>&nbsp;&nbsp;행삭제&nbsp;&nbsp;</button>									
147
 					            <button type="button" id="ITP_BTN_STOCKMNG04010_DETAIL_DELROW" class="btn btn-danger btn-sm DRB"><i class="glyphicon"></i>&nbsp;&nbsp;행삭제&nbsp;&nbsp;</button>									
@@ -202,7 +202,7 @@
202
 				    </div>
202
 				    </div>
203
 				    <div class="itp_table fix">
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:#fff;">
205
-					        <h4 class="itp_table_tit">Location 정보</h4>
205
+					        <h4 class="itp_table_tit">로케이션 정보</h4>
206
 					    </div>
206
 					    </div>
207
 					    <div id="ITP_STOCKMNG04010_VIEW_jqGrid_list" class="itp_tb_list">
207
 					    <div id="ITP_STOCKMNG04010_VIEW_jqGrid_list" class="itp_tb_list">
208
 					        <table id="ITP_STOCKMNG04010_VIEW_jqGrid"></table>
208
 					        <table id="ITP_STOCKMNG04010_VIEW_jqGrid"></table>

+ 2 - 2
src/main/webapp/app/stockmng/STOCKMNG04011.html

@@ -105,7 +105,7 @@
105
 				    </div>
105
 				    </div>
106
 				    <div class="itp_table fix">
106
 				    <div class="itp_table fix">
107
 					    <div class="itp_table_head fix" style="background:#f5f5f5;">
107
 					    <div class="itp_table_head fix" style="background:#f5f5f5;">
108
-					        <h4 class="itp_table_tit">Location 정보</h4>
108
+					        <h4 class="itp_table_tit">로케이션 정보</h4>
109
 					        <div class="pull-right itp_cicon">
109
 					        <div class="pull-right itp_cicon">
110
 					            <button type="button" id="ITP_BTN_STOCKMNG04011_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;행추가&nbsp;&nbsp;</button>
110
 					            <button type="button" id="ITP_BTN_STOCKMNG04011_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;행추가&nbsp;&nbsp;</button>
111
 					            <button type="button" id="ITP_BTN_STOCKMNG04011_DETAIL_DELROW" class="btn btn-danger btn-sm DRB"><i class="glyphicon"></i>&nbsp;&nbsp;행삭제&nbsp;&nbsp;</button>									
111
 					            <button type="button" id="ITP_BTN_STOCKMNG04011_DETAIL_DELROW" class="btn btn-danger btn-sm DRB"><i class="glyphicon"></i>&nbsp;&nbsp;행삭제&nbsp;&nbsp;</button>									
@@ -182,7 +182,7 @@
182
 				    </div>
182
 				    </div>
183
 				    <div class="itp_table fix">
183
 				    <div class="itp_table fix">
184
 					    <div class="itp_table_head fix" style="background:#f5f5f5;">
184
 					    <div class="itp_table_head fix" style="background:#f5f5f5;">
185
-					        <h4 class="itp_table_tit">Location 정보</h4>
185
+					        <h4 class="itp_table_tit">로케이션 정보</h4>
186
 					    </div>
186
 					    </div>
187
 					    <div id="ITP_STOCKMNG04011_VIEW_jqGrid_list" class="itp_tb_list">
187
 					    <div id="ITP_STOCKMNG04011_VIEW_jqGrid_list" class="itp_tb_list">
188
 					        <div id="ITP_STOCKMNG04011_VIEW_jqGridView" class="itp_views fix"></div>
188
 					        <div id="ITP_STOCKMNG04011_VIEW_jqGridView" class="itp_views fix"></div>

+ 1 - 1
src/main/webapp/js/app/stinfo/ITP_STINFO06010.js

@@ -165,7 +165,7 @@ const gridColModel = {
165
 			sortable: true, editable: true, edittype: 'text',
165
 			sortable: true, editable: true, edittype: 'text',
166
 			classes: 'input_color',
166
 			classes: 'input_color',
167
 			editrules: {required: true},
167
 			editrules: {required: true},
168
-			editoptions: {"onKeyup": "this.value=this.value.replace(/[^0-9]/g,'');",  maxlength: 20},
168
+			editoptions: {"onKeyup": "this.value=this.value.replace(/[^0-9]/g,'');",  maxlength: 10},
169
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
169
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
170
 		},
170
 		},
171
 		{
171
 		{

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

@@ -358,8 +358,8 @@
358
 						<button type="button" class="btn-pop-close"><img src="../img/close.png"></button>
358
 						<button type="button" class="btn-pop-close"><img src="../img/close.png"></button>
359
 					</div>
359
 					</div>
360
 				</div>
360
 				</div>
361
-				<div id="ITP_POP_NOTICE_AREA" style="position:relative; top:-40px;">
362
-					<div class="itp_notify_row">
361
+				<div id="ITP_POP_NOTICE_AREA">
362
+					<div class="itp_notify_row" style="width:85%;">
363
 						<label class="noti_label">공지제목</label>
363
 						<label class="noti_label">공지제목</label>
364
 						<span>:</span>
364
 						<span>:</span>
365
 						<div class="fnNoteNm noti_text"></div>
365
 						<div class="fnNoteNm noti_text"></div>