|
@@ -57,19 +57,6 @@ const gridColModel = {
|
57
|
57
|
width: '13', fixed: false, align: 'center',
|
58
|
58
|
sortable: false, hidden: true
|
59
|
59
|
},
|
60
|
|
- {
|
61
|
|
- index: 'BRAND_ID', name: 'brandId',
|
62
|
|
- label: ITP_MSG_LOCALE.label.brandId, //브랜드ID
|
63
|
|
- width: '10', fixed: false, align: 'center',
|
64
|
|
- sortable: false, hidden: true
|
65
|
|
- },
|
66
|
|
- {
|
67
|
|
- index: 'BRAND_NM', name: 'brandNm',
|
68
|
|
- label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
|
69
|
|
- width: '10', fixed: false, align: 'left',
|
70
|
|
- minwidth: 180,
|
71
|
|
- sortable: false, hidden: false, classes: 'ui-ellipsis'
|
72
|
|
- },
|
73
|
60
|
{
|
74
|
61
|
index: 'DLV_DVSN', name: 'dlvDvsn',
|
75
|
62
|
label: ITP_MSG_LOCALE.label.dlvDvsnNm, //배송구분
|
|
@@ -83,6 +70,19 @@ const gridColModel = {
|
83
|
70
|
minwidth: 180,
|
84
|
71
|
sortable: false, hidden: false
|
85
|
72
|
},
|
|
73
|
+ {
|
|
74
|
+ index: 'WHS_NM', name: 'whsNm',
|
|
75
|
+ label: ITP_MSG_LOCALE.label.whsNm, //창고명
|
|
76
|
+ width: '10', fixed: false, align: 'left',
|
|
77
|
+ minwidth: 180,
|
|
78
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
|
79
|
+ },
|
|
80
|
+ {
|
|
81
|
+ index: 'DLV_REQ_DT', name: 'dlvReqDt',
|
|
82
|
+ label: ITP_MSG_LOCALE.label.dlvReqDt, //납품요청일
|
|
83
|
+ width: '10', fixed: false, align: 'center',
|
|
84
|
+ sortable: false, hidden: false
|
|
85
|
+ },
|
86
|
86
|
{
|
87
|
87
|
index: 'DLV_DVSN_NM', name: 'dlvDvsnNm',
|
88
|
88
|
label: ITP_MSG_LOCALE.label.dlvDvsnNm, //배송구분
|
|
@@ -121,13 +121,6 @@ const gridColModel = {
|
121
|
121
|
width: '10', fixed: false, align: 'center',
|
122
|
122
|
sortable: false, hidden: true
|
123
|
123
|
},
|
124
|
|
- {
|
125
|
|
- index: 'WHS_NM', name: 'whsNm',
|
126
|
|
- label: ITP_MSG_LOCALE.label.whsNm, //창고명
|
127
|
|
- width: '10', fixed: false, align: 'left',
|
128
|
|
- minwidth: 180,
|
129
|
|
- sortable: false, hidden: false, classes: 'ui-ellipsis'
|
130
|
|
- },
|
131
|
124
|
{
|
132
|
125
|
index: 'LOCATION', name: 'location',
|
133
|
126
|
label: ITP_MSG_LOCALE.label.location, //창고상세코드
|
|
@@ -175,12 +168,6 @@ const gridColModel = {
|
175
|
168
|
sortable: false, hidden: false,
|
176
|
169
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
177
|
170
|
},
|
178
|
|
- {
|
179
|
|
- index: 'DLV_REQ_DT', name: 'dlvReqDt',
|
180
|
|
- label: ITP_MSG_LOCALE.label.dlvReqDt, //납품요청일
|
181
|
|
- width: '10', fixed: false, align: 'center',
|
182
|
|
- sortable: false, hidden: false
|
183
|
|
- },
|
184
|
171
|
{
|
185
|
172
|
index: 'PCH_REQ_AMT', name: 'pchReqAmt',
|
186
|
173
|
label: ITP_MSG_LOCALE.label.pchReqAmt, //납품요청금액
|
|
@@ -201,6 +188,19 @@ const gridColModel = {
|
201
|
188
|
width: '12', fixed: false, align: 'right',
|
202
|
189
|
sortable: false, hidden: false,
|
203
|
190
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
|
191
|
+ },
|
|
192
|
+ {
|
|
193
|
+ index: 'BRAND_ID', name: 'brandId',
|
|
194
|
+ label: ITP_MSG_LOCALE.label.brandId, //브랜드ID
|
|
195
|
+ width: '10', fixed: false, align: 'center',
|
|
196
|
+ sortable: false, hidden: true
|
|
197
|
+ },
|
|
198
|
+ {
|
|
199
|
+ index: 'BRAND_NM', name: 'brandNm',
|
|
200
|
+ label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
|
|
201
|
+ width: '10', fixed: false, align: 'left',
|
|
202
|
+ minwidth: 180,
|
|
203
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
204
|
204
|
}
|
205
|
205
|
],
|
206
|
206
|
detail: [
|