Commit aed015be authored by hujun's avatar hujun

成交报告模板

parent 21a83934
...@@ -19,6 +19,10 @@ ...@@ -19,6 +19,10 @@
[% if(check_auth('index/checkReportAttache/1')||check_auth('index/checkReportManager/2')||check_auth('index/checkReportMajordomo/3')||check_auth('index/checkReportCashier/4')) { %] [% if(check_auth('index/checkReportAttache/1')||check_auth('index/checkReportManager/2')||check_auth('index/checkReportMajordomo/3')||check_auth('index/checkReportCashier/4')) { %]
<a class="btn1 btn-success" href="#modal-pass" data-toggle="modal">通过</a> <a class="btn1 btn-success" href="#modal-pass" data-toggle="modal">通过</a>
[% } %] [% } %]
[% if(check_auth('index/backOutToOne')) { %]
<a class="btn1 btn-success report-back-out" href="#modal-back-out" data-toggle="modal">撤销</a>
[% } %]
[% }else if(it["step"]==3) { %] [% }else if(it["step"]==3) { %]
[% if(check_auth('index/toReportListOne')) { %] [% if(check_auth('index/toReportListOne')) { %]
<a class="btn1 btn-success maintable-btn-trans-one">转到一级审核</a> <a class="btn1 btn-success maintable-btn-trans-one">转到一级审核</a>
...@@ -27,11 +31,6 @@ ...@@ -27,11 +31,6 @@
<a class="btn1 btn-success maintable-btn-account">结单</a> <a class="btn1 btn-success maintable-btn-account">结单</a>
[% } %] [% } %]
[% } %] [% } %]
[% if(check_auth('index/backOutToOne')) { %]
<a class="btn1 btn-success report-back-out" href="#modal-back-out" data-toggle="modal">撤销</a>
[% } %]
<a class="btn1 btn-success timeline" href="#modal-time" data-toggle="modal">时间轴</a> <a class="btn1 btn-success timeline" href="#modal-time" data-toggle="modal">时间轴</a>
</td> </td>
</tr> </tr>
......
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