From 1e790795f4e2c365f604ecc0fc1b290e3ff3c35f Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期五, 20 十月 2023 09:34:22 +0800 Subject: [PATCH] 更新bug --- cloud-server-management/src/main/webapp/WEB-INF/view/system/ticket/ticket_add.html | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/ticket/ticket_add.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/ticket/ticket_add.html index e993123..5f37019 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/ticket/ticket_add.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/ticket/ticket_add.html @@ -135,18 +135,18 @@ <div class="form-group"> <div class="initialLevel col-sm-12 control-label form-group"> <label class="col-sm-3">*兑换地点: </label> - <div class="col-sm-2" id="belongsNationwide" > + <div class="col-sm-2" id="belongsNationwide" hidden > <input class="col-sm-1" onclick="scopeOfApplication1()" name="company" type="radio" - value="1" checked style="margin-top: 10px"/> + value="1" style="margin-top: 10px"/> <label class="col-sm-1" style="width: 38%;margin-top: 7px">全国通用</label> </div> - <div class="col-sm-2" id="belongsCity" > + <div class="col-sm-2" id="belongsCity" hidden > <input class="col-sm-1" name="company" onclick="scopeOfApplication2()" type="radio" value="2" style="margin-top: 10px"/> <label class="col-sm-1" style="width: 38%;margin-top: 7px">指定城市</label> </div> <div class="col-sm-2" id="belongsStore" > - <input class="col-sm-1" name="company" onclick="scopeOfApplication3()" type="radio" + <input class="col-sm-1" name="company" onclick="scopeOfApplication3()" type="radio" checked value="3" style="margin-left: 4%;margin-top: 10px;width: 13px;height: 13px"/> <label class="col-sm-1" style="width: 38%;margin-top: 6px;">指定门店</label> </div> @@ -178,7 +178,7 @@ </div> </div> - <div class="row" id="storeSelect" hidden="hidden"> + <div class="row" id="storeSelect" > <div class="form-group"> <div class="form-group"> <div class="col-sm-12"> @@ -195,6 +195,7 @@ <td>所在省市</td> <td>所属账号</td> <td>门店名称</td> + <td>闸机id</td> <td>操作</td> </tr> </thead> -- Gitblit v1.7.1