|
@@ -38,15 +38,15 @@ const gridColModel = {
|
38
|
38
|
{
|
39
|
39
|
index: 'SHMT_REQ_UNQ_NO', name: 'shmtReqUnqNo',
|
40
|
40
|
label: ITP_MSG_LOCALE.label.shmtReqUnqNo, // 출하지시번호
|
41
|
|
- minwidth: 140,
|
42
|
|
- width: '10', fixed: false, align: 'center',
|
|
41
|
+ minwidth: 130,
|
|
42
|
+ width: '9', fixed: false, align: 'center',
|
43
|
43
|
sortable: false, hidden: false
|
44
|
44
|
},
|
45
|
45
|
{
|
46
|
46
|
index: 'PCH_PODR_UNQ_NO', name: 'pchPodrUnqNo',
|
47
|
47
|
label: ITP_MSG_LOCALE.label.pchPodrUnqNo, // 발주번호
|
48
|
|
- minwidth: 140,
|
49
|
|
- width: '10', fixed: false, align: 'center',
|
|
48
|
+ minwidth: 130,
|
|
49
|
+ width: '9', fixed: false, align: 'center',
|
50
|
50
|
sortable: false, hidden: false
|
51
|
51
|
},
|
52
|
52
|
{
|
|
@@ -58,8 +58,8 @@ const gridColModel = {
|
58
|
58
|
{
|
59
|
59
|
index: 'SHMT_REQ_ST_CD', name: 'shmtReqStCd',
|
60
|
60
|
label: ITP_MSG_LOCALE.label.shmtReqStCd, // 출하상태코드
|
61
|
|
- minwidth: 120,
|
62
|
|
- width: '9', fixed: false, align: 'center',
|
|
61
|
+ minwidth: 100,
|
|
62
|
+ width: '7', fixed: false, align: 'center',
|
63
|
63
|
sortable: false, hidden: false, formatter: 'select', edittype: 'select',
|
64
|
64
|
editoptions: {value: ITP_PODR_DTL_ST_CD}
|
65
|
65
|
},
|
|
@@ -87,14 +87,14 @@ const gridColModel = {
|
87
|
87
|
{
|
88
|
88
|
index: 'SHMT_QTY', name: 'shmtQty',
|
89
|
89
|
label: ITP_MSG_LOCALE.label.shmtQty, // 출하수량
|
90
|
|
- width: '12', fixed: false, align: 'right',
|
|
90
|
+ width: '13', fixed: false, align: 'right',
|
91
|
91
|
sortable: false, hidden: false,
|
92
|
92
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
93
|
93
|
},
|
94
|
94
|
{
|
95
|
95
|
index: 'SHMT_AMT', name: 'shmtAmt',
|
96
|
96
|
label: ITP_MSG_LOCALE.label.shmtAmt, // 출하금액
|
97
|
|
- width: '12', fixed: false, align: 'right',
|
|
97
|
+ width: '13', fixed: false, align: 'right',
|
98
|
98
|
minwidth: 80,
|
99
|
99
|
sortable: false, hidden: false,
|
100
|
100
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
|
@@ -102,14 +102,14 @@ const gridColModel = {
|
102
|
102
|
{
|
103
|
103
|
index: 'WHS_QTY', name: 'whsQty',
|
104
|
104
|
label: ITP_MSG_LOCALE.label.whsQty, // 입고수량
|
105
|
|
- width: '12', fixed: false, align: 'right',
|
|
105
|
+ width: '13', fixed: false, align: 'right',
|
106
|
106
|
sortable: false, hidden: false,
|
107
|
107
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
108
|
108
|
},
|
109
|
109
|
{
|
110
|
110
|
index: 'WHS_AMT', name: 'whsAmt',
|
111
|
111
|
label: ITP_MSG_LOCALE.label.whsAmt, // 입고금액
|
112
|
|
- width: '12', fixed: false, align: 'right',
|
|
112
|
+ width: '13', fixed: false, align: 'right',
|
113
|
113
|
sortable: false, hidden: false,
|
114
|
114
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
115
|
115
|
},
|