上一页 1 ··· 5 6 7 8 9 10 下一页
摘要: document.getElementById('save').addEventListener('tap', function(e) { if (!navigator.onLine) { mui.alert("请确认连接网络后再提交"); return; } plus.nativeUI.showW 阅读全文
posted @ 2019-09-27 17:25 艺洁 阅读(187) 评论(0) 推荐(0)
摘要: //新建数据库 // databasename:数据库名;// version:数据库版本号,可不填;// description:数据库描述;// size:给数据库分配的空间大小; var db = openDatabase('digital_inspection', '1.0.0', '离线数 阅读全文
posted @ 2019-09-27 17:23 艺洁 阅读(358) 评论(0) 推荐(0)
摘要: var sliderEl = document.getElementById("slider"); sliderEl.classList.add('mui-slider');//页面代码先不加mui-slider保证mui不自动初始化,然后再手动加上mui-slider。接着自己手动初始化 mui( 阅读全文
posted @ 2019-09-27 17:20 艺洁 阅读(406) 评论(0) 推荐(0)
摘要: var flag1 = false; var flag2 = false; var page1 = 1; var page2 = 1; $$.ready(function() { //循环初始化所有下拉刷新,上拉加载。 $$.each(document.querySelectorAll('.mui- 阅读全文
posted @ 2019-09-27 17:18 艺洁 阅读(451) 评论(0) 推荐(0)
摘要: 关闭浮窗后重新刷新签名区域 并清空 $sigp.jSignature("reset"); $sigp.empty(); 阅读全文
posted @ 2019-09-27 17:15 艺洁 阅读(216) 评论(0) 推荐(0)
摘要: 配置文件中<httpRuntime targetFramework="4.6.1" maxRequestLength="1024000 " /> 阅读全文
posted @ 2019-09-27 17:11 艺洁 阅读(233) 评论(0) 推荐(0)
摘要: public IHttpActionResult ImportFood() { HttpFileCollection files = HttpContext.Current.Request.Files; foreach (string key in files.AllKeys) { HttpPost 阅读全文
posted @ 2019-09-27 17:08 艺洁 阅读(458) 评论(0) 推荐(0)
摘要: [HttpGet] [Route("exportfoodapplydetail")] public HttpResponseMessage Export_Foodapplydetail(string id, string title) { var list = _fooddetailReposito 阅读全文
posted @ 2019-09-27 17:06 艺洁 阅读(737) 评论(0) 推荐(0)
摘要: public IHttpActionResult ConfirmUpload() { HttpFileCollection files = HttpContext.Current.Request.Files; if (files != null) { try { foreach (string ke 阅读全文
posted @ 2019-09-27 17:05 艺洁 阅读(695) 评论(0) 推荐(0)
摘要: propertiesPie() { if (this.Properties.length > 0) { _document.getElementById("properties").innerHTML = '<div id="propertiesPie" style="width:100%;heig 阅读全文
posted @ 2019-09-27 17:01 艺洁 阅读(3264) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 下一页