摘要: public class DaoUtil{ /** * 系统字典表 * 适用于列表循环时,根据编码获取汉字 * @param appdicid * @return */ public static Hashtable getOptionHashtable(String appdicid){ Connection conn = DBSql.open(); tr... 阅读全文
posted @ 2018-05-25 17:50 demon09 阅读(621) 评论(0) 推荐(0) 编辑
摘要: //一键勾选全部的checkbox function checkAll(){ var obj = document.getElementById("all"); var arr = document.getElementsByName("one"); for(var i = 0; i < arr.length; i++){ arr[i].checked = obj.checke... 阅读全文
posted @ 2018-05-25 17:37 demon09 阅读(616) 评论(0) 推荐(0) 编辑
摘要: /** * 上传附件按钮 * @param processInstanceId * @param taskId * @param rootDir * @param maxSize * @param flag * @return */ public String getUploadButton(int processInstanceId, int taskId, ... 阅读全文
posted @ 2018-05-25 17:32 demon09 阅读(166) 评论(0) 推荐(0) 编辑
摘要: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="../tbs_css/equipment.cs 阅读全文
posted @ 2018-05-25 16:51 demon09 阅读(247) 评论(0) 推荐(0) 编辑