|
@@ -61,7 +61,7 @@
|
61
|
61
|
<label class="form-label col-xs-4 col-sm-2">
|
62
|
62
|
<font color='red'>* </font>加粉时间:</label>
|
63
|
63
|
<div class="formControls col-xs-6 col-sm-6">
|
64
|
|
- <input id="stime" type="text" onfocus="WdatePicker({ dateFmt:'yyyy-MM-dd' })" class="input-text Wdate" style="width:22%;text-align:center;" name="fanTime" value="{{old('fanTime')}}">
|
|
64
|
+ <input id="stime" type="text" onfocus="WdatePicker({ dateFmt:'yyyy-MM-dd' })" autocomplete="off" class="input-text Wdate" style="width:22%;text-align:center;" name="fanTime" value="{{old('fanTime')}}">
|
65
|
65
|
</div>
|
66
|
66
|
</div>
|
67
|
67
|
|
|
@@ -117,7 +117,7 @@
|
117
|
117
|
<label class="form-label col-xs-4 col-sm-2">
|
118
|
118
|
<font color='red'>* </font>预发货时间:</label>
|
119
|
119
|
<div class="formControls col-xs-6 col-sm-6">
|
120
|
|
- <input id="delivery" type="text" onfocus="WdatePicker({ dateFmt:'yyyy-MM-dd' })" class="input-text Wdate" style="width:22%;text-align:center;" name="delivery_date" value="{{old('delivery_date')}}"> <font color='red'> *默认今天 </font>
|
|
120
|
+ <input id="delivery" type="text" onfocus="WdatePicker({ dateFmt:'yyyy-MM-dd' })" autocomplete="off" class="input-text Wdate" style="width:22%;text-align:center;" name="delivery_date" value="{{old('delivery_date')}}"> <font color='red'> *默认今天 </font>
|
121
|
121
|
</div>
|
122
|
122
|
</div>
|
123
|
123
|
|
|
@@ -213,7 +213,7 @@
|
213
|
213
|
<label class="form-label col-xs-4 col-sm-2">
|
214
|
214
|
<font color='red'>* </font>下单时间:</label>
|
215
|
215
|
<div class="formControls col-xs-6 col-sm-6">
|
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>
|
|
216
|
+ <input id="createTime" type="text" onfocus="WdatePicker({ dateFmt:'yyyy-MM-dd HH:mm:ss' })" autocomplete="off" class="input-text Wdate" style="width:22%;text-align:center;" name="createTime" value="{{old('createTime')}}"> <font color='red'> *默认今天 </font>
|
217
|
217
|
</div>
|
218
|
218
|
</div>
|
219
|
219
|
|