From 1e64ef03770f4e3a7f357049a6fe744f39c2c4b6 Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期二, 21 十一月 2023 09:12:20 +0800 Subject: [PATCH] 后台bug修改 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add_device.html | 20 ++++---------------- 1 files changed, 4 insertions(+), 16 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add_device.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add_device.html index 733263f..10729b5 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add_device.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add_device.html @@ -3,25 +3,13 @@ <div class="ibox-content"> <div class="form-horizontal" id="carInfoForm"> <input id="id" value="${id}" hidden> - <div class="form-group" id="cityCode"> - <label class="col-sm-3 control-label">*选择场地:</label> - <div class="col-sm-9"> - <select class="form-control" id="site" name="site" > - <option value="">选择场地</option> - @for(i in list){ - <option value="${i.id}" >${i.name}</option> - @} - </select> - </div> - </div> - <#input id="device" name="*添加入园闸机" placeholder= "请输入入园闸机id" type="text"/> + <#input id="device" name="*添加SUTU名称" placeholder= "请输入SUTU名称" type="text"/> </div> -</div> - + </div> <div class="row btn-group-m-t"> <div class="col-sm-10 col-sm-offset-5"> - <#button btnCss="info" name="提交" id="ensure" icon="fa-check" clickFun="TCompetition.addSubmit3()"/> - <#button btnCss="danger" name="取消" id="cancel" icon="fa-eraser" clickFun="TCompetition.close()"/> + <#button btnCss="info" name="提交" id="ensure" icon="fa-check" clickFun="TCarInfoDlg.addSubmit3()"/> + <#button btnCss="danger" name="取消" id="cancel" icon="fa-eraser" clickFun="TCarInfoDlg.close()"/> </div> </div> -- Gitblit v1.7.1