瀏覽代碼

출하지시 날짜 팝업

marseyes 2 年之前
父節點
當前提交
60fbf36d69
共有 1 個文件被更改,包括 2 次插入1 次删除
  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',