Browse Source

修复仓库提交

sunhao 5 years ago
parent
commit
a016b2a998
1 changed files with 2 additions and 1 deletions
  1. 2 1
      resources/views/order/orderedit.blade.php

+ 2 - 1
resources/views/order/orderedit.blade.php

@@ -156,7 +156,8 @@
156 156
                 <div class="formControls col-xs-6 col-sm-6">                        
157 157
                     @if($order['warehouse']=='1') A仓库  @endif                          
158 158
                     @if($order['warehouse']=='2') B仓库 @endif                          
159
-                    @if($order['warehouse']=='3') C仓库 @endif                            
159
+                    @if($order['warehouse']=='3') C仓库 @endif 
160
+                    <input type="hidden" name="warehouse" id='warehouse' value="{{$order['warehouse']}}"/>                         
160 161
 
161 162
                 </div>
162 163
             </div>