Commit f8974b4c authored by hujun's avatar hujun

成交报告第三级显示撤销按钮

parent 9b528162
...@@ -12,25 +12,25 @@ ...@@ -12,25 +12,25 @@
<td class="text-center">[%= sw(it["list"][item]['trade_type']) %]</td> <td class="text-center">[%= sw(it["list"][item]['trade_type']) %]</td>
<td class="text-center">[%= it["list"][item]['commission'] %]</td> <td class="text-center">[%= it["list"][item]['commission'] %]</td>
<td class="text-center" width="15%"> <td class="text-center" width="15%">
[% if(check_auth('index/bargainInfo')) { %] [% if(check_auth('index/bargainInfo')) { %]
<a class="btn1 btn-success details-btn" href="#modal_detail" data-toggle="modal">详情</a> <a class="btn1 btn-success details-btn" href="#modal_detail" data-toggle="modal">详情</a>
[% } %] [% } %]
[% if(it["step"]<3) { %] [% if(it["step"]<3) { %]
[% 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>
[% } %] [% } %]
[% }else if(it["step"]==3) { %]
[% if(check_auth('index/toReportListOne')) { %]
<a class="btn1 btn-success maintable-btn-trans-one">转到一级审核</a>
[% } %]
[% if(check_auth('index/checkOver')) { %]
<a class="btn1 btn-success maintable-btn-account">结单</a>
[% } %]
[% } %]
[% if(check_auth('index/backOutToOne')) { %] [% if(it['step'] <= 3 && 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 report-back-out" href="#modal-back-out" data-toggle="modal">撤销</a>
[% } %] [% } %]
[% }else if(it["step"]==3) { %]
[% if(check_auth('index/toReportListOne')) { %]
<a class="btn1 btn-success maintable-btn-trans-one">转到一级审核</a>
[% } %]
[% if(check_auth('index/checkOver')) { %]
<a class="btn1 btn-success maintable-btn-account">结单</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