摘要: 使用示例: HttpGet返回数组:[{Id:1,ParentId:-1},{Id:2,ParentId:1}] 阅读全文
posted @ 2017-11-13 13:44 用友U8二次开发 阅读(431) 评论(0) 推荐(0)
摘要: 一、自定义特性 二、在Action上面加入特性 三、继承ActionFilterAttribute实现LogFilter日志 四、在App_Start文件夹下面加入全局日志过滤器 阅读全文
posted @ 2017-11-08 11:37 用友U8二次开发 阅读(1559) 评论(0) 推荐(0)
摘要: echars关系图 阅读全文
posted @ 2017-11-03 14:37 用友U8二次开发 阅读(992) 评论(0) 推荐(0)
摘要: 1、float: right的使用用法:使用html代码<span style="float: right">*****</SPAN>,其中*****就是你想靠右的内容,比如一个日期:{date1},如果想让此元素靠右,则应该写:<span style="float:right">{date1}</ 阅读全文
posted @ 2017-11-02 15:15 用友U8二次开发 阅读(4078) 评论(0) 推荐(0)
摘要: 参考资料: https://stackoverflow.com/questions/9017634/accordion-is-not-a-function 原因:加载了2次jquery js文件 阅读全文
posted @ 2017-11-01 10:01 用友U8二次开发 阅读(1807) 评论(0) 推荐(0)
摘要: $.extend($.fn.datagrid.defaults.editors, { numberbox: { init: function (container, options) { var input = $('').appendTo(container); ... 阅读全文
posted @ 2017-10-31 14:48 用友U8二次开发 阅读(3052) 评论(0) 推荐(0)
摘要: IE 语法检查严格 最后一个参数后不能加逗号 定义和用法 push() 方法可向数组的末尾添加一个或多个元素,并返回新的长度。 语法 返回值 把指定的值添加到数组后的新长度。 说明 push() 方法可把它的参数顺序添加到 arrayObject 的尾部。它直接修改 arrayObject,而不是创 阅读全文
posted @ 2017-10-25 10:40 用友U8二次开发 阅读(452) 评论(0) 推荐(0)
摘要: Actually i solved the problem. It was because the idField of the table i was using was incorrect. it appears that the getSelections uses the idField p 阅读全文
posted @ 2017-10-25 10:09 用友U8二次开发 阅读(978) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2017-10-24 17:30 用友U8二次开发 阅读(5) 评论(0) 推荐(0)
摘要: 请求服务 来自 HttpContext 的一次 ASP.NET 请求中可用的服务通过 RequestServices 集合公开的。 请求服务将你配置的服务和请求描述为应用程序的一部分。当你的对象指定依赖关系,这些满足要求的对象通过查找 RequestServices 中对应的类型得到,而不是 App 阅读全文
posted @ 2017-10-13 10:07 用友U8二次开发 阅读(210) 评论(0) 推荐(0)