north 7 năm trước cách đây
mục cha
commit
4ef9d8cd1c

+ 3 - 0
www/protected/views/jCoupon/index.php

@@ -731,6 +731,9 @@
         showType : 'slide'
       });
       jq_dg_content.datagrid('reload');
+       $('#start1_num').val('');
+      $('#num1').val('');
+      $('#bus_id1').val('');
     });
 
   }

+ 5 - 0
www/protected/views/jRecord/index.php

@@ -26,6 +26,9 @@
                 开始 <input type="text" id="server_start_time" />
                 结束 <input type="text" id="server_end_time" />
                 <a href="#" class='easyui-linkbutton' iconCls="icon-add" plain="true" onclick="export_order();return false;">导出提货记录 </a>
+
+            </div>
+            <div>
                 <a href="#" class='easyui-linkbutton' plain="true" iconCls="icon-add" onclick="add_content();return false;">新增提货记录</a>
             </div>
         </div>
@@ -655,6 +658,8 @@
       alert('请选择时间');
     } else {
       window.location.href = module_router+'/OutputExcel&start_time='+start_time+'&end_time='+end_time;
+      $('#server_start_time').datebox('setValue','');
+      $('#server_end_time').datebox('setValue','');
     }
 
   }