Commit 8916f504 authored by agping's avatar agping

财务日报 时间不能为空

parent 6d030480
......@@ -69,8 +69,11 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
});
//店长日报 时间搜索
_doc.on('input', '#create_time_start', function() {
bargain.financialTime = $('#create_time_start').val();
if(!($('#create_time_start').val())){
alert('时间不能为空!');
return
}
bargain.getList(1);
});
//搜索按钮的事件
......
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