sunhao 5 years ago
parent
commit
0c185c7222
1 changed files with 0 additions and 11 deletions
  1. 0 11
      resources/views/order/ordercreate.blade.php

+ 0 - 11
resources/views/order/ordercreate.blade.php

@@ -211,17 +211,6 @@
211 211
 
212 212
             <div class="row cl">
213 213
                 <label class="form-label col-xs-4 col-sm-2">
214
-                    <font color='red'>* </font>是否复购:</label>
215
-                <div class="formControls col-xs-6 col-sm-6">
216
-                    <input type="radio" name="is_fugou"  value="0" @if(old('is_fugou')==='0') checked @else checked @endif>
217
-                    <label for="status-1" style="margin-right: 27px;">否</label>
218
-                    <input type="radio" name="is_fugou"  value="1" @if(old('is_fugou')==='1') checked @endif>
219
-                    <label for="status-0">是</label>
220
-                </div>
221
-            </div>
222
-
223
-            <div class="row cl">
224
-                <label class="form-label col-xs-4 col-sm-2">
225 214
                     <font color='red'>* </font>下单时间:</label>
226 215
                 <div class="formControls col-xs-6 col-sm-6">
227 216
                     <input id="createTime" type="text" onfocus="WdatePicker({ dateFmt:'yyyy-MM-dd HH:mm:ss' })" class="input-text Wdate" style="width:22%;text-align:center;" name="createTime" value="{{old('createTime')}}"> <font color='red'> *默认今天 </font>