上一页 1 ··· 16 17 18 19 20
摘要: $("#rejectCauseDisplay").css('display',"block"); $("#rejectCauseDisplay").css('display',"none"); 阅读全文
posted @ 2016-12-28 16:49 JLCUI 阅读(156) 评论(0) 推荐(0)
摘要: var row = $('#dg').datagrid('getData').rows[rowIndex]; $('#moneyff').form('load', row);//row 可以是行数据也可以是对象加载 阅读全文
posted @ 2016-12-28 16:49 JLCUI 阅读(211) 评论(0) 推荐(0)
摘要: $.ajax({ type : "POST", data:{ createStartTime:createStartTimes, createEndTime:createEndTimes }, url : "<%=request.getContextPath()%>/numericalControl 阅读全文
posted @ 2016-12-28 16:48 JLCUI 阅读(873) 评论(0) 推荐(0)
摘要: $("#activityName").textbox('readonly',true);//设置只读 //下拉列表获取数据 $('#depid').combobox({ url:'<%=request.getContextPath()%>/company/getDepartment', editab 阅读全文
posted @ 2016-12-28 16:46 JLCUI 阅读(962) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20