Browse Source

출하지시 날짜 팝업

marseyes 2 years ago
parent
commit
60fbf36d69
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/webapp/js/app/inoutmng/ITP_INOUTMNG01010.js

+ 2 - 1
src/main/webapp/js/app/inoutmng/ITP_INOUTMNG01010.js

@@ -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',