Commit 9ce26a4c by 朱继来

展示分摊后的优惠金额

parent f5cd9117
Showing with 5 additions and 1 deletions
......@@ -382,7 +382,9 @@
<th>制造商</th>
<th>采购数量</th>
<th>采购单价</th>
<th>小计</th>
<th>采购小计</th>
<th>优惠单价</th>
<th>优惠小计</th>
<th>货期</th>
<th>供应商</th>
......@@ -414,6 +416,8 @@
<span id="total_{{$v['rec_id']}}">{{$v['goods_amount_format']}}</span>
<!-- {$currency}<span id="total_{$v.rec_id}">{$v.total}</span> -->
</td>
<td>{{$v['single_pre_price_format']}}</td>
<td>{{$v['single_pre_price_amount']}}</td>
<td>{{$v['delivery_time']}}</td>
<td>{{$v['supplier_name']}}</td>
......
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 sign in to comment