瀏覽代碼

안전재고 팝업수정

whakdo963 2 年之前
父節點
當前提交
0fc2422799

+ 1 - 1
src/main/webapp/app/popup/biz/BIZPOP_SAFE_STCK_ITEM.html

@@ -1,5 +1,5 @@
1 1
 <div id="ITP_BIZPOP_SAFE_STCK_ITEM" class="modal itp_modal">
2
-	<div class="modal-dialog">
2
+	<div class="modal-dialog" style="width:800px;">
3 3
 		<div class="modal-content">
4 4
 			<form id="ITP_FORM_BIZPOP_SAFE_STCK_ITEM">
5 5
 				<input type="hidden" id="ITP_FORM_BIZPOP_SAFE_STCK_ITEM_BRAND_ID" name="sbrandId" value="">

+ 4 - 0
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_SAFE_STCK_ITEM.js

@@ -130,12 +130,14 @@ function itp_fn_BIZPOP_SAFE_STCK_ITEM(parentPopFn, args, returnType) {
130 130
 			{
131 131
 				index: 'UNIT', name: 'unit',
132 132
 				label: '단위', //
133
+				minwidth: 80,
133 134
 				width: '4', fixed: false, align: 'center',
134 135
 				sortable: false, hidden: false
135 136
 			},
136 137
 			{
137 138
 				index: 'PODR_PSSBL_DVSN_NM', name: 'podrPssblDvsnNm',
138 139
 				label: '발주가능여부', //
140
+				minwidth: 120,
139 141
 				width: '6', fixed: false, align: 'center',
140 142
 				sortable: false, hidden: false
141 143
 			},
@@ -167,12 +169,14 @@ function itp_fn_BIZPOP_SAFE_STCK_ITEM(parentPopFn, args, returnType) {
167 169
 			{
168 170
 				index: '', name: 'curQty',
169 171
 				label: '안전재고수량', //
172
+				minwidth: 120,
170 173
 				width: '10', fixed: false, align: 'center',
171 174
 				sortable: false, hidden: false
172 175
 			},
173 176
 			{
174 177
 				index: '', name: 'prpStckQty',
175 178
 				label: '안전재고 기준수량', //
179
+				minwidth: 120,
176 180
 				width: '10', fixed: false, align: 'center',
177 181
 				sortable: false, hidden: false
178 182
 			},