Browse Source

재고관리 버튼 위치 수정

whakdo963 2 years ago
parent
commit
f926d05491

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

@@ -17,35 +17,35 @@
17 17
 								<input type="hidden" id="ITP_FORM_PO_STOCK_PROC_POPUP_ITEM_ID" name="itemId" value="">
18 18
 							
19 19
 								<div class="form-group">
20
-									<label class="col-xs-2 itp_lb">창고명</label>
20
+									<label class="col-xs-2 itp_lb sw">창고명</label>
21 21
 									<div class="col-xs-3 col_3 itp_ip fnWhsNm"></div>
22
-									<label class="col-xs-2 itp_lb">로케이션</label>
22
+									<label class="col-xs-2 itp_lb sw">로케이션</label>
23 23
 									<div class="col-xs-3 col_3 itp_ip fnLocationNm"></div>
24 24
 								</div>
25 25
 								<div class="form-group">
26
-									<label class="col-xs-2 itp_lb">품목번호</label>
26
+									<label class="col-xs-2 itp_lb sw">품목번호</label>
27 27
 									<div class="col-xs-4 col_3 itp_ip fnItemId"></div>
28
-									<label class="col-xs-2 itp_lb">품목명</label>
28
+									<label class="col-xs-2 itp_lb sw">품목명</label>
29 29
 									<div class="col-xs-4 col_3 itp_ip fnItemNm"></div>
30 30
 								</div>
31 31
 								<div class="form-group border">
32
-									<label class="col-xs-2 itp_lb">현재고</label>
32
+									<label class="col-xs-2 itp_lb sw">현재고</label>
33 33
 									<div class="col-xs-4 col_3 itp_ip fnStckQty"></div>
34
-									<label class="col-xs-2 itp_lb">관리등급</label>
34
+									<label class="col-xs-2 itp_lb sw">관리등급</label>
35 35
 									<div class="col-xs-4 col_3 itp_ip"></div>
36 36
 								</div>
37 37
 								<div class="form-group">
38
-									<label class="col-xs-2 itp_lb">창고선택</label>
38
+									<label class="col-xs-2 itp_lb sw">창고선택</label>
39 39
 									<div class="col-xs-4 col_3 itp_ip">
40 40
 									<select id="ITP_FORM_PO_STOCK_PROC_POPUP_TARGET_WHS_ID" class="form-control itp_input" name="targetWhsId"></select>
41 41
 									</div>
42
-									<label class="col-xs-2 itp_lb">Location</label>
42
+									<label class="col-xs-2 itp_lb sw">Location</label>
43 43
 									<div class="col-xs-4 col_3 itp_ip">
44 44
 									<select id="ITP_FORM_PO_STOCK_PROC_POPUP_TARGET_LOCATION" class="form-control itp_input" name="targetLocation"></select>
45 45
 									</div>
46 46
 								</div>
47 47
 								<div class="form-group colspan">
48
-									<label class="col-xs-2 itp_lb colspan">이동수량</label>
48
+									<label class="col-xs-2 itp_lb colspan sw">이동수량</label>
49 49
 									<div class="col-xs-4 col_3 itp_ip">
50 50
 									<input type="text" id="ITP_FORM_PO_STOCK_PROC_POPUP_MOVE_QTY" class="form-control itp_input" name="moveQty" />
51 51
 									</div>									

+ 2 - 8
src/main/webapp/app/stockmng/STOCKMNG01010.html

@@ -5,6 +5,8 @@
5 5
 				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>재고 관리</strong></h2>
6 6
 				<div class="pull-right itp_cicon">
7 7
 					<button type="button" id="ITP_BTN_STOCKMNG01010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;조회&nbsp;&nbsp;</button>
8
+					<button type="button" id="ITP_BTN_STOCKMNG01010_ADDROW" class="btn btn-primary btn-sm IPS" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;재고처리&nbsp;&nbsp;</button>
9
+					<button type="button" id="ITP_BTN_STOCKMNG01010_DELROW" class="btn btn-primary btn-sm IPS"><i class="glyphicon"></i>&nbsp;&nbsp;재고이력&nbsp;&nbsp;</button>	
8 10
 				</div>					
9 11
 			</div>
10 12
 			<div class="itp_det_in">
@@ -57,14 +59,6 @@
57 59
 							</div>
58 60
 						</div>
59 61
 					</div>
60
-					
61
-					<div class="fix" style="padding-right:15px; margin-bottom: 0px;">
62
-						<div class="pull-right itp_cicon">
63
-						<button type="button" id="ITP_BTN_STOCKMNG01010_ADDROW" class="btn btn-primary btn-sm IPS" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;재고처리&nbsp;&nbsp;</button>
64
-						<button type="button" id="ITP_BTN_STOCKMNG01010_DELROW" class="btn btn-primary btn-sm IPS"><i class="glyphicon"></i>&nbsp;&nbsp;재고이력&nbsp;&nbsp;</button>	
65
-						</div>
66
-					</div>	
67
-					
68 62
 					<div class="itp_table fix">
69 63
 						<div id="ITP_STOCKMNG01010_jqGrid_list" class="itp_tb_list itp_gType1" data-total-cnt="${totalCnt}">
70 64
 							<div id="ITP_STOCKMNG01010_jqGridView" class="itp_views fix"></div>

+ 1 - 5
src/main/webapp/app/stockmng/STOCKMNG02010.html

@@ -8,6 +8,7 @@
8 8
 					<button type="button" id="ITP_BTN_STOCKMNG02010_STOCK_CDD" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;재고실사&nbsp;&nbsp;</button>
9 9
 					<button type="button" id="ITP_BTN_STOCKMNG02010_SAVE" class="btn btn-success btn-sm SAB"><i class="glyphicon "></i>&nbsp;&nbsp;저장&nbsp;&nbsp;</button>
10 10
 					<button type="button" id="ITP_BTN_STOCKMNG02010_CANCELLIST" class="btn btn-warning btn-sm PRB"><i class="glyphicon "></i>&nbsp;&nbsp;취소/목록&nbsp;&nbsp;</button>
11
+					<button type="button" id="ITP_BTN_STOCKMNG02010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
11 12
 				</div>					
12 13
 			</div>
13 14
 			<div class="itp_det_in">
@@ -96,11 +97,6 @@
96 97
 							</div>
97 98
 						</div>
98 99
 					</div>
99
-					<div class="fix" style="padding-right:15px;margin-bottom: 13px;">
100
-						<div class="pull-right itp_cicon">
101
-							<button type="button" id="ITP_BTN_STOCKMNG02010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
102
-						</div>
103
-					</div>
104 100
 					<div class="itp_table fix">
105 101
 						<div id="ITP_STOCKMNG02010_DETAIL_jqGrid_list" class="itp_tb_list itp_gType1" data-total-cnt="${totalCnt}">
106 102
 							<div id="ITP_STOCKMNG02010_DETAIL_jqGridView" class="itp_views fix"></div>

+ 2 - 8
src/main/webapp/app/stockmng/STOCKMNG03010.html

@@ -6,6 +6,8 @@
6 6
 				<div class="pull-right itp_cicon">
7 7
 					<button type="button" id="ITP_BTN_STOCKMNG03010_SAVE" class="btn btn-success btn-sm SAB"><i class="glyphicon "></i>&nbsp;&nbsp;저장&nbsp;&nbsp;</button>
8 8
 					<button type="button" id="ITP_BTN_STOCKMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;조회&nbsp;&nbsp;</button>
9
+					<button type="button" id="ITP_BTN_STOCKMNG03010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB"><i class="glyphicon"></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
10
+					<button type="button" id="ITP_BTN_STOCKMNG03010_DETAIL_DELROW" class="btn btn-danger btn-sm SHOW"><i class="glyphicon"></i>&nbsp;&nbsp;품목삭제&nbsp;&nbsp;</button>	
9 11
 				</div>					
10 12
 			</div>
11 13
 			<div class="itp_det_in">
@@ -65,14 +67,6 @@
65 67
 							</div>
66 68
 						</div>
67 69
 					</div>
68
-					
69
-					<div class="fix" style="padding-right:15px; margin-bottom: 0px;">
70
-						<div class="pull-right itp_cicon">
71
-						<button type="button" id="ITP_BTN_STOCKMNG03010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB"><i class="glyphicon"></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
72
-						<button type="button" id="ITP_BTN_STOCKMNG03010_DETAIL_DELROW" class="btn btn-danger btn-sm SHOW"><i class="glyphicon"></i>&nbsp;&nbsp;품목삭제&nbsp;&nbsp;</button>	
73
-						</div>
74
-					</div>					
75
-					
76 70
 					<div class="itp_table fix">
77 71
 						<div id="ITP_STOCKMNG03010_jqGrid_list" class="itp_tb_list itp_gType1" data-total-cnt="${totalCnt}">
78 72
 							<div id="ITP_STOCKMNG03010_jqGridView" class="itp_views fix"></div>

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

@@ -597,6 +597,7 @@ _:-ms-fullscreen, :root .itp_logs {max-width: 1287px}
597 597
 #ITP_ASIDE .itp_modal .itp_form .shot{height:43px !important; border-bottom:1px solid #aaa;}
598 598
 #ITP_ASIDE .itp_modal .itp_form .form-group.border {border-bottom:1px solid #ddd;}
599 599
 #ITP_ASIDE .itp_modal .itp_form .form-control {font-size:13px; color:#333;}
600
+#ITP_ASIDE .itp_modal .itp_form .sw{width:100px !important;}
600 601
 #ITP_ASIDE .itp_modal .itp_form .itp_lb {top:0; font-size:13px; margin:0; padding:13px 12px; height:44px; background:#eee; width:125px; min-width:100px; border-right:1px solid #aaa; border-left:1px solid #ccc;}
601 602
 #ITP_ASIDE .itp_modal .itp_form .itp_lb.itp_normal {font-weight:normal; padding-left:19px;}
602 603
 #ITP_ASIDE .itp_modal .itp_form .itp_ip {padding:9px 10px 0 10px;;}

+ 4 - 1
src/main/webapp/js/app/stockmng/ITP_STOCKMNG02010.js

@@ -275,6 +275,7 @@ const gridColModel = {
275 275
 			index: 'CDD_QTY', name: 'cddQty',
276 276
 			label: "실사수량",
277 277
 			width: '10', fixed: false, align: 'center',
278
+			classes: 'input_color',
278 279
 			sortable: false, editable: true, edittype: 'text',
279 280
 			editrules: {required: false}
280 281
 		}
@@ -391,6 +392,7 @@ let pageObj = {
391 392
 			$('#ITP_BTN_STOCKMNG02010_CANCELLIST').hide();
392 393
 			$('#ITP_BTN_STOCKMNG02010_DELETE').hide();
393 394
 			$('#ITP_BTN_STOCKMNG02010_SAVE').hide();
395
+			$('#ITP_BTN_STOCKMNG02010_DETAIL_ADDROW').hide();
394 396
 			
395 397
 			fn_show_btn_auth('#ITP_BTN_STOCKMNG02010_SRH');
396 398
 			fn_show_btn_auth('#ITP_BTN_STOCKMNG02010_STOCK_CDD');
@@ -404,7 +406,8 @@ let pageObj = {
404 406
 			$('#ITP_BTN_STOCKMNG02010_SRH').hide();
405 407
 			$('#ITP_BTN_STOCKMNG02010_MODIFY').hide();
406 408
 			$('#ITP_BTN_STOCKMNG02010_STOCK_CDD').hide();
407
-			$('#ITP_BTN_STOCKMNG02010_DELETE').hide();			
409
+			$('#ITP_BTN_STOCKMNG02010_DELETE').hide();		
410
+			$('#ITP_BTN_STOCKMNG02010_DETAIL_ADDROW').show();
408 411
 			
409 412
 			fn_show_btn_auth('#ITP_BTN_STOCKMNG02010_CANCELLIST');
410 413
 			fn_show_btn_auth('#ITP_BTN_STOCKMNG02010_SAVE');