移动日历控件脚本到本身脚本中

This commit is contained in:
Argo-Lenovo 2016-11-10 23:03:10 +08:00
parent 8493655686
commit 51532ef782
2 changed files with 5 additions and 5 deletions

View File

@ -11,11 +11,6 @@ $(function () {
// cookie: 'dcjq-accordion-1',
classExpand: 'dcjq-current-parent'
});
$('input[type="datetime"]').parent().datetimepicker({
locale: "zh-cn",
format: "YYYY-MM-DD"
});
});
(function ($) {

View File

@ -17,4 +17,9 @@
{ title: "操作模块", field: "RequestUrl", sortable: false }
]
});
$('input[type="datetime"]').parent().datetimepicker({
locale: "zh-cn",
format: "YYYY-MM-DD"
});
});