lvhao 3 天之前
父节点
当前提交
38f95a899e
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      template/erp/returns_add.html
  2. 2 2
      template/erp/returns_edit.html

+ 2 - 2
template/erp/returns_add.html

@@ -73,12 +73,12 @@
 
 <li>
 <em>发货日期:</em>
-<input value="" onClick="laydate({istime: true,format:'YYYY-MM-DD'})" name="ftime" type="text" placeholder="国内填写" >
+<input value="" onClick="laydate({istime: true,format:'YYYY-MM-DD'})" name="ftime" autocomplete="off" type="text" placeholder="国内填写" >
 </li>
 
 <li>
 <em>收到日期:</em>
-<input value="" onClick="laydate({istime: true,format:'YYYY-MM-DD'})" name="stime" type="text" >
+<input value="" onClick="laydate({istime: true,format:'YYYY-MM-DD'})" autocomplete="off" name="stime" type="text" >
 </li>
 
 <li class="length remark">

+ 2 - 2
template/erp/returns_edit.html

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