Commit 5fe2b66f by 朱继来

Merge branch 'zjl_iteration_20181127' into development

parents 72a444e4 78e75de8
Showing with 2 additions and 1 deletions
...@@ -348,7 +348,8 @@ ...@@ -348,7 +348,8 @@
</div> </div>
</div> </div>
@if ($order_info['status'] == 1 && $order_temp_info['status'] == 1) <!-- 自营订单客服调价低于80% 显示经理审核 -->
@if ($order_info['order_goods_type'] != 1 && in_array($order_info['status'], [1, 2]) && $order_temp_info['status'] == 1)
<script> <script>
$('#checkOrderForm').find('input').attr('disabled', true); $('#checkOrderForm').find('input').attr('disabled', true);
$('#checkOrderForm').find('select').attr('disabled', true); $('#checkOrderForm').find('select').attr('disabled', true);
......
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