公告板
版本库
filestore
活动
搜索
登录
main
/
gdmis_mu
多单位版国产化地质资料管理系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1、添加报表 2、修改添加报表报错
zhai
2025-12-18
3c6f6c1e3016e38146a4c46be6e7b625c35591f2
[gdmis_mu.git]
/
src
/
main
/
webapp
/
WEB-INF
/
view
/
api
/
editForm.jsp
1
2
3
4
5
6
7
8
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>
${editFormDataHtml}