Commit f55bd7a9 by 朱继来

调整附加费展示明细

parent 6227ccb8
...@@ -293,7 +293,7 @@ ...@@ -293,7 +293,7 @@
// 添加到商品列表 // 添加到商品列表
$('.add-to-lists').click(function() { $('.add-to-lists').click(function() {
var goods_min_num = $(this).parents('.sku-info').find('.goods-min-num').text(); var goods_min_num = $(this).parents('.sku-info').find('.moq').text();
var goods_id = $(this).siblings('.goods_id').val(); var goods_id = $(this).siblings('.goods_id').val();
var type = $(this).siblings('.goods_type').val(); var type = $(this).siblings('.goods_type').val();
var delivery_place = 1; // 1.大陆,2.香港 自营默认是大陆 var delivery_place = 1; // 1.大陆,2.香港 自营默认是大陆
......
...@@ -145,7 +145,10 @@ ...@@ -145,7 +145,10 @@
</td> </td>
<input type="hidden" name="change_extend_fee[{{$k}}][count]" value="{{$v['count']}}"> <input type="hidden" name="change_extend_fee[{{$k}}][count]" value="{{$v['count']}}">
@if (isset($v['ladder_max']))
<input type="hidden" name="change_extend_fee[{{$k}}][ladder_max]" value="{{$v['ladder_max']}}"> <input type="hidden" name="change_extend_fee[{{$k}}][ladder_max]" value="{{$v['ladder_max']}}">
@endif
</tr> </tr>
@endforeach @endforeach
</tbody> </tbody>
......
...@@ -383,7 +383,7 @@ ...@@ -383,7 +383,7 @@
<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>
......
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