Commit 306c1967 authored by agping's avatar agping

6

parent a3c0c928
......@@ -1139,9 +1139,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
// var get_id = $('#get_id').val();
// var status = refund.check_status;
receiv.buildSearchParams();
var _url = '/index/getCollection' + '?'+ 'excel' + '=' + 'excel&';
var _url = '/index/getCollectionExcel' + '?';
window.open(_url + receiv.buildSearchParamsLiu);
console.log(receiv.buildSearchParamsLiu);
},
......
......@@ -530,6 +530,7 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
$('#comit_name').val("");
$('#comit_phone').val("");
$('#is_type').val("");
$('#back_id_money').val("");
that.agent_id_phone="";
},
......
......@@ -21,7 +21,10 @@
[% } %]
<td>[%= it[item]['user_id'] %]</td>
<td>[%= it[item]['user_phone'] %]</td>
<td>[%= it[item]['operator_name'] %]</td>
<td>[% if(it[item]['operator_name']){ %]
[%= it[item]['operator_name'] %]
[% } %]
</td>
<td>
[% if(it[item]['status'] == 0 && it[item]['is_essay'] == 2){ %]
<a class="btn1 btn-success audit-pic" href="#modal-addPic" data-toggle="modal" data-id='[%= it[item]["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