Commit d4a031de by 朱继来

调整展示

parent 9ce26a4c
Showing with 5 additions and 5 deletions
...@@ -382,9 +382,9 @@ ...@@ -382,9 +382,9 @@
<th>制造商</th> <th>制造商</th>
<th>采购数量</th> <th>采购数量</th>
<th>采购单价</th> <th>采购单价</th>
<th>采购小计</th> <!-- <th>采购小计</th> -->
<th>优惠单价</th> <th>优惠单价</th>
<th>优惠小计</th> <th>小计</th>
<th>货期</th> <th>货期</th>
<th>供应商</th> <th>供应商</th>
...@@ -412,10 +412,10 @@ ...@@ -412,10 +412,10 @@
<span id="{{$v['rec_id']}}">{{$v['goods_price_format']}}</span> <span id="{{$v['rec_id']}}">{{$v['goods_price_format']}}</span>
<!-- {$currency}<span id="{$v.rec_id}">{$v.goods_price}</span> --> <!-- {$currency}<span id="{$v.rec_id}">{$v.goods_price}</span> -->
</td> </td>
<td> <!-- <td> -->
<span id="total_{{$v['rec_id']}}">{{$v['goods_amount_format']}}</span> <!-- <span id="total_{{$v['rec_id']}}">{{$v['goods_amount_format']}}</span> -->
<!-- {$currency}<span id="total_{$v.rec_id}">{$v.total}</span> --> <!-- {$currency}<span id="total_{$v.rec_id}">{$v.total}</span> -->
</td> <!-- </td> -->
<td>{{$v['single_pre_price_format']}}</td> <td>{{$v['single_pre_price_format']}}</td>
<td>{{$v['single_pre_price_amount']}}</td> <td>{{$v['single_pre_price_amount']}}</td>
<td>{{$v['delivery_time']}}</td> <td>{{$v['delivery_time']}}</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