2017年7月24日
摘要: combobox联动设置 $(document).ready(function() { $('#gdfsdl1').combobox({ onSelect: function(record){ $('#gdfsxl1').combobox('clear'); if(record.value == " 阅读全文
posted @ 2017-07-24 11:11 Simle 阅读(151) 评论(0) 推荐(0)
摘要: 一个参数,返回Map <select id="getShopInfo" parameterClass="java.lang.String" resultClass="java.util.HashMap"> <![CDATA[ select distinct ib.ds_label as sblx, 阅读全文
posted @ 2017-07-24 10:40 Simle 阅读(171) 评论(0) 推荐(0)
摘要: 标签遍历Map<key,List<Object>> listMap=new HashMap<String,List<Student>>(); List<Student> list1=new ArrayList<Student>(); list1.add(new Student(new Long(1) 阅读全文
posted @ 2017-07-24 10:30 Simle 阅读(158) 评论(0) 推荐(0)
摘要: 自定义渲染单元格内容 { name:"device.flag", header: '确认', dataIndex: 'flag', width:50, renderer: function(value, cellmeta, record, rowIndex, columnIndex, store){ 阅读全文
posted @ 2017-07-24 10:24 Simle 阅读(175) 评论(0) 推荐(0)