摘要: $.messager.alert('消息','操作成功!'); $.messager.confirm('信息提示', '确定要删除活动么?', function(r) { if(r){ } } $.messager.show({ // show error message title : '操作结果 阅读全文
posted @ 2017-03-21 16:46 JLCUI 阅读(377) 评论(0) 推荐(0) 编辑
摘要: <div id="contentDiv" style = "width: 98% ;height:100%; clear: both;margin-top: 10px;display:none;"> <script id="content" name="content" type="text/pla 阅读全文
posted @ 2017-03-15 15:16 JLCUI 阅读(129) 评论(0) 推荐(0) 编辑
摘要: <form id="fm_s"> </form> $("#btnExport").click(function(){ var queryParam = getFormJson($("#fm_s")[0]); var url = "<%=request.getContextPath()%>/order 阅读全文
posted @ 2017-03-07 13:50 JLCUI 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 清空form :$('#fmUpdate1').form('clear'); form赋值重新加载:$('#fmUpdate1').form('load',obj);//obj 为对象 json都可以 ( var strArray = str.split('|'); var obj={}; obj. 阅读全文
posted @ 2017-03-06 11:55 JLCUI 阅读(1968) 评论(0) 推荐(0) 编辑
摘要: <input id = "newPwd" class="easyui-validatebox" type="password" name="newPwd" data-options="required:true" validType="password"/>找到password对应的ID $ .ex 阅读全文
posted @ 2017-03-04 14:36 JLCUI 阅读(522) 评论(0) 推荐(0) 编辑
摘要: function NoCallDetail() { var varValue = $("#cno").val(); window.parent.missedCalls(varValue);//父类方法 } 阅读全文
posted @ 2017-02-27 10:34 JLCUI 阅读(183) 评论(0) 推荐(0) 编辑
摘要: <div id="dlg_edit" class="easyui-window" data-options="iconCls:'icon-save',collapsible:false,minimizable:false,maximizable:false,closed:true,resizable 阅读全文
posted @ 2017-02-25 16:19 JLCUI 阅读(2037) 评论(0) 推荐(0) 编辑
摘要: function getQuestionCategories(){ var requestUrl="<%=request.getContextPath()%>/customerService/getQuestionCategories"; $('#questioncategoryid').combo 阅读全文
posted @ 2017-02-22 10:48 JLCUI 阅读(185) 评论(0) 推荐(0) 编辑
摘要: if(illegalInfoList != null && !illegalInfoList.isEmpty()){ out:for(Illegal illegalInfo : illegalInfoList){//违章记录表中数据在违章信息列表中是否存在 for(IllegalLists ille 阅读全文
posted @ 2017-02-20 15:02 JLCUI 阅读(487) 评论(0) 推荐(0) 编辑
摘要: package net.joystart.common.util.date; import java.math.BigDecimal; import java.sql.Timestamp; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.ArrayList; import ... 阅读全文
posted @ 2017-02-16 11:27 JLCUI 阅读(435) 评论(0) 推荐(0) 编辑