|
@@ -32,7 +32,7 @@ const gridColModel = {
|
32
|
32
|
index: 'VIEW_CD', name: 'viewCd',
|
33
|
33
|
label: ITP_MSG_LOCALE.label.viewCd,
|
34
|
34
|
width: '10', fixed: false, align: 'center',
|
35
|
|
- sortable: false, hidden: true
|
|
35
|
+ sortable: false, hidden: true, classes: 'ui-ellipsis'
|
36
|
36
|
},
|
37
|
37
|
{
|
38
|
38
|
index: 'BRAND_ID', name: 'brandId',
|
|
@@ -49,19 +49,19 @@ const gridColModel = {
|
49
|
49
|
{
|
50
|
50
|
index: 'BRAND_NM', name: 'brandNm',
|
51
|
51
|
label: ITP_MSG_LOCALE.label.brandNm, // 브랜드명
|
52
|
|
- width: '7', fixed: false, align: 'left',
|
53
|
|
- sortable: false, hidden: false
|
|
52
|
+ width: '8', fixed: false, align: 'left',
|
|
53
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
54
|
54
|
},
|
55
|
55
|
{
|
56
|
56
|
index: 'PCH_PODR_UNQ_NO', name: 'pchPodrUnqNo',
|
57
|
57
|
label: ITP_MSG_LOCALE.label.pchPodrUnqNo, // 발주번호
|
58
|
|
- width: '7', fixed: false, align: 'center',
|
|
58
|
+ width: '6', fixed: false, align: 'center',
|
59
|
59
|
sortable: false, hidden: false
|
60
|
60
|
},
|
61
|
61
|
{
|
62
|
62
|
index: 'PCH_ORD_ST_CD', name: 'pchOdrStCd',
|
63
|
63
|
label: ITP_MSG_LOCALE.label.pchOdrStNm, // 발주상태
|
64
|
|
- width: '5', fixed: false, align: 'left',
|
|
64
|
+ width: '5', fixed: false, align: 'center',
|
65
|
65
|
sortable: false, formatter: 'select',
|
66
|
66
|
editoptions: {value: ITP_COMMON_PCH_ODR_ST_CD}
|
67
|
67
|
},
|
|
@@ -82,13 +82,12 @@ const gridColModel = {
|
82
|
82
|
label: ITP_MSG_LOCALE.label.whsNm, // 납품장소
|
83
|
83
|
width: '10', fixed: false, align: 'left',
|
84
|
84
|
minwidth: 240,
|
85
|
|
- sortable: false, hidden: false
|
|
85
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
86
|
86
|
},
|
87
|
87
|
{
|
88
|
88
|
index: 'PODR_TOTAL_AMT', name: 'podrTotalAmt',
|
89
|
89
|
label: ITP_MSG_LOCALE.label.podrTotalAmt, // 총 발주금액
|
90
|
|
- width: '4', fixed: false, align: 'right',
|
91
|
|
- minwidth: 100,
|
|
90
|
+ width: '5', fixed: false, align: 'right',
|
92
|
91
|
sortable: false, hidden: false,
|
93
|
92
|
formatter: 'integer', formatoptions: {thousandsSeparator: ','}
|
94
|
93
|
},
|
|
@@ -101,7 +100,7 @@ const gridColModel = {
|
101
|
100
|
{
|
102
|
101
|
index: 'PODR_MGR_NM', name: 'podrMgrNm',
|
103
|
102
|
label: ITP_MSG_LOCALE.label.podrMgrNm, // 발주 담당자
|
104
|
|
- width: '6', fixed: false, align: 'center',
|
|
103
|
+ width: '5', fixed: false, align: 'center',
|
105
|
104
|
sortable: false, hidden: false
|
106
|
105
|
}
|
107
|
106
|
],
|
|
@@ -109,7 +108,7 @@ const gridColModel = {
|
109
|
108
|
{
|
110
|
109
|
index: 'PCH_PODR_DTL_NO', name: 'pchPodrDtlNo',
|
111
|
110
|
label: ITP_MSG_LOCALE.label.pchPodrDtlNo, // 항번
|
112
|
|
- width: '6', fixed: false, align: 'center',
|
|
111
|
+ width: '5', fixed: false, align: 'center',
|
113
|
112
|
sortable: false, hidden: false
|
114
|
113
|
},
|
115
|
114
|
{
|
|
@@ -121,26 +120,26 @@ const gridColModel = {
|
121
|
120
|
{
|
122
|
121
|
index: 'ITEM_NM', name: 'itemNm',
|
123
|
122
|
label: ITP_MSG_LOCALE.label.itemNm, // 품목명
|
124
|
|
- width: '8', fixed: false, align: 'left',
|
125
|
|
- sortable: false, hidden: false
|
|
123
|
+ width: '12', fixed: false, align: 'left',
|
|
124
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
126
|
125
|
},
|
127
|
126
|
{
|
128
|
127
|
index: 'UNIT_AMT', name: 'unitAmt',
|
129
|
128
|
label: ITP_MSG_LOCALE.label.unitAmt, // 단가
|
130
|
|
- width: '8', fixed: false, align: 'right',
|
|
129
|
+ width: '6', fixed: false, align: 'right',
|
131
|
130
|
sortable: false, hidden: false,
|
132
|
131
|
formatter: 'integer', formatoptions: {thousandsSeparator: ','}
|
133
|
132
|
},
|
134
|
133
|
{
|
135
|
134
|
index: 'UNIT', name: 'unit',
|
136
|
135
|
label: ITP_MSG_LOCALE.label.unit, // 기본단위
|
137
|
|
- width: '8', fixed: false, align: 'center',
|
|
136
|
+ width: '6', fixed: false, align: 'center',
|
138
|
137
|
sortable: false, hidden: false
|
139
|
138
|
},
|
140
|
139
|
{
|
141
|
140
|
index: 'PODR_QTY', name: 'podrQty',
|
142
|
141
|
label: ITP_MSG_LOCALE.label.podrQty, // 발주수량
|
143
|
|
- width: '8', fixed: false, align: 'right',
|
|
142
|
+ width: '6', fixed: false, align: 'right',
|
144
|
143
|
sortable: false, hidden: false
|
145
|
144
|
},
|
146
|
145
|
{
|