摘要: 三同时接口(调用外部的webService)A、添加WebService引用using JMJS.BusinessLogic.IsSupervisionsServiceReference;B、具体调用public class IsSupervisionsInterfaceControl{/// <summary>/// 发送数据到三同时接口/// </summary>/// <param name="accept">受理信息</param>/// <param name="user">当前用户& 阅读全文
posted @ 2011-08-31 16:40 远大 光明 阅读(438) 评论(0) 推荐(0) 编辑
摘要: 文件名:JS/common/Grid.js简介:这是基于Jquery的扩展库用途:这个扩展库控件是针对JMJS系统的列表页面而开发的。主要功能包括:分页、排序、全选。模板的创建、设置A、 创建xslt列表模版在列表模板中引入一下模板<xsl:import href="../common/BlankLineExtend.xslt"/><xsl:import href="../common/Pagination.xslt"/><xsl:import href="../common/Function.xslt" 阅读全文
posted @ 2011-08-31 15:49 远大 光明 阅读(308) 评论(0) 推荐(0) 编辑
摘要: Datepicker时间控件的使用A、在需要调用对话框的页面<head></head>标签中引入。&lt;script type="text/javascript" src="JS/datepicker/WdatePicker.js" &gt; &lt;/script&gt;B、在文本框中加入时间控件的样式(class="Wdate")和事件调用onclick="javascript:WdatePicker();"。<input type="t 阅读全文
posted @ 2011-08-31 11:22 远大 光明 阅读(1064) 评论(0) 推荐(0) 编辑