|
@@ -127,6 +127,7 @@ const gridColModel = {
|
127
|
127
|
label: ITP_MSG_LOCALE.label.spplyMgrNm, //담당자명
|
128
|
128
|
width: '16', fixed: false, align: 'center',
|
129
|
129
|
sortable: false, editable: true, edittype: 'text',
|
|
130
|
+ classes: 'input_color',
|
130
|
131
|
editrules: {required: true}
|
131
|
132
|
},
|
132
|
133
|
{
|
|
@@ -134,18 +135,21 @@ const gridColModel = {
|
134
|
135
|
label: ITP_MSG_LOCALE.label.position, //직위
|
135
|
136
|
width: '10', fixed: false, align: 'center',
|
136
|
137
|
sortable: true, editable: true, edittype: 'text',
|
|
138
|
+ classes: 'input_color',
|
137
|
139
|
editrules: {required: true}
|
138
|
140
|
},
|
139
|
141
|
{
|
140
|
142
|
index: 'RPRST_EMAIL', name: 'rprstEmal',
|
141
|
143
|
label: ITP_MSG_LOCALE.label.rprstEmal, //이메일
|
142
|
144
|
width: '20', fixed: false, align: 'center',
|
|
145
|
+ classes: 'input_color',
|
143
|
146
|
sortable: false, editable: true, edittype: 'text'
|
144
|
147
|
},
|
145
|
148
|
{
|
146
|
149
|
index: 'RPRST_TEL_NO', name: 'rprstTelNo',
|
147
|
150
|
label: ITP_MSG_LOCALE.label.rprstMblNo, //핸드폰번호
|
148
|
151
|
width: '20', fixed: false, align: 'center',
|
|
152
|
+ classes: 'input_color',
|
149
|
153
|
sortable: false, editable: true, edittype: 'text'
|
150
|
154
|
},
|
151
|
155
|
{
|
|
@@ -154,6 +158,7 @@ const gridColModel = {
|
154
|
158
|
width: '10', fixed: false, align: 'center',
|
155
|
159
|
sortable: false, editable: true, formatter: 'select', edittype: 'select',
|
156
|
160
|
editoptions: {value: ITP_COMMON_ASSGN_TASK},
|
|
161
|
+ classes: 'input_color',
|
157
|
162
|
editrules: {required: false}
|
158
|
163
|
}/*,
|
159
|
164
|
{
|