浏览代码

재고기준정보 관리 - 버튼 클릭되게

marseyes 2 年之前
父节点
当前提交
d3985b6cdc
共有 2 个文件被更改,包括 15 次插入7 次删除
  1. 7 3
      src/main/webapp/app/stockmng/STOCKMNG01010.html
  2. 8 4
      src/main/webapp/app/stockmng/STOCKMNG03010.html

+ 7 - 3
src/main/webapp/app/stockmng/STOCKMNG01010.html

@@ -57,10 +57,14 @@
57 57
 							</div>
58 58
 						</div>
59 59
 					</div>
60
-					<div class="pull-right itp_cicon itp_gird_btn">
60
+					
61
+					<div class="fix" style="padding-right:15px; margin-bottom: 0px;">
62
+						<div class="pull-right itp_cicon">
61 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>
62
-						<button type="button" id="ITP_BTN_STOCKMNG01010_DELROW" class="btn btn-primary btn-sm IPS"><i class="glyphicon"></i>&nbsp;&nbsp;재고이력&nbsp;&nbsp;</button>									
63
-					</div>
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
+					
64 68
 					<div class="itp_table fix">
65 69
 						<div id="ITP_STOCKMNG01010_jqGrid_list" class="itp_tb_list itp_gType1" data-total-cnt="${totalCnt}">
66 70
 							<div id="ITP_STOCKMNG01010_jqGridView" class="itp_views fix"></div>

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

@@ -65,10 +65,14 @@
65 65
 							</div>
66 66
 						</div>
67 67
 					</div>
68
-					<div class="pull-right itp_cicon itp_gird_btn">
69
-						<button type="button" id="ITP_BTN_STOCKMNG03010_DETAIL_ADDROW" class="btn btn-primary btn-sm SHOW"><i class="glyphicon "></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
70
-						<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>
71
-					</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
+					
72 76
 					<div class="itp_table fix">
73 77
 						<div id="ITP_STOCKMNG03010_jqGrid_list" class="itp_tb_list itp_gType1" data-total-cnt="${totalCnt}">
74 78
 							<div id="ITP_STOCKMNG03010_jqGridView" class="itp_views fix"></div>