Browse Source

안전재고 버튼 추가

whakdo963 2 years ago
parent
commit
ae29da6325
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/webapp/app/pomng/POMNG02010.html

+ 1 - 0
src/main/webapp/app/pomng/POMNG02010.html

@@ -161,6 +161,7 @@
161 161
 										<div class="itp_table_head fix" style="background:#fff;">
162 162
 											<h4 class="itp_table_tit">요청 품목</h4>
163 163
 											<div class="pull-right itp_cicon">
164
+												<button type="button" id="ITP_BTN_POMNG02010_DETAIL_SAFE_STCK" class="btn btn-warning btn-sm SSIS" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;안전재고&nbsp;&nbsp;</button>
164 165
 												<button type="button" id="ITP_BTN_POMNG02010_DETAIL_WISHLIST" class="bbtn btn-warning btn-sm SEB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;위시리스트&nbsp;&nbsp;</button>
165 166
 												<button type="button" id="ITP_BTN_POMNG02010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
166 167
 												<button type="button" id="ITP_BTN_POMNG02010_DETAIL_DELROW" class="btn btn-danger btn-sm DRB"><i class="glyphicon "></i>&nbsp;&nbsp;품목삭제&nbsp;&nbsp;</button>