Commit c2bb6c52 authored by 周毅's avatar 周毅

修改工票查询页面,查询条件显示到秒

parent 63832826
......@@ -96,8 +96,8 @@ $(function () {
function pageInit() {
$cbxGzzxid.iCombobox({valueField: "id", textField: "name", allowNull:true,multiple:true, allowEdit:false});
$cbxBxid.iCombobox({valueField: "id", textField: "name", allowNull:true, allowEdit:false});
$datBegin.iDatetimespinner();
$datEnd.iDatetimespinner();
$datBegin.iDatetimespinner({showSeconds: true});
$datEnd.iDatetimespinner({showSeconds: true});
$cbxBzgxid.iCombobox({valueField: "id", textField: "name", allowNull:true,multiple:true, allowEdit:false,
url: 'kmes/gpfkcx/queryBzgx',
loadFilter: function (a) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment