Commit fbb9a09c by 朱继来

调整售后

parent 898eda37
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
<!-- 目前仅支持联营商品退款 --> <!-- 目前仅支持联营商品退款 -->
<?php $goods_count = 0; ?> <?php $goods_count = 0; ?>
@foreach ($order_items_info as $k => $v) @foreach ($order_items_info as $k => $v)
@if ($v['order_goods_type'] == 1) @if ($v['order_goods_type'] == 1 && $v['status'] == 1)
<?php $goods_count++; ?> <?php $goods_count++; ?>
<tr> <tr>
<input type="hidden" name="service_item[{{ $v['rec_id'] }}][rec_id]" value="{{ $v['rec_id'] }}"> <input type="hidden" name="service_item[{{ $v['rec_id'] }}][rec_id]" value="{{ $v['rec_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 sign in to comment