摘要: //功能:laydate控件后台返回的时间前台格式化 //参数:laydate控件值 function formatDate(strTime) { if ("" strTime) return ""; var dateStr=strTime.trim().split(" "); var strGMT 阅读全文
posted @ 2018-08-10 09:29 liw66 阅读(3114) 评论(0) 推荐(0) 编辑
摘要: //功能:科学计数法转换数值//参数:控件值function scientificToNumber(num){ if ("" num) return ""; var value= new Number(num); return value;} 阅读全文
posted @ 2018-08-10 09:22 liw66 阅读(2232) 评论(0) 推荐(0) 编辑
摘要: top.layer.open({ type : 2, title : '修改', maxmin : true, shadeClose : false, area : [ '1200px', '600px' ], content : prefix + '/edit/' + id ,// iframe的 阅读全文
posted @ 2018-08-10 09:14 liw66 阅读(3928) 评论(0) 推荐(0) 编辑