Commit f3ae612b authored by agping's avatar agping

编辑时间

parent e6080a29
...@@ -498,7 +498,7 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', ' ...@@ -498,7 +498,7 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
return; return;
} }
if($('#count_time').val()){ if($('#count_time').val()){
params.count_time = $('#count_time').val(); params.count_time = $('#count_time').val()+'-01';
}else{ }else{
alert('请选择计入月份'); alert('请选择计入月份');
return; return;
......
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