xuhy
2025-09-06 2a5e8e6208b26cf7600eb97ff2f3a05924966711
bug修改
6个文件已修改
19 ■■■■■ 已修改文件
ManagementZYTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/controller/specialTrain/TSpecialAreaBillingController.java 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ManagementZYTravel/guns-admin/src/main/webapp/WEB-INF/view/system/specialAreaBilling/specialAreaBilling_add.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ManagementZYTravel/guns-admin/src/main/webapp/WEB-INF/view/system/specialAreaBilling/specialAreaBilling_edit.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ManagementZYTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tSite/tSite_add.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ManagementZYTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tSite/tSite_edit.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ManagementZYTravel/guns-admin/src/main/webapp/static/modular/system/tDriver/yesDriver.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ManagementZYTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/controller/specialTrain/TSpecialAreaBillingController.java
@@ -24,6 +24,7 @@
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
@@ -97,6 +98,9 @@
    @RequestMapping(value = "/addSpecialAreaBilling")
    @ResponseBody
    public Object addSpecialAreaBilling(String areaName,String priceCoefficient,String remark,Integer state,String coordinate) {
        if(!StringUtils.hasLength(coordinate)){
            return ResultUtil. error("特殊区域不能为空");
        }
        SpecialAreaBilling specialAreaBilling = new SpecialAreaBilling();
        specialAreaBilling.setAreaName(areaName);
        specialAreaBilling.setPriceCoefficient(Double.parseDouble(priceCoefficient));
@@ -110,6 +114,9 @@
    @RequestMapping(value = "/editSpecialAreaBilling")
    @ResponseBody
    public Object editSpecialAreaBilling(Integer id,String areaName,String priceCoefficient,String remark,Integer state,String coordinate) {
        if(!StringUtils.hasLength(coordinate)){
            return ResultUtil. error("特殊区域不能为空");
        }
        SpecialAreaBilling specialAreaBilling = specialAreaBillingService.selectById(id);
        specialAreaBilling.setAreaName(areaName);
        specialAreaBilling.setPriceCoefficient(Double.parseDouble(priceCoefficient));
ManagementZYTravel/guns-admin/src/main/webapp/WEB-INF/view/system/specialAreaBilling/specialAreaBilling_add.html
@@ -59,7 +59,7 @@
                                    <!--<input type="radio" name='func' value='polyline'><span class="input-text">画折线</span>&nbsp;&nbsp;-->
                                    <input type="radio" name='func' value='polygon'><span class="input-text" style='width:5rem;'>画多边形</span>&nbsp;&nbsp;
                                    <!--<input type="radio" name='func' value='rectangle'><span class="input-text" style='width:5rem;'>画矩形</span>&nbsp;&nbsp;-->
                                    <input type="radio" name='func' value='circle'><span class="input-text" style='width:5rem;'>画圆</span>
<!--                                    <input type="radio" name='func' value='circle'><span class="input-text" style='width:5rem;'>画圆</span>-->
                                </div>
                                <div class="input-item">
                                    <input id="clear" type="button" class="btn" value="清除" />
ManagementZYTravel/guns-admin/src/main/webapp/WEB-INF/view/system/specialAreaBilling/specialAreaBilling_edit.html
@@ -62,7 +62,7 @@
                                    <!--<input type="radio" name='func' value='polyline'><span class="input-text">画折线</span>&nbsp;&nbsp;-->
                                    <input type="radio" name='func' value='polygon'><span class="input-text" style='width:5rem;'>画多边形</span>&nbsp;&nbsp;
                                    <!--<input type="radio" name='func' value='rectangle'><span class="input-text" style='width:5rem;'>画矩形</span>&nbsp;&nbsp;-->
                                    <input type="radio" name='func' value='circle'><span class="input-text" style='width:5rem;'>画圆</span>
<!--                                    <input type="radio" name='func' value='circle'><span class="input-text" style='width:5rem;'>画圆</span>-->
                                </div>
                                <div class="input-item">
                                    <input id="clear" type="button" class="btn" value="清除" />
ManagementZYTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tSite/tSite_add.html
@@ -90,7 +90,7 @@
                                    <!--<input type="radio" name='func' value='polyline'><span class="input-text">画折线</span>&nbsp;&nbsp;-->
                                    <input type="radio" name='func' value='polygon'><span class="input-text" style='width:5rem;'>画多边形</span>&nbsp;&nbsp;
                                    <!--<input type="radio" name='func' value='rectangle'><span class="input-text" style='width:5rem;'>画矩形</span>&nbsp;&nbsp;-->
                                    <input type="radio" name='func' value='circle'><span class="input-text" style='width:5rem;'>画圆</span>
<!--                                    <input type="radio" name='func' value='circle'><span class="input-text" style='width:5rem;'>画圆</span>-->
                                </div>
                                <div class="input-item">
                                    <input id="clear" type="button" class="btn" value="清除" />
ManagementZYTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tSite/tSite_edit.html
@@ -97,7 +97,7 @@
                                    <!--<input type="radio" name='func' value='polyline'><span class="input-text">画折线</span>&nbsp;&nbsp;-->
                                    <input type="radio" name='func' value='polygon'><span class="input-text" style='width:5rem;'>画多边形</span>&nbsp;&nbsp;
                                    <!--<input type="radio" name='func' value='rectangle'><span class="input-text" style='width:5rem;'>画矩形</span>&nbsp;&nbsp;-->
                                    <input type="radio" name='func' value='circle'><span class="input-text" style='width:5rem;'>画圆</span>
<!--                                    <input type="radio" name='func' value='circle'><span class="input-text" style='width:5rem;'>画圆</span>-->
                                </div>
                                <div class="input-item">
                                    <input id="clear" type="button" class="btn" value="清除" />
ManagementZYTravel/guns-admin/src/main/webapp/static/modular/system/tDriver/yesDriver.js
@@ -637,7 +637,7 @@
YesDriver.changeMoney = function () {
    if (this.check()) {
        // 所选司机余额
        var balance = YesDriver.seItem.balance;
        var laveBusinessMoney = YesDriver.seItem.laveBusinessMoney;
        var index = layer.load(1,{
            type: 1
            , title: '余额修改'
@@ -650,7 +650,7 @@
                '                        <div class="form-group">\n' +
                '                            <label class="col-sm-3 control-label">当前余额:</label>\n' +
                '                            <div class="col-sm-9">\n' +
                '                     <label > '+balance+'元'+'</label>      '+
                '                     <label > '+laveBusinessMoney+'元'+'</label>      '+
                '                            </div>\n' +
                '                        </div>\n' +