|
@@ -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
|
},
|