上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: 父页面定义打开、关闭蒙版的自定义事件 var flag = false; //创建遮罩蒙板 var mask = mui.createMask(function() { //设置点击蒙板不会自动消失 //但调用close方法关闭mask时,必须返回true return flag; }); //监听 阅读全文
posted @ 2019-09-29 09:55 艺洁 阅读(628) 评论(0) 推荐(0) 编辑
摘要: 父页面: var confirm_id = this.getAttribute("data-id"); var baseUrl = 'rectification_item.html'; var url = mui.os.plus ? baseUrl : baseUrl + '?confirm_id= 阅读全文
posted @ 2019-09-29 09:45 艺洁 阅读(796) 评论(0) 推荐(0) 编辑
摘要: 父页面:autoShow: false默认不自动加载页面 子页面准备好后显示窗口。 阅读全文
posted @ 2019-09-29 09:43 艺洁 阅读(601) 评论(0) 推荐(0) 编辑
摘要: 原符号 < <= > >= & ' " 替换符号 &lt; &lt;= &gt; &gt;= &amp; &apos; &quot; 阅读全文
posted @ 2019-09-29 09:33 艺洁 阅读(11724) 评论(0) 推荐(1) 编辑
摘要: mapper中写接口,必须加上 @Param("partyOrganId"),否则会出错。 List<EChartsDO> getMemberByAge(@Param("partyOrganId") List<Long> partyOrganId);xml映射中:<sql id="WhereClau 阅读全文
posted @ 2019-09-29 09:31 艺洁 阅读(2174) 评论(0) 推荐(0) 编辑
摘要: 后台返回HttpResponseMessage 类型 前台ajax中dataType: "text" public HttpResponseMessage AddFoodSupply(HttpRequestMessage request, FoodSupplyViewModel foodModel) 阅读全文
posted @ 2019-09-27 17:36 艺洁 阅读(274) 评论(0) 推荐(0) 编辑
摘要: form.on('checkbox', function () { $("#xtree1").find("[type='checkbox']").prop("checked", false); $("#xtree1").find(this).prop("checked", true); form.r 阅读全文
posted @ 2019-09-27 17:31 艺洁 阅读(3568) 评论(0) 推荐(0) 编辑
摘要: <script type="text/html" id="recipelist"> <table> <tr> <td class="w185" style="background-color:#ebf6ff;font-size:14px;font-weight:bold;"> <span class 阅读全文
posted @ 2019-09-27 17:28 艺洁 阅读(1776) 评论(0) 推荐(0) 编辑
摘要: function GetConfirmItem() { var data = []; db.transaction(function(tx) { //查询所有整改项 tx.executeSql( 'select * from ry_confirm_item where confirm_id =? ' 阅读全文
posted @ 2019-09-27 17:25 艺洁 阅读(300) 评论(0) 推荐(0) 编辑
摘要: document.getElementById('save').addEventListener('tap', function(e) { if (!navigator.onLine) { mui.alert("请确认连接网络后再提交"); return; } plus.nativeUI.showW 阅读全文
posted @ 2019-09-27 17:25 艺洁 阅读(179) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 下一页