Commit e4ffcb77 authored by agping's avatar agping

财务日报隐藏编辑

parent 1cee989d
......@@ -408,7 +408,7 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
if(bargain.isFinancial*1){
$('#maintable_list_total').show();
$('.tips-dian').hide();
}else{
$('.tips-dian').show();
$('#maintable_list_total').hide();
......@@ -421,6 +421,10 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
$('.is-submit-pass-btn').hide();
$('.is-submit-passed').hide();
$('#maintable_list_total').hide();
if(getUrlParam('time')){
$('.add-pic').hide();
}
}else{
if(getUrlParam('time')){
$('.is-submit-pass-btn').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