Commit ae4f2111 authored by agping's avatar agping

转到审核中

parent 2e004e9a
...@@ -51,7 +51,10 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl ...@@ -51,7 +51,10 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
$('.is-print').show(); $('.is-print').show();
$('.is-submit-passed-btn').show(); $('.is-submit-passed-btn').show();
$('.is-submit-pass-btn').show(); $('.is-submit-pass-btn').show();
$('.inReview').show();//财务日报审核 转到审核中 if(check_auth('index/backDailyCheck')){
$('.inReview').show();//财务日报审核 转到审核中
}
bargain.financialTime = getUrlParam('time'); bargain.financialTime = getUrlParam('time');
var managerTitle=localStorage.getItem('financial_check_string_liu') +' '+ bargain.financialTime; var managerTitle=localStorage.getItem('financial_check_string_liu') +' '+ bargain.financialTime;
...@@ -1191,7 +1194,9 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl ...@@ -1191,7 +1194,9 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
if(bargain.isFinancial*1 == 1){ if(bargain.isFinancial*1 == 1){
$('.add-pic').hide();//财务看的 财务日报 已审核 不显示编辑按钮 $('.add-pic').hide();//财务看的 财务日报 已审核 不显示编辑按钮
$('.del-details').hide(); $('.del-details').hide();
$('.inReview').show();//财务日报审核 已审核状态 if(check_auth('index/backDailyCheck')){
$('.inReview').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