This commit is contained in:
谢洪龙 2017-08-23 12:16:55 +08:00
parent 8fa5dbd92f
commit 18f00dc655
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<Context antiJARLocking="true" path=""/> <Context antiJARLocking="true" path="/IfishSystem"/>

View File

@ -23,6 +23,7 @@
$("#searchTable").find("select").addClass("searchClass"); $("#searchTable").find("select").addClass("searchClass");
//日期控件 //日期控件
$('#sSearch3,#sSearch4,#sSearch5,#sSearch6,#lastSigninDate').datepicker({ $('#sSearch3,#sSearch4,#sSearch5,#sSearch6,#lastSigninDate').datepicker({
language: 'zh-CN',
format: "yyyy-mm-dd" format: "yyyy-mm-dd"
}); });
//分页 //分页
@ -312,7 +313,7 @@
goldTask(userId); goldTask(userId);
refreshTable(); refreshTable();
}); });
} }
}); });
} }
//经验任务 //经验任务