无关风月
2024-07-26 9c41027041765f90a2ff7392350933e56d79fc8d
ManagementIGOTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tLine/tLine_add.html
@@ -96,8 +96,8 @@
                    <div class="form-group" id="fixedDiv">
                        <label class="col-sm-2 control-label">固定计价:</label>
                        <div class="col-sm-10">
                            单人价格:&nbsp;<input type="text" oninput="checkIsYuan(this)" name="num1" id="num1" class="form-control newWidth" />&nbsp;元;
                            包车价格:&nbsp;<input type="text" oninput="checkIsYuan(this)" name="num2" id="num2" class="form-control newWidth" />&nbsp;元;<br><br>
                            单人价格:&nbsp;<input type="text" oninput="checkIsYuan(this)" name="num1" id="num1" class="form-control newWidth" />&nbsp;GHS;
                            包车价格:&nbsp;<input type="text" oninput="checkIsYuan(this)" name="num2" id="num2" class="form-control newWidth" />&nbsp;GHS;<br><br>
                            五座系数:&nbsp;<input type="text" oninput="checkIsXiShu(this)" name="num3" id="num3" class="form-control newWidth" />&nbsp;;
                            七座系数:&nbsp;<input type="text" oninput="checkIsXiShu(this)" name="num4" id="num4" class="form-control newWidth" />&nbsp;;
                        </div>
@@ -106,9 +106,9 @@
                    <div class="form-group" id="floatDiv" style="display: none;">
                        <label class="col-sm-2 control-label">浮动计价:</label>
                        <div class="col-sm-10">
                            参考费用:&nbsp;<input type="text" oninput="checkIsYuan(this)" name="num11" id="num11" class="form-control newWidth" />&nbsp;元;
                            参考费用:&nbsp;<input type="text" oninput="checkIsYuan(this)" name="num11" id="num11" class="form-control newWidth" />&nbsp;GHS;
                            参考里程:&nbsp;<input type="text" oninput="checkIsYuan(this)" name="num12" id="num12" class="form-control newWidth" />&nbsp;公里;<br><br>
                            基础单价:&nbsp;<input type="text" oninput="checkIsYuan(this)" name="num13" id="num13" class="form-control newWidth" />&nbsp;元;
                            基础单价:&nbsp;<input type="text" oninput="checkIsYuan(this)" name="num13" id="num13" class="form-control newWidth" />&nbsp;GHS;
                            优惠系数:&nbsp;<input type="text" oninput="checkIsXiShu(this)" name="num14" id="num14" class="form-control newWidth" />&nbsp;;<br><br>
                            包车系数:&nbsp;<input type="text" oninput="checkIsXiShu(this)" name="num15" id="num15" class="form-control newWidth" />&nbsp;;
                            五座系数:&nbsp;<input type="text" oninput="checkIsXiShu(this)" name="num16" id="num16" class="form-control newWidth" />&nbsp;;<br><br>
@@ -217,7 +217,7 @@
    function checkIsYuan(obj){
        var num = $(obj).val();
        if(!regDouble.test(num)){
            layer.msg("【元】输入框不能超过3位数,保留两位小数");
            layer.msg("【GHS】输入框不能超过3位数,保留两位小数");
        }
    }
    function checkIsXiShu(obj){