|
|
@@ -69,12 +69,12 @@
|
|
|
|
|
|
<li>
|
|
|
<em>发货日期:</em>
|
|
|
-<input value="{$returns['ftime']!=0?date('Y-m-d',$returns['ftime']):''}" onClick="laydate({istime: true,format:'YYYY-MM-DD'})" name="ftime" type="text" placeholder="国内填写" >
|
|
|
+<input value="{$returns['ftime']!=0?date('Y-m-d',$returns['ftime']):''}" onClick="laydate({istime: true,format:'YYYY-MM-DD'})" name="ftime" autocomplete="off" type="text" placeholder="国内填写" >
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>收到日期:</em>
|
|
|
-<input value="{$returns['stime']!=0?date('Y-m-d',$returns['stime']):''}" onClick="laydate({istime: true,format:'YYYY-MM-DD'})" name="stime" type="text" >
|
|
|
+<input value="{$returns['stime']!=0?date('Y-m-d',$returns['stime']):''}" onClick="laydate({istime: true,format:'YYYY-MM-DD'})" name="stime" autocomplete="off" type="text" >
|
|
|
</li>
|
|
|
|
|
|
<li class="length remark">
|