Commit c1077536 authored by agping's avatar agping

财务日报 加时间

parent 4381b3fe
......@@ -1337,6 +1337,18 @@
<span id="befor_into_type" class="col-xs-6 ld-Marheight"></span>
</div>
</div>
<div class="col-xs-12">
<div class="form-group">
<strong><span class="col-xs-4 ld-Marheight">提交时间 :</span></strong>
<span id="befor_create_time" class="col-xs-6 ld-Marheight"></span>
</div>
</div>
<div class="col-xs-12">
<div class="form-group">
<strong><span class="col-xs-4 ld-Marheight">提交人:</span></strong>
<span id="befor_agent_name" class="col-xs-6 ld-Marheight"></span>
</div>
</div>
</div>
</div>
<div class="col-xs-6">
......
......@@ -1881,6 +1881,11 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
$('#befor_house_addr').text(data.adjustment_old[0].internal_address);
$('#befor_into_date').text(data.adjustment_old[0].income_time);
$('#befor_into_type').text(data.adjustment_old[0].type);
//调整前
$('#befor_agent_name').text(data.adjustment_old[0].agent_name);
$('#befor_create_time').text(data.adjustment_old[0].create_time);
$('#after_into_id').text(data.adjustment[0].id);
$('#after_order_id').text(data.adjustment[0].order_id);
$('#after_report_id').text(data.adjustment[0].bargain_id);
......
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