上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页
摘要: <t:dgCol title="请假原因" field="applyDes" queryMode="group" width="200" formatterjs="jsmouseover"></t:dgCol> function jsmouseover(value, row, index) { re 阅读全文
posted @ 2020-10-21 15:01 薛柏梁 阅读(346) 评论(0) 推荐(0) 编辑
摘要: <div style='overflow:auto'> <table style='white-space: nowrap'> </table> </div> 阅读全文
posted @ 2020-10-21 14:59 薛柏梁 阅读(46) 评论(0) 推荐(0) 编辑
摘要: SELECT typecode,typename from t_s_type where typegroupid=(select id from t_s_typegroup where typegroupcode='orderBz') 阅读全文
posted @ 2020-10-15 17:06 薛柏梁 阅读(132) 评论(0) 推荐(0) 编辑
摘要: //列表 <t:dgCol title="操作备注" field="rmk" queryMode="single" width="180" formatterjs="jsmouseover" ></t:dgCol> //js function jsmouseover(value, row, inde 阅读全文
posted @ 2020-09-15 10:55 薛柏梁 阅读(198) 评论(0) 推荐(0) 编辑
摘要: //初始化下标 function resetTrNum(tableId) { $tbody = $("#"+tableId+""); $tbody.find('>tr').each(function(i){ $(':input, select,button,a', this).each(functi 阅读全文
posted @ 2020-09-14 10:40 薛柏梁 阅读(129) 评论(0) 推荐(0) 编辑
摘要: BigDecimal totalhj1 = new BigDecimal(String.valueOf(map.get("qiPrice"))); row.getCell(22).setCellValue(totalhj1.setScale(4, BigDecimal.ROUND_HALF_UP). 阅读全文
posted @ 2020-09-11 08:23 薛柏梁 阅读(158) 评论(0) 推荐(0) 编辑
摘要: DecimalFormat df = new DecimalFormat("#,###.00"); df.format(aa) 阅读全文
posted @ 2020-09-02 17:42 薛柏梁 阅读(545) 评论(0) 推荐(0) 编辑
摘要: 1、乱码问题 前台:var areaname = encodeURI(encodeURI(name)) 后台:areaname = URLDecoder.decode(areaname,“UTF-8”); 2、特殊符号 前台 进行加密 var ordername=$("#hpGoodscodeNam 阅读全文
posted @ 2020-08-24 16:59 薛柏梁 阅读(345) 评论(0) 推荐(0) 编辑
摘要: $.dialog({ content: 'url:'+addurl, lock : true, zIndex: getzIndex(), width:width, height:height, title:title, opacity : 0.3, cache:false, ok: function 阅读全文
posted @ 2020-08-14 16:39 薛柏梁 阅读(105) 评论(0) 推荐(0) 编辑
摘要: package simpletest; /** * 测试实体类 * @author YuanReny1 * */ public class User { private String name; private String birthDay; public String getName() { r 阅读全文
posted @ 2020-08-13 18:25 薛柏梁 阅读(1086) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页