摘要: $.ajax({ type: "Get", url: "/xx/xxx", data: { year: $("#year").val() }, dataType: "json", success: function (result) { if (echarts_model2 == null) ech 阅读全文
posted @ 2019-10-11 17:10 艺洁 阅读(2570) 评论(0) 推荐(0) 编辑
摘要: <script src="~/Scripts/echarts.min.js"></script><script src="~/Scripts/map.js"></script><script src="~/Scripts/map/jiangxi.js"></script> var myChart = 阅读全文
posted @ 2019-10-11 16:49 艺洁 阅读(1117) 评论(0) 推荐(0) 编辑
摘要: [HttpPost] public ActionResult ImportTaskItem() { if (Request.Files != null) { try { HttpFileCollection files = System.Web.HttpContext.Current.Request 阅读全文
posted @ 2019-10-11 16:26 艺洁 阅读(372) 评论(0) 推荐(0) 编辑
摘要: //导出word文档(注:需制定导出模板 并在内容处填入书签) //导出表格 public ActionResult ExportTZNoticeData(string id, string create_date) { try { string sPath = AppDomain.CurrentD 阅读全文
posted @ 2019-10-11 16:15 艺洁 阅读(696) 评论(0) 推荐(0) 编辑
摘要: 1.一个参数 2.多个参数 3.一个实体对象 var url = ServerIp + '/api/food/foodsupply'; var ajaxTimeoutTest=$.ajax({ type: "Get", timeout: 10000, url: url, data: { page: 阅读全文
posted @ 2019-10-11 14:07 艺洁 阅读(1569) 评论(0) 推荐(0) 编辑
摘要: post 2.dynamic 后台接收 [HttpPost] [Route("Batchbook")] public IHttpActionResult Batch_book(dynamic obj) { string group_id = Convert.ToString(obj.group_id 阅读全文
posted @ 2019-10-11 13:56 艺洁 阅读(891) 评论(0) 推荐(0) 编辑
摘要: <el-form-item label="报名截止时间" required style="width: 584px;"> <el-form-item prop="deadline"> <el-date-picker v-model="addForm.deadline" type="date" siz 阅读全文
posted @ 2019-10-11 10:37 艺洁 阅读(3744) 评论(0) 推荐(0) 编辑
摘要: <el-form :model="addForm" :rules="addRules" ref="addForm" label-width="110px"> <el-form-item label="活动名称" prop="name" style="width: 425px;"> <el-input 阅读全文
posted @ 2019-10-11 10:33 艺洁 阅读(4237) 评论(0) 推荐(0) 编辑
摘要: 一 同一页面中编辑后关闭浮窗刷新当前页 table.reload('list', { page: { curr: $(".layui-laypage-em").next().html() } , where: { name: $('#search-name').val(), type_id: sea 阅读全文
posted @ 2019-10-10 13:27 艺洁 阅读(3376) 评论(0) 推荐(0) 编辑
摘要: create event if not exists e_test on schedule every 6 hour//每6小时执行一次存储过程 do call echarts(); 查看定时任务是否开启 show VARIABLES LIKE '%sche%' event_scheduler是of 阅读全文
posted @ 2019-10-10 11:02 艺洁 阅读(138) 评论(0) 推荐(0) 编辑