wu
2025-11-11 b12c4bd4ce40f81613caf0f24ebf53e7bf81c418
大屏单独新增模块,防止下拉框超过屏幕显示
2个文件已修改
24 ■■■■■ 已修改文件
gmms/WebContent/bigScreen/allGlassScreen.jsp 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gmms/WebContent/login/quanxian.jsp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
gmms/WebContent/bigScreen/allGlassScreen.jsp
@@ -1167,7 +1167,27 @@
                dianhao.push(this.machineWater[i]["0_jiqidianliang"]);
              }
              // 4. 复用val配置,统一样式(和水耗表保持一致)
              this.val.yAxis[0].name = "水耗";
               this.val.yAxis[0] = {
              ...this.val.yAxis[0],
                  name: "水耗",
                 show: true,
                  nameShow: true,
                  nameWidth: 80,
                  nameLocation: "end", // 保持在端
                  nameGap: 20,
                  nameTextStyle: {
                  fontSize: 14,
                color: "#333",
                align: "center",
                    verticalAlign: "middle"
              },
                  padding: [0, 20, 0, 0],
                  axisLine: {
                lineStyle: {
                   width: 0
                    }
                  }
                };
              this.val.series[0].name = '水耗(kw.h)'; 
              this.val.title.text = "总耗水(kw.h)"; 
              this.val.series[0].itemStyle.color = '#5470c6'; // 电耗表颜色(可自定义,与水耗区分)
gmms/WebContent/login/quanxian.jsp
@@ -114,7 +114,7 @@
         n=n+'&'+window.parent.location.search.substr(1);
         
         
         if (mid==90) {
         if (mid==90||mid==91) {
              window.open(n, '_blank'); // 在新窗口中打开指定 URL
            }else{
                 window.parent.document.getElementById("main").src = n;