Commit 9886c3c8 authored by agping's avatar agping

调整 收款

parent 0565b489
......@@ -713,7 +713,7 @@
</div>
</div>
<div class="col-xs-3">
<div class="form-group">
<div class="form-group" style="margin-top: 3px;">
<strong><span>成交报告ID:</span></strong>
<span id="chengjiaobaogaoId">45122</span>
<a class="btn btn-info btn-small modifyReport" href="#modifyReport_modal" data-toggle="modal">修改</a>
......
......@@ -228,7 +228,7 @@ define(['doT', 'text!temp/adjustment_shop_template_tpl.html', 'css!style/home.cs
$('#after_into_date').text(data.adjustment[0].income_time);
$('#after_into_type').text(data.adjustment[0].type);
$('#after_into_price').text(data.money);
$('#store_name').text(data.store_name);//所属门店
$('#store_name').text(data.reckon_in_store_name);//所属门店
},
......
......@@ -1680,7 +1680,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
doc.find("#address").text(data.address);
doc.find("#comit_time").text(data.create_time);
doc.find("#open_time").text(data.open_time);//开业确定时间
doc.find("#store_name").text(data.store_name);//所属门店
doc.find("#store_name").text(data.reckon_in_store_name);//所属门店
//判断收款详情的类型
if(data.type == 91){
......
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