|
@@ -40,7 +40,7 @@ const gridColModel = {
|
40
|
40
|
index: 'Brand_Nm', name: 'brandNm',
|
41
|
41
|
label: ITP_MSG_LOCALE.label.brandNm, //브랜드이름
|
42
|
42
|
width: '20', fixed: false, align: 'left',
|
43
|
|
- minwidth:150,
|
|
43
|
+ minwidth:140,
|
44
|
44
|
sortable: false, hidden: false, classes: 'ui-ellipsis'
|
45
|
45
|
},
|
46
|
46
|
{
|
|
@@ -75,7 +75,7 @@ const gridColModel = {
|
75
|
75
|
index: 'WHS_NM', name: 'whsNm',
|
76
|
76
|
label: '입고처', //납품장소
|
77
|
77
|
width: '20', fixed: false, align: 'left',
|
78
|
|
- minwidth:220,
|
|
78
|
+ minwidth:170,
|
79
|
79
|
sortable: false, hidden: false, classes: 'ui-ellipsis'
|
80
|
80
|
},
|
81
|
81
|
{
|
|
@@ -124,56 +124,52 @@ const gridColModel = {
|
124
|
124
|
index: 'ITEM_NM', name: 'itemNm',
|
125
|
125
|
label: ITP_MSG_LOCALE.label.itemNm, //품목명
|
126
|
126
|
width: '10', fixed: false, align: 'left',
|
127
|
|
- minwidth:180,
|
|
127
|
+ minwidth:120,
|
128
|
128
|
sortable: false, hidden: false, classes: 'ui-ellipsis'
|
129
|
129
|
},
|
130
|
130
|
{
|
131
|
131
|
index: 'PODR_QTY', name: 'podrQty',
|
132
|
132
|
label: ITP_MSG_LOCALE.label.podrQty, //수주수량
|
133
|
|
- width: '6', fixed: false, align: 'right',
|
134
|
|
- minwidth:80,
|
|
133
|
+ width: '24', fixed: false, align: 'right',
|
135
|
134
|
sortable: false, hidden: false
|
136
|
135
|
},
|
137
|
136
|
{
|
138
|
137
|
index: 'DLV_QTY', name: 'dlvQty',
|
139
|
138
|
label: ITP_MSG_LOCALE.label.dlvQty, //납품수량
|
140
|
|
- width: '6', fixed: false, align: 'right',
|
141
|
|
- minwidth:80,
|
|
139
|
+ width: '24', fixed: false, align: 'right',
|
142
|
140
|
sortable: false, hidden: false
|
143
|
141
|
},
|
144
|
142
|
{
|
145
|
143
|
index: 'UNIT', name: 'unit',
|
146
|
144
|
label: ITP_MSG_LOCALE.label.unit, //단가
|
147
|
|
- width: '6', fixed: false, align: 'right',
|
|
145
|
+ width: '16', fixed: false, align: 'right',
|
148
|
146
|
sortable: false, hidden: true
|
149
|
147
|
},
|
150
|
148
|
{
|
151
|
149
|
index: 'UNIT_AMT', name: 'unitAmt',
|
152
|
150
|
label: ITP_MSG_LOCALE.label.unitAmt, //단가
|
153
|
|
- width: '6', fixed: false, align: 'right',
|
154
|
|
- minwidth:80,
|
|
151
|
+ width: '24', fixed: false, align: 'right',
|
155
|
152
|
sortable: false, hidden: false,
|
156
|
153
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
157
|
154
|
},
|
158
|
155
|
{
|
159
|
156
|
index: 'DLV_MGR_NM', name: 'dlvMgrNm',
|
160
|
157
|
label: ITP_MSG_LOCALE.label.dlvMgrNm, //납품담당자
|
161
|
|
- width: '8', fixed: false, align: 'left',
|
162
|
|
- minwidth:100,
|
|
158
|
+ width: '8', fixed: false, align: 'center',
|
|
159
|
+ minwidth:80,
|
163
|
160
|
sortable: false, hidden: false, classes: 'ui-ellipsis'
|
164
|
161
|
},
|
165
|
162
|
{
|
166
|
163
|
index: 'DLV_MGR_TEL_NO', name: 'dlvMgrTelNo',
|
167
|
164
|
label: ITP_MSG_LOCALE.label.dlvMgrTelNo, //납품담당연락처
|
168
|
|
- width: '10', fixed: false, align: 'center',
|
169
|
|
- minwidth:120,
|
|
165
|
+ width: '25', fixed: false, align: 'center',
|
170
|
166
|
sortable: false, hidden: false
|
171
|
167
|
},
|
172
|
168
|
{
|
173
|
169
|
index: 'WHS_DVSN_NM', name: 'whsDvsnNm',
|
174
|
170
|
label: ITP_MSG_LOCALE.label.whsDvsnNm, //창고구분
|
175
|
|
- width: '10', fixed: false, align: 'center',
|
176
|
|
- minwidth:100,
|
|
171
|
+ width: '16', fixed: false, align: 'center',
|
|
172
|
+ minwidth:70,
|
177
|
173
|
sortable: false, hidden: false
|
178
|
174
|
}
|
179
|
175
|
]
|