From 21da6d4908e691022f2e2eb456a7c7df31353171 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 24 十一月 2022 10:41:52 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/plan/plan_more.html |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/src/main/webapp/views/plan/plan_more.html b/src/main/webapp/views/plan/plan_more.html
index aa0f753..5d6131a 100644
--- a/src/main/webapp/views/plan/plan_more.html
+++ b/src/main/webapp/views/plan/plan_more.html
@@ -39,7 +39,7 @@
 </style>
 <!-- 姝f枃寮�濮� -->
 <form class="layui-form" id="formAdvForm" lay-filter="formAdvForm" style="height: 100%">
-    <div class="layui-fluid" style="padding-bottom: 75px;height: 100%; overflow: scroll">
+    <div class="layui-fluid" style="padding-bottom: 75px;height: 100%; overflow: scroll;box-sizing: border-box">
         <!-- 鏍囬 -->
         <div class="layui-card">
             <div class="layui-card-header" style="padding-top: 5px; padding-bottom: 5px">
@@ -134,11 +134,13 @@
                             </div>
                         </div>
 
-                        <!-- 涓�у寲 -->
+                        <!-- 鍏朵粬 -->
                         <div class="layui-form-item layui-row">
                             <fieldset class="layui-elem-field layui-field-title" style="margin-top: 20px;">
-                                <legend style="font-size: 13px">涓�у寲</legend>
+                                <legend style="font-size: 13px">鍏朵粬</legend>
                             </fieldset>
+                            <div id="customizeBox" class="formDes">
+                            </div>
                         </div>
 
                         <!-- 鍞墠瑙勫垝 -->
@@ -155,7 +157,7 @@
                             <div class="layui-inline layui-col-md6">
                                 <label class="layui-form-label">瀹屾垚鏃堕棿:</label>
                                 <div class="layui-input-block">
-                                    <input name="finishTime" class="layui-input" disabled />
+                                    <input name="finishTime$" class="layui-input" disabled />
                                 </div>
                             </div>
                             <div class="layui-inline layui-col-md6">
@@ -190,11 +192,10 @@
                             </div>
                         </div>
 
-                        <!-- 鍏朵粬 -->
+                        <!-- 绯荤粺淇℃伅 -->
                         <div class="layui-form-item layui-row">
-
                             <fieldset class="layui-elem-field layui-field-title" style="margin-top: 20px;">
-                                <legend style="font-size: 13px">鍏朵粬</legend>
+                                <legend style="font-size: 13px">绯荤粺淇℃伅</legend>
                             </fieldset>
                             <div class="layui-inline layui-col-md6">
                                 <label class="layui-form-label">娣诲姞浜哄憳:</label>
@@ -302,8 +303,11 @@
                         let plan = res.data;
                         top.planByMore = null;
                         $("#form-name").html(plan.name);
+                        // 琛ュ厖html
+                        $('#customizeBox').html(plan.formHtml)
                         // 璁惧鏄庣粏
                         form.val('formAdvForm', plan);
+                        top.convertDisabled($('#formAdvForm :input'), true);
                         // 璺熻繘浜�
                         initFollowers(plan.id);
                         layDateRender();

--
Gitblit v1.9.1