|
@@ -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>
|