摘要: 1.一的配置 <resultMap id="accListResultMap" type="com.hex.dop.pms.model.PMAccount"> <result column="PK_ID" property="pkId" jdbcType="VARCHAR"/> <result co 阅读全文
posted @ 2016-03-16 01:06 彬彬无 阅读(1964) 评论(0) 推荐(0) 编辑
摘要: <if test="startDate!=null and startDate!=''"> and CREATEDATE &gt;=#{startDate}</if> <if test="endDate!=null and endDate!=''"> and CREATEDATE &lt;=#{en 阅读全文
posted @ 2016-03-16 00:13 彬彬无 阅读(16273) 评论(0) 推荐(0) 编辑
摘要: 首先'uploadify'是必须引进的 HTML代码: <div class="pms-color-lable">附件信息</div> <div id="file_upload" style="margin-left:15%;"></div> JS代码: 1.add界面: var data = fo 阅读全文
posted @ 2016-03-15 23:25 彬彬无 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 1.HTML代码: <tr id="illegal"> <th></th> <td colspan="3" style="width:85%"> <textarea id="illegaleditor" name="report.illegal" style="width:98%;height:25 阅读全文
posted @ 2016-03-15 23:11 彬彬无 阅读(900) 评论(0) 推荐(0) 编辑
摘要: 1.HTML代码: <tr> <th class="nui-form-label" style="width:15%;"><label for="report.startDate$text" >起始日期:</label></th> <td style="width:35%;" > <input id 阅读全文
posted @ 2016-03-15 21:03 彬彬无 阅读(1248) 评论(0) 推荐(0) 编辑
摘要: 1.首先下面两个监听事件都可以实现: onblur="checkOrganizationCode" onvaluechanged="onOrganizationCode" 2.定义一个全局变量 var organizationCodeValue; 3.require时在ajax返回时获得organi 阅读全文
posted @ 2016-03-11 11:10 彬彬无 阅读(263) 评论(0) 推荐(0) 编辑