摘要: where id in<foreach item="item" index="index" collection="map.idList" open="(" separator="," close=")"> #{map.idList[${index}]} </foreach> 阅读全文
posted @ 2019-12-04 17:37 nisam 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 业务涉及到table选中列合计,同时隐藏未选中列。为了减少后端请求数据,前端获得所有数据后筛选计算。 1、select下拉框初始化 1 $(function() { 2 $('.chosen-select').chosen({ 3 width: "100%" //自动加宽 4 }); 5 }); s 阅读全文
posted @ 2019-12-02 19:47 nisam 阅读(397) 评论(0) 推荐(0) 编辑