From 2d748abe7f5a8a437269201ed2dc82ad32c7f15c Mon Sep 17 00:00:00 2001 From: tangfutang Date: Mon, 22 Jul 2019 19:31:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=84=E4=BB=B6=E6=B8=85=E5=8D=95=E4=B8=8D?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E5=8E=8B=E7=BC=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tenwa/Comm/DocList/DocListInfoNew.jsp | 644 +++++++++--------- 1 file changed, 323 insertions(+), 321 deletions(-) diff --git a/WebContent/Tenwa/Comm/DocList/DocListInfoNew.jsp b/WebContent/Tenwa/Comm/DocList/DocListInfoNew.jsp index e5e9838e2..a96beb132 100644 --- a/WebContent/Tenwa/Comm/DocList/DocListInfoNew.jsp +++ b/WebContent/Tenwa/Comm/DocList/DocListInfoNew.jsp @@ -1,322 +1,324 @@ -<%@page import="com.tenwa.util.QuartzPropertiesUtil"%> -<%@ page contentType="text/html; charset=GBK"%> -<%@include file="/Frame/resources/include/include_begin_info.jspf"%> -<% - //获得组件参数 - String flowNo=CurPage.getParameter("FlowNo"); - String sLibraryId = CurPage.getParameter("Library_id"); - String objectType = CurPage.getParameter("ObjectType"); - ASResultSet rs = Sqlca.getASResultSet(new SqlObject("select doc_type,one_classify,doc_name,remark from lb_doclibrary where id = '" + sLibraryId + "'")); - String docType = ""; - String oneClassify = ""; - String docName = ""; - String remark = ""; - if(rs.next()) { - docType = rs.getString("doc_type"); //一级分类 - oneClassify = rs.getString("one_classify"); //二级分类 - docName = rs.getString("doc_name"); //资料名称 - remark = rs.getString("remark"); //备注 - } -%> - - - -File Upload - - - - - - - - - - - -
-
- - <%-- - - - --%> - - - - -
<%=docName %>
-
-
-
未选择任何文件
- -
-
-
选择文件
- <% - if(!"true".equals(QuartzPropertiesUtil.get("autoUpload"))) {%> - - <%} - %> - -
-
-
- - - +<%@page import="com.tenwa.util.QuartzPropertiesUtil"%> +<%@ page contentType="text/html; charset=GBK"%> +<%@include file="/Frame/resources/include/include_begin_info.jspf"%> +<% + //获得组件参数 + String flowNo=CurPage.getParameter("FlowNo"); + String sLibraryId = CurPage.getParameter("Library_id"); + String objectType = CurPage.getParameter("ObjectType"); + ASResultSet rs = Sqlca.getASResultSet(new SqlObject("select doc_type,one_classify,doc_name,remark from lb_doclibrary where id = '" + sLibraryId + "'")); + String docType = ""; + String oneClassify = ""; + String docName = ""; + String remark = ""; + if(rs.next()) { + docType = rs.getString("doc_type"); //一级分类 + oneClassify = rs.getString("one_classify"); //二级分类 + docName = rs.getString("doc_name"); //资料名称 + remark = rs.getString("remark"); //备注 + } +%> + + + +File Upload + + + + + + + + + + + +
+
+ + <%-- + + + --%> + + + + +
<%=docName %>
+
+
+
未选择任何文件
+ +
+
+
选择文件
+ <% + if(!"true".equals(QuartzPropertiesUtil.get("autoUpload"))) {%> + + <%} + %> + +
+
+
+ + + <%@ include file="/Frame/resources/include/include_end.jspf"%> \ No newline at end of file