Commit dcc859d3 authored by agping's avatar agping

id

parent aad0014f
...@@ -1904,6 +1904,7 @@ define(['doT', 'text!temp/delFinanceReport_template_tpl.html', 'css!style/home.c ...@@ -1904,6 +1904,7 @@ define(['doT', 'text!temp/delFinanceReport_template_tpl.html', 'css!style/home.c
}; };
$.post(receiv.listUrlRestore,params , function(data){ $.post(receiv.listUrlRestore,params , function(data){
if(data.code == 200) { if(data.code == 200) {
alert(data.msg);
that.getList(1); that.getList(1);
} else { } else {
alert(data.msg); alert(data.msg);
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
被调整 被调整
[% } %] [% } %]
<td> <td>
<a class="btn1 btn-success restore" href="" data-id='[%= it[item]["order_id"] %]'>恢复</a> <a class="btn1 btn-success restore" href="" data-id='[%= it[item]["id"] %]'>恢复</a>
[% if(check_auth('index/getCollectionDetail')) { %] [% if(check_auth('index/getCollectionDetail')) { %]
<a class="btn1 btn-success add-pic" href="#modal-addPic" data-toggle="modal" data-id='[%= it[item]["id"] %]' data-report='[%= it[item]["report_id"] %]' data-order='[%= it[item]["order_id"] %]'>收款详情</a> <a class="btn1 btn-success add-pic" href="#modal-addPic" data-toggle="modal" data-id='[%= it[item]["id"] %]' data-report='[%= it[item]["report_id"] %]' data-order='[%= it[item]["order_id"] %]'>收款详情</a>
......
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