From febef797f9a8c98150275a6e0b721551c6ec383b Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期三, 01 十一月 2023 17:13:59 +0800
Subject: [PATCH] 支付会员送券功能补充 运营商权限bug修改

---
 cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_edit.html |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_edit.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_edit.html
index bbee6db..b8c7926 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_edit.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_edit.html
@@ -47,6 +47,7 @@
         <div class="form-horizontal" id="carInfoForm">
 
             <input id="type_" value="${list.ishalf}" hidden>
+            <input id="objectType" value="${objectType}" hidden>
 
             @if(objectType == 1){
             <div class="form-group" >
@@ -230,12 +231,14 @@
                 <input class="form-control" id="ids" name="ids" value="${list.ids}" type="text" style="width: 300px" placeholder="请输入闸机ID">
             </div>
         </div>
+        @if(objectType==1){
         <div class="form-group"   style="margin-left: 13%;display: inline-flex;margin-top: 16px;" >
             <label class="col-sm-2 control-label">场地说明:</label>
             <div class="col-sm-5" style="margin-left: -35px;">
                 <textarea type="text/plain" id="editor"  style="height: 300px;width: 800px;">${list.introduce}</textarea>
             </div>
         </div>
+        @}
         <div class="row btn-group-m-t">
             <div class="col-sm-10 col-sm-offset-5" >
                 @if(type==1){

--
Gitblit v1.7.1