hdw
2018-12-07 a3f3288d9814ab7404ead54ee8455f12fd5cff08
回复榨干和合路器数量范围重0开始 
3个文件已修改
18 ■■■■■ 已修改文件
gx_tieta/WebRoot/control.jsp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/css/common.css 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/js/dischargetest/sysData.js 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/control.jsp
@@ -1026,7 +1026,7 @@
                        </tr>
                        <tr>
                            <th>单体数据来源类型</th>
                            <th>停电升压榨干电池数量(1~2)</th>
                            <th>停电升压榨干电池数量(0~2)</th>
                        </tr>
                        <tr>
                            <td>
@@ -1046,7 +1046,7 @@
                            <td><input type="text" id="sysSet_startLimit" value=""></td>
                        </tr>
                        <tr>
                            <th>电池合路器主电池组编号(1~2)</th>
                            <th>电池合路器主电池组编号(0~2)</th>
                            <th>背光时长(0~999分钟)</th>
                        </tr>
                        <tr>
gx_tieta/WebRoot/css/common.css
@@ -226,6 +226,12 @@
    padding: 4px 0 4px 8px;
}
body .ui-autocomplete {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* jquery ui style */
body .ui-front {
    z-index: 999999;
gx_tieta/WebRoot/js/dischargetest/sysData.js
@@ -86,9 +86,9 @@
    $('#sysSet_groupNum').testVal({
        pattern: /^[0-9]{1,4}$/,
        regVal: true,
        min: 1,
        min: 0,
        max: 2,
        msg: '取值范围1~2(整数)'
        msg: '取值范围0~2(整数)'
    });
    
    // 背光时长(0~999分钟)
@@ -113,9 +113,9 @@
    $('#sysSet_bleedNum').testVal({
        pattern: /^[0-9]{1,4}$/,
        regVal: true,
        min: 1,
        min: 0,
        max: 2,
        msg: '取值范围1~2(整数)'
        msg: '取值范围0~2(整数)'
    });