|
@@ -60,7 +60,7 @@ const gridColModel = {
|
60
|
60
|
{
|
61
|
61
|
index: 'PCH_PODR_DTL_NO', name: 'pchPodrDtlNo',
|
62
|
62
|
label: ITP_MSG_LOCALE.label.pchPodrDtlNo, //구매발주항번
|
63
|
|
- width: '10', fixed: false, align: 'center',
|
|
63
|
+ width: '8', fixed: false, align: 'center',
|
64
|
64
|
sortable: false, hidden: false
|
65
|
65
|
},
|
66
|
66
|
{
|
|
@@ -86,8 +86,8 @@ const gridColModel = {
|
86
|
86
|
{
|
87
|
87
|
index: 'WHS_NM', name: 'whsNm',
|
88
|
88
|
label: ITP_MSG_LOCALE.label.whsNm, //납품창고명
|
89
|
|
- width: '15', fixed: false, align: 'left',
|
90
|
|
- minwidth: 220,
|
|
89
|
+ width: '14', fixed: false, align: 'left',
|
|
90
|
+ minwidth: 210,
|
91
|
91
|
sortable: false, hidden: false, classes: 'ui-ellipsis'
|
92
|
92
|
},
|
93
|
93
|
{
|
|
@@ -99,29 +99,28 @@ const gridColModel = {
|
99
|
99
|
{
|
100
|
100
|
index: 'UNIT_AMT', name: 'unitAmt',
|
101
|
101
|
label: ITP_MSG_LOCALE.label.unitAmt, //단가
|
102
|
|
- width: '6', fixed: false, align: 'right',
|
103
|
|
- minwidth: 80,
|
|
102
|
+ width: '11', fixed: false, align: 'right',
|
104
|
103
|
sortable: false, hidden: false,
|
105
|
104
|
formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
106
|
105
|
},
|
107
|
106
|
{
|
108
|
107
|
index: 'PODR_QTY', name: 'podrQty',
|
109
|
108
|
label: ITP_MSG_LOCALE.label.podrQty, //발주수량
|
110
|
|
- width: '10', fixed: false, align: 'right',
|
|
109
|
+ width: '11', fixed: false, align: 'right',
|
111
|
110
|
sortable: false, hidden: false,
|
112
|
111
|
formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
113
|
112
|
},
|
114
|
113
|
{
|
115
|
114
|
index: 'SHMT_QTY', name: 'shmtQty',
|
116
|
115
|
label: ITP_MSG_LOCALE.label.shmtQty, //출고수량
|
117
|
|
- width: '10', fixed: false, align: 'right',
|
|
116
|
+ width: '11', fixed: false, align: 'right',
|
118
|
117
|
sortable: true, editable: false, edittype: 'text',
|
119
|
118
|
hidden: true
|
120
|
119
|
},
|
121
|
120
|
{
|
122
|
121
|
index: 'STCK_QTY', name: 'stckQty',
|
123
|
122
|
label: ITP_MSG_LOCALE.label.stckQty, //현 재고
|
124
|
|
- width: '10', fixed: false, align: 'right',
|
|
123
|
+ width: '11', fixed: false, align: 'right',
|
125
|
124
|
sortable: false, hidden: false,
|
126
|
125
|
formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
127
|
126
|
},
|
|
@@ -149,15 +148,14 @@ const gridColModel = {
|
149
|
148
|
{
|
150
|
149
|
index: 'PODR_AMT', name: 'podrAmt',
|
151
|
150
|
label: ITP_MSG_LOCALE.label.podrAmt, //발주금액
|
152
|
|
- width: '10', fixed: false, align: 'right',
|
|
151
|
+ width: '11', fixed: false, align: 'right',
|
153
|
152
|
sortable: false, hidden: false,
|
154
|
153
|
formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
155
|
154
|
},
|
156
|
155
|
{
|
157
|
156
|
index: 'DLV_REQ_DT', name: 'dlvReqDt',
|
158
|
157
|
label: ITP_MSG_LOCALE.label.dlvReqDt, //납품요청일
|
159
|
|
- width: '10', fixed: false, align: 'center',
|
160
|
|
- minwidth: 100,
|
|
158
|
+ width: '9', fixed: false, align: 'center',
|
161
|
159
|
sortable: false, hidden: false
|
162
|
160
|
},
|
163
|
161
|
{
|