摘要:
public class DaoUtil{ /** * 系统字典表 * 适用于列表循环时,根据编码获取汉字 * @param appdicid * @return */ public static Hashtable getOptionHashtable(String appdicid){ Connection conn = DBSql.open(); tr... 阅读全文
摘要:
//一键勾选全部的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... 阅读全文
摘要:
/** * 上传附件按钮 * @param processInstanceId * @param taskId * @param rootDir * @param maxSize * @param flag * @return */ public String getUploadButton(int processInstanceId, int taskId, ... 阅读全文
摘要:
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="../tbs_css/equipment.cs 阅读全文