From a1557f3f07287c86e8a4a408f03ba19993e5a48c Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期三, 25 十月 2023 09:41:22 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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