From a4497ecba195a1ac4a81fbbd2a541a7f109609de Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期五, 04 八月 2023 17:03:34 +0800 Subject: [PATCH] 后台代码 --赛事模块 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add.html | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add.html index 7d19df7..9cf09bf 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add.html @@ -36,6 +36,7 @@ height: 33px; } </style> +<script type="text/javascript" src="http://webapi.amap.com/maps?v=1.4.15&key=77b37f0753049c4e712ea79a24e0719c"></script> <div class="ibox float-e-margins"> <div class="ibox-content"> @@ -71,7 +72,17 @@ </div> <#input id="name" name="门店名称" type="text"/> <#input id="phone" name="联系电话" type="text"/> - <#input id="address" name="门店地址" type="text"/> + <div class="form-group"> + <label class="col-sm-3 control-label">门店地址:</label> + <div class="col-sm-9"> + <input class="form-control" id="address" name="address" type="text" onchange="TCarInfoDlg.searchByStationName(this,1)"> + + </div> + </div> + <div class="col-sm-10" style="margin-left: 397px;width: 70%;" > + <!-- 创建地图容器--> + <div id="container" style="height: 500px;" ></div> + </div> <#input id="time" name="营业时间" type="text"/> <#input id="intro" name="门店介绍" type="text"/> <#input id="userName" name="店长姓名" type="text"/> -- Gitblit v1.7.1