Commit c4f51a39 authored by agping's avatar agping

财务优化

parent 346d1313
......@@ -69,6 +69,7 @@ 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();
bargain.getList(1);
});
......@@ -228,6 +229,7 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
}
}else{//未提交
$('.is-submit').show();
$('.is-submit').html('提交');
$('.audit-records').hide();
$('.tips-dian').html('');
......@@ -266,8 +268,10 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
$('.is-submit-passed').hide();
$('#maintable_list_total').hide();
}else{
$('.is-submit-pass-btn').show();
$('.is-submit-passed').show();
if(getUrlParam('time')){
$('.is-submit-pass-btn').show();
$('.is-submit-passed').show();
}
$('#total_a').html(data.data.total_info.alipay);
$('#total_b').html(data.data.total_info.tenpay);
$('#total_c').html(data.data.total_info.realty_pay);
......
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