Commit 2316a58b by 朱继来

调整模板

parent 38b5be1c
...@@ -416,7 +416,7 @@ ...@@ -416,7 +416,7 @@
@if ($order_info['order_goods_type'] == 2 && $order_info['adjust_count'] < 2) @if ($order_info['order_goods_type'] == 2 && $order_info['adjust_count'] < 2)
<a class="btn btn-default" href="{{$adjustPriceUrl}}">再次调价</a><span class="warn-tip">每笔订单仅有一次“再次调价”机会</span> <a class="btn btn-default" href="{{$adjustPriceUrl}}">再次调价</a><span class="warn-tip">每笔订单仅有一次“再次调价”机会</span>
@elseif ($order_info['order_goods_type'] == 1) @elseif ($order_info['order_goods_type'] == 1)
<a class="btn btn-default" href="{{$adjustPriceUrl}}">再次调价</a> <!-- <a class="btn btn-default" href="{{$adjustPriceUrl}}">再次调价</a> -->
@endif @endif
</div> </div>
......
...@@ -289,7 +289,7 @@ ...@@ -289,7 +289,7 @@
</td> </td>
<td class="show-list"> <td class="show-list">
<?php <?php
if (isset($order_extend->is_manager_audit) && $v['status'] == 1) { if (!empty($order_extend->is_manager_audit) && $v['status'] == 1) {
echo '<span class="list-text-checking"><b>待主管审核</b></span>'; echo '<span class="list-text-checking"><b>待主管审核</b></span>';
} else { } else {
switch ($v['status']) { switch ($v['status']) {
......
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