Commit d88b562d authored by duxinyuan's avatar duxinyuan

修改

parent 4dbdbaa1
......@@ -918,8 +918,8 @@
</div>
<div class="col-xs-6">
<div class="form-group">
<strong><span class="col-xs-4 ld-Marheight">退款方式:银行卡</span></strong>
<span id="back_price_type" class="col-xs-6 ld-Marheight"></span>
<strong><span class="col-xs-4 ld-Marheight">退款方式:</span></strong>
<span id="back_price_type" class="col-xs-6 ld-Marheight">银行卡</span>
</div>
</div>
<div class="col-xs-6">
......
......@@ -240,6 +240,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
var report_id = e.target.dataset.report_id;
var agent_id = e.target.dataset.agent_id;
var agent_name = e.target.dataset.agent_name;
var type = e.target.dataset.type;
that.back_addr= address;
that.back_time = comity_time;
that.back_money = real_money;
......@@ -248,7 +249,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
that.back_report_id = report_id;
that.back_agent_name = agent_name;
that.back_agent_id = agent_id;
$('#back_into_type').text(type);
$('#back_shop_addr').text(address);
// that.getBack(id);
});
......
......@@ -41,7 +41,7 @@
data-income_time='[%= it[item]['income_time'] %]' data-real_money='[%= it[item]['real_money'] %]' data-addr="[%= it[item]['address'] %]"
data-report_id='[%= it[item]['report_id'] %]' data-order_id='[%= it[item]['order_id'] %]' data-order_no='[%= it[item]['order_no'] %]'
data-agent_id='[%= it[item]['agent_id'] %]' data-agent_name='[%= it[item]['agent_name'] %]'
data-agent_id='[%= it[item]['agent_id'] %]' data-agent_name='[%= it[item]['agent_name'] %]' data-type='[%= it[item]['type'] %]'
>退款</a>
[% if(check_auth('index/delPayLog')) { %]
......
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