hdw
2019-01-15 65226e3826a50957d973aae2f9ad3b5342fdb7ad
添加设备版本号
2个文件已修改
12 ■■■■■ 已修改文件
gx_tieta/WebRoot/control.jsp 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/js/elecircle.content.js 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/control.jsp
@@ -3735,6 +3735,9 @@
                // 设置通信计数
                status.setText('count', "通信计数:"+data.dev_commcount);
                
                // 设置设备版本号
                status.setText('devVersion', '设备版本号:'+data.dev_version);
                // 设置丢包率
                var errorCount = data.dev_errcommcount;
                var allCount = data.dev_commcount+errorCount;
gx_tieta/WebRoot/js/elecircle.content.js
@@ -1045,6 +1045,15 @@
            }
        },
        {
            name:'devVersion',
            type: 'text',
            status: 0,
            notShow: false,
            content: {
                text: '设备版本号:???'
            }
        },
        {
            name: 'signal',
            type: 'text',
            status: 0,