Commit dabae6f9 authored by agping's avatar agping

财务日报优化

parent e4ffcb77
...@@ -421,11 +421,10 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css! ...@@ -421,11 +421,10 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
$('.is-submit-pass-btn').hide(); $('.is-submit-pass-btn').hide();
$('.is-submit-passed').hide(); $('.is-submit-passed').hide();
$('#maintable_list_total').hide(); $('#maintable_list_total').hide();
if(getUrlParam('time')){ $('.add-pic').hide();//财务日报 已审核 不显示编辑按钮
$('.add-pic').hide();
}
}else{ }else{
$('.add-pic').show();//财务日报 没有审核完 显示编辑按钮
if(getUrlParam('time')){ if(getUrlParam('time')){
$('.is-submit-pass-btn').show(); $('.is-submit-pass-btn').show();
$('.is-submit-passed').show(); $('.is-submit-passed').show();
......
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