Commit 05b1290a authored by agping's avatar agping

后台

parent ce80a491
...@@ -908,8 +908,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', ...@@ -908,8 +908,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
'industry_type' : that.yetai ? that.yetai : '' , 'industry_type' : that.yetai ? that.yetai : '' ,
'income_time' : that.income_time , 'income_time' : that.income_time ,
'pay_id' : that.pay_id , 'pay_id' : that.pay_id ,
'transfer_name' : that.transfer_name 'transfer_name' : that.transfer_name,
'bargain_id': $("#report_id_change").val(),
}; };
var obj = { var obj = {
......
...@@ -44,7 +44,9 @@ ...@@ -44,7 +44,9 @@
<a class="btn1 btn-success report-back-out" href="#modal-back-out" data-toggle="modal">撤销</a>&nbsp; <a class="btn1 btn-success report-back-out" href="#modal-back-out" data-toggle="modal">撤销</a>&nbsp;
[% } %] [% } %]
<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>
[% if(check_auth('index/bargainInfo')) { %]
<a class="btn1 btn-success receipt-evidencing-list" href="#modal-receiptEvidencing" data-toggle="modal">收款入账</a> <a class="btn1 btn-success receipt-evidencing-list" href="#modal-receiptEvidencing" 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