摘要: /// Html 代码 <button type="button" class="btn btn-primary" onclick="InportTicket()">导入</button> <input id="fileToUpload" type="file" name="upfile" styl 阅读全文
posted @ 2019-01-09 14:56 叁王爷 阅读(443) 评论(0) 推荐(0) 编辑
摘要: /// JS脚本 window.open("../Ticket/ExportTicket"); /// Action 代码 [HttpGet] public ActionResult ExportTicket(TicketSearch search) { if (search != null) { 阅读全文
posted @ 2019-01-09 14:48 叁王爷 阅读(692) 评论(0) 推荐(0) 编辑