|
@@ -133,7 +133,8 @@ const gridColModel = {
|
133
|
133
|
label: ITP_MSG_LOCALE.label.expryDate, //유통일자
|
134
|
134
|
width: '20', fixed: false, align: 'center',
|
135
|
135
|
sortable: false, hidden: false,
|
136
|
|
- editable:true, sorttype:"date"
|
|
136
|
+ editable:true, sorttype:"date",
|
|
137
|
+ editoptions : { dataInit : function(e) { $(e).datepicker( ITP_DATE_LANGUAGE ); } }
|
137
|
138
|
},
|
138
|
139
|
{
|
139
|
140
|
index: 'PODR_AMT', name: 'podrAmt',
|