|
@@ -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','');
|
|
|
}
|
|
|
|
|
|
}
|