Commit d2d106f2 by 朱继来

调价后禁止输入

parent 52338581
Showing with 5 additions and 0 deletions
...@@ -215,6 +215,11 @@ ...@@ -215,6 +215,11 @@
</div> </div>
@if ($order_info['status'] == 1 && $order_temp_info['status'] == 1) @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="tabs-box adjusted_order" style="display: none;">
<div class="order-change-main"> <div class="order-change-main">
<form id="adjustedOrderForm" class="form-horizontal"> <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