|
@@ -30,7 +30,7 @@ const gridColModel = {
|
30
|
30
|
index: 'PCH_PODR_UNQ_NO', name: 'pchPodrUnqNo',
|
31
|
31
|
label: ITP_MSG_LOCALE.label.pchPodrUnqNo, // 발주번호
|
32
|
32
|
width: '10', fixed: false, align: 'center',
|
33
|
|
- minwidth: 140,
|
|
33
|
+ minwidth: 180,
|
34
|
34
|
sortable: false, hidden: false
|
35
|
35
|
},
|
36
|
36
|
{
|
|
@@ -44,7 +44,7 @@ const gridColModel = {
|
44
|
44
|
index: 'DLV_STTMT_UNQ_NO', name: 'dlvSttmtUnqNo',
|
45
|
45
|
label: ITP_MSG_LOCALE.label.dlvSttmtUnqNo, // 납품번호
|
46
|
46
|
width: '10', fixed: false, align: 'center',
|
47
|
|
- minwidth: 140,
|
|
47
|
+ minwidth: 180,
|
48
|
48
|
sortable: false, hidden: false
|
49
|
49
|
},
|
50
|
50
|
{
|
|
@@ -66,7 +66,7 @@ const gridColModel = {
|
66
|
66
|
index: 'DLV_QTY', name: 'dlvQty',
|
67
|
67
|
label: ITP_MSG_LOCALE.label.dlvQty, // 납품수량
|
68
|
68
|
width: '13', fixed: false, align: 'right',
|
69
|
|
- minwidth: 80,
|
|
69
|
+ minwidth: 90,
|
70
|
70
|
sortable: false, hidden: false,
|
71
|
71
|
formatter: 'integer', formatoptions: {thousandsSeparator: ','}
|
72
|
72
|
},
|
|
@@ -74,7 +74,7 @@ const gridColModel = {
|
74
|
74
|
index: 'WHS_QTY', name: 'whsQty',
|
75
|
75
|
label: ITP_MSG_LOCALE.label.whsQty, // 입고수량
|
76
|
76
|
width: '13', fixed: false, align: 'right',
|
77
|
|
- minwidth: 80,
|
|
77
|
+ minwidth: 90,
|
78
|
78
|
sortable: false, hidden: false,
|
79
|
79
|
formatter: 'integer', formatoptions: {thousandsSeparator: ','}
|
80
|
80
|
},
|
|
@@ -104,13 +104,13 @@ const gridColModel = {
|
104
|
104
|
index: 'WHS_CNFM_NM', name: 'whsCnfmNm',
|
105
|
105
|
label: ITP_MSG_LOCALE.label.whsCnfmNm, // 입고확인자
|
106
|
106
|
width: '8', fixed: false, align: 'center',
|
107
|
|
- minwidth: 100,
|
|
107
|
+ minwidth: 110,
|
108
|
108
|
sortable: false, hidden: false
|
109
|
109
|
},
|
110
|
110
|
{
|
111
|
111
|
index: 'DLV_MGR_NM', name: 'dlvMgrNm',
|
112
|
112
|
label: ITP_MSG_LOCALE.label.dlvMgrNm, // 납품자명
|
113
|
|
- width: '8', fixed: false, align: 'center',
|
|
113
|
+ width: '9', fixed: false, align: 'center',
|
114
|
114
|
sortable: false, hidden: false
|
115
|
115
|
},
|
116
|
116
|
{
|
|
@@ -123,15 +123,15 @@ const gridColModel = {
|
123
|
123
|
{
|
124
|
124
|
index: 'ITEM_ID', name: 'itemId',
|
125
|
125
|
label: ITP_MSG_LOCALE.label.itemId, // 품목번호
|
126
|
|
- width: '8', fixed: false, align: 'left',
|
127
|
|
- minwidth: 140,
|
|
126
|
+ width: '8', fixed: false, align: 'center',
|
|
127
|
+ minwidth: 180,
|
128
|
128
|
sortable: false, hidden: false
|
129
|
129
|
},
|
130
|
130
|
{
|
131
|
131
|
index: 'ITEM_NM', name: 'itemNm',
|
132
|
132
|
label: ITP_MSG_LOCALE.label.itemNm, // 품목명
|
133
|
133
|
width: '8', fixed: false, align: 'left',
|
134
|
|
- minwidth: 100,
|
|
134
|
+ minwidth: 180,
|
135
|
135
|
sortable: false, hidden: false, classes: 'ui-ellipsis'
|
136
|
136
|
},
|
137
|
137
|
{
|
|
@@ -145,6 +145,7 @@ const gridColModel = {
|
145
|
145
|
index: 'WHS_AMT', name: 'whsAmt',
|
146
|
146
|
label: ITP_MSG_LOCALE.label.whsAmt, // 입고금액
|
147
|
147
|
width: '13', fixed: false, align: 'right',
|
|
148
|
+ minwidth: 90,
|
148
|
149
|
sortable: false, hidden: false,
|
149
|
150
|
formatter: 'integer', formatoptions: {thousandsSeparator: ','}
|
150
|
151
|
}
|