上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 30 下一页
摘要: Demo 转载:http://www.cnblogs.com/hantianwei/archive/2009/09/21/1571264.html 未测试 阅读全文
posted @ 2017-05-08 14:42 人生为卒 阅读(9367) 评论(0) 推荐(0)
摘要: <table id="DataList" title="查询结果"></table> $('#DataList').datagrid('loadData',{total:0,rows:[]}); 阅读全文
posted @ 2017-05-08 14:01 人生为卒 阅读(866) 评论(0) 推荐(0)
摘要: 转载 : http://www.cnblogs.com/blsong/archive/2009/12/14/1623449.html 阅读全文
posted @ 2017-05-03 17:28 人生为卒 阅读(1587) 评论(0) 推荐(0)
摘要: <input name="SN" id="searchSN" style="width:100%" type="text" class="easyui-textbox filewidth_n" value="@Model.SN" data-options="required: true, valid 阅读全文
posted @ 2017-04-25 16:57 人生为卒 阅读(359) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-04-24 15:16 人生为卒 阅读(364) 评论(0) 推荐(0)
摘要: , onLoadSuccess: function (data) { //添加“合计”列 DataLstdg.thisdg.datagrid('appendRow', { DPPRTN: '合计', ... 阅读全文
posted @ 2017-04-21 10:54 人生为卒 阅读(758) 评论(0) 推荐(0)
摘要: var submitform = $('#SearchForm'); var dd = toParsModel(submitform.serializeArray()); 阅读全文
posted @ 2017-04-21 10:03 人生为卒 阅读(736) 评论(0) 推荐(0)
摘要: var url = "@Url.Action("PdfSee")"; var param={ path:"aaa" }; $.post(url,param, function (result) { var swfpath = "@Url.Cont... 阅读全文
posted @ 2017-04-12 17:08 人生为卒 阅读(238) 评论(0) 推荐(0)
摘要: 添加属性: $('#areaSelect').attr("disabled",false); 移除属性: $('#areaSelect').removeAttr("disabled"); 转载 :http://www.tuicool.com/articles/Qji2yaa EasyUI常用控件禁用 阅读全文
posted @ 2017-03-29 14:06 人生为卒 阅读(4708) 评论(0) 推荐(0)
摘要: /// /// 设置系统时间 /// public class SetSTime { [DllImport("Kernel32.dll")] public static extern bool SetSystemTime(ref SystemTime sysTime); [DllImport("Kerne... 阅读全文
posted @ 2017-03-26 11:57 人生为卒 阅读(234) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 30 下一页