Commit 6659bab2 by 朱继来

Merge branch 'master' of http://119.23.72.7/zhujilai/Order into zjl_add_info_20180724

parents 180e8125 d2d106f2
Showing with 5 additions and 0 deletions
......@@ -244,6 +244,11 @@
</div>
@if ($order_info['status'] == 1 && $order_temp_info['status'] == 1)
<script>
$('#checkOrderForm').find('input').attr('disabled', true);
$('#checkOrderForm').find('select').attr('disabled', true);
</script>
<div class="tabs-box adjusted_order" style="display: none;">
<div class="order-change-main">
<form id="adjustedOrderForm" class="form-horizontal">
......
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