From fc41b97c07249254845bf2c598763f25eb2592f7 Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期二, 24 十月 2023 21:31:47 +0800
Subject: [PATCH] 运营商权限

---
 cloud-server-management/src/main/webapp/WEB-INF/view/system/tCompetition/TCompetition_add.html |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCompetition/TCompetition_add.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCompetition/TCompetition_add.html
index 9c7f7a4..55f555e 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCompetition/TCompetition_add.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCompetition/TCompetition_add.html
@@ -48,7 +48,7 @@
 
         <div class="form-horizontal" id="carInfoForm">
 
-
+            @if(type==1){
             <div class="form-group"   >
                 <label class="col-sm-3 control-label">所属运营商:</label>
                 <div class="col-sm-9">
@@ -61,8 +61,6 @@
                     <input type="checkbox" value="0" name="pt" onchange="TCarInfoDlg.oneChangeYys(this)">平台</input>
                 </div>
             </div>
-
-
             <div class="form-group" id="provinceCode">
                 <label class="col-sm-3 control-label">所在省:</label>
                 <div class="col-sm-9">
@@ -70,10 +68,6 @@
                     </select>
                 </div>
             </div>
-
-
-
-
             <div class="form-group" id="cityCode">
                 <label class="col-sm-3 control-label">举办市:</label>
                 <div class="col-sm-9">
@@ -82,6 +76,7 @@
                     </select>
                 </div>
             </div>
+            @}
             <div class="form-group" id="shop">
                 <label class="col-sm-3 control-label">举办门店:</label>
                 <div class="col-sm-9">

--
Gitblit v1.7.1