Commit 6d030480 authored by agping's avatar agping

财务优化

parent 66ba6f94
......@@ -224,8 +224,11 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
$('#pay_h').html(data.data.commit_info.other_bank);
$('#pay_i').html(data.data.commit_info.agent_name);
$('#pay_j').html(data.data.commit_info.daily_date);
if(data.data.check_list){
$('.audit-records').hide();
$('.audit-records').show();
if(data.data.check_list&&data.data.check_list.length){
$('#maintable_list_f').show();
}else{
$('#maintable_list_f').hide();
}
}else{//未提交
......@@ -270,7 +273,9 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
}else{
if(getUrlParam('time')){
$('.is-submit-pass-btn').show();
$('.is-submit-passed').show();
$('.is-submit-passed').show();
$('#maintable_list_total').show();
}
$('#total_a').html(data.data.total_info.alipay);
$('#total_b').html(data.data.total_info.tenpay);
......
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