|
@@ -58,6 +58,7 @@ const gridColModel = {
|
58
|
58
|
index: 'ITEM_NM', name: 'itemNm',
|
59
|
59
|
label: ITP_MSG_LOCALE.label.itemNm, //품목명
|
60
|
60
|
width: '12', fixed: false, align: 'left',
|
|
61
|
+ minwidth: 120,
|
61
|
62
|
sortable: false, hidden: false
|
62
|
63
|
},
|
63
|
64
|
{
|
|
@@ -70,48 +71,56 @@ const gridColModel = {
|
70
|
71
|
index: 'UNIT', name: 'unit',
|
71
|
72
|
label: ITP_MSG_LOCALE.label.unit, //기본단위
|
72
|
73
|
width: '7', fixed: false, align: 'center',
|
|
74
|
+ minwidth: 90,
|
73
|
75
|
sortable: false, hidden: false
|
74
|
76
|
},
|
75
|
77
|
{
|
76
|
78
|
index: 'CURR', name: 'curr',
|
77
|
79
|
label: ITP_MSG_LOCALE.label.curr, //통화
|
78
|
80
|
width: '6', fixed: false, align: 'center',
|
|
81
|
+ minwidth: 80,
|
79
|
82
|
sortable: false, hidden: false
|
80
|
83
|
},
|
81
|
84
|
{
|
82
|
85
|
index: 'UNIT_AMT', name: 'unitAmt',
|
83
|
86
|
label: ITP_MSG_LOCALE.label.unitAmt, //단가
|
84
|
87
|
width: '6', fixed: false, align: 'left',
|
|
88
|
+ minwidth: 80,
|
85
|
89
|
sortable: false, hidden: false
|
86
|
90
|
},
|
87
|
91
|
{
|
88
|
92
|
index: 'CONT_STT_DT', name: 'contSttDt',
|
89
|
93
|
label: ITP_MSG_LOCALE.label.contSttDt, //시작일
|
90
|
94
|
width: '10', fixed: false, align: 'center',
|
|
95
|
+ minwidth: 100,
|
91
|
96
|
sortable: false, hidden: false
|
92
|
97
|
},
|
93
|
98
|
{
|
94
|
99
|
index: 'CONT_END_DT', name: 'contEndDt',
|
95
|
100
|
label: ITP_MSG_LOCALE.label.contEndDt, //종료일
|
96
|
101
|
width: '10', fixed: false, align: 'center',
|
|
102
|
+ minwidth: 100,
|
97
|
103
|
sortable: false, hidden: false
|
98
|
104
|
},
|
99
|
105
|
{
|
100
|
106
|
index: 'LEAD_TIME', name: 'leadTime',
|
101
|
107
|
label: ITP_MSG_LOCALE.label.leadTime, //리드타임 (Day)
|
102
|
108
|
width: '10', fixed: false, align: 'center',
|
|
109
|
+ minwidth: 120,
|
103
|
110
|
sortable: false, hidden: false
|
104
|
111
|
},
|
105
|
112
|
{
|
106
|
113
|
index: 'FILE_PATH', name: 'filePath',
|
107
|
114
|
label: ITP_MSG_LOCALE.label.itemFilePath, //단가계약파일
|
108
|
115
|
width: '10', fixed: false, align: 'center',
|
|
116
|
+ minwidth: 120,
|
109
|
117
|
sortable: false, hidden: false
|
110
|
118
|
},
|
111
|
119
|
{
|
112
|
120
|
index: 'SYS_REG_DT', name: 'sysRegDt',
|
113
|
121
|
label: ITP_MSG_LOCALE.label.regDt, //등록일
|
114
|
122
|
width: '6', fixed: false, align: 'center',
|
|
123
|
+ minwidth: 100,
|
115
|
124
|
sortable: false, hidden: false
|
116
|
125
|
},
|
117
|
126
|
{
|