|
|
|
@ -27,7 +27,10 @@
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
function remote_function() {
|
|
|
|
|
$("#issue_query_form").submit();
|
|
|
|
|
if($.trim($("#issue_create_date_end_show").val()) !="" && Date.parse($.trim($("#issue_create_date_end_show").val())) < Date.parse($.trim($("#issue_create_date_start_show").val()))){
|
|
|
|
|
alert("开始日期不能大于结束日期!");
|
|
|
|
|
}
|
|
|
|
|
$("#issue_query_form").submit();
|
|
|
|
|
// $.ajax({
|
|
|
|
|
// url:'<%#= project_issues_path(@project)%>',
|
|
|
|
|
// data:{
|
|
|
|
|