From f87909326c2ff2c58da027163f64d9d8f9424b17 Mon Sep 17 00:00:00 2001
From: xinyb <574600396@qq.com>
Date: 星期三, 27 三月 2024 18:01:26 +0800
Subject: [PATCH] 自定义控件布局功能

---
 WebRoot/public/template/0/238/index.jsp |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/WebRoot/public/template/0/238/index.jsp b/WebRoot/public/template/0/238/index.jsp
index 4e5528a..66738aa 100644
--- a/WebRoot/public/template/0/238/index.jsp
+++ b/WebRoot/public/template/0/238/index.jsp
@@ -1,3 +1,4 @@
+<%@ page import="com.yc.service.impl.DBHelper" %>
 <%try {%>
 <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
 <%@ page trimDirectiveWhitespaces="true" %>
@@ -38,7 +39,10 @@
                  style="border-right:0px;border-bottom:0px;overflow: hidden;">
                 <div id="panel_38" class="easyui-layout" fit="true">
                     <div id="tplt-panel" region="north" fit="true" border="false" style="width:100%;overflow: hidden;">
-                        <%@ include file="panel.jsp" %>
+                        <%
+                            String customURL= DBHelper.getCustomURL(request,formId,formType,"panel.jsp");
+                        %>
+                        <jsp:include page="<%=customURL%>" flush="true"></jsp:include><%//鏀规垚鍏煎鐢ㄦ埛鑷畾涔夋帶浠跺竷灞�鐨勫彉閲� xin 2024-1-12 16:14:05%>
                     </div>
                     <div region="center" border="false">
                         <%@ include file="panel238.jsp" %>

--
Gitblit v1.8.0