Commit 0c34b0e3 authored by agping's avatar agping

转到审核中 按钮显示隐藏

parent a3ea635e
......@@ -925,7 +925,7 @@
<a class="btn btn-primary is-submit">提交</a>
<a class="btn btn-primary is-submit-pass-btn" href="#modal_financialremark" data-toggle="modal">审核通过</a>
<a class="btn btn-primary is-submit-passed-btn" href="#modal_financialremarked" data-toggle="modal">转到已审核</a>
<a class="btn btn-primary inReview" href="javascript:;">转到审核中</a>
<a class="btn btn-primary inReview" href="javascript:;" style="display: none;">转到审核中</a>
</div>
<div class="tips-dian text-danger text-center" style="font-size: 16px; font-weight: 600;">
......
......@@ -52,6 +52,7 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
$('.is-submit-passed-btn').show();
$('.is-submit-pass-btn').show();
if(check_auth('index/backDailyCheck')){
// console.log(555)
$('.inReview').show();//财务日报审核 转到审核中
}
......@@ -1195,6 +1196,7 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
$('.add-pic').hide();//财务看的 财务日报 已审核 不显示编辑按钮
$('.del-details').hide();
if(check_auth('index/backDailyCheck')){
console.log(555)
$('.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