From c76e19a486847e1741245406685b27a8f6056967 Mon Sep 17 00:00:00 2001 From: haozq <1611483981@qq.com> Date: Fri, 17 Oct 2025 13:55:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/consQuality/consQuality.css | 35 ++++++++++++++------- js/consQuality/consQuality.js | 6 ++-- js/consQuality/consQualityList.js | 3 +- js/pages/towerAssInspect/towerAssInspect.js | 2 +- pages/consQuality/consQuality.html | 3 +- pages/consQuality/consQualityList.html | 4 +-- 6 files changed, 34 insertions(+), 19 deletions(-) diff --git a/css/consQuality/consQuality.css b/css/consQuality/consQuality.css index 871c26f..a524599 100644 --- a/css/consQuality/consQuality.css +++ b/css/consQuality/consQuality.css @@ -35,19 +35,20 @@ body { border-width: 1px; border-style: solid; border-color: transparent; + color: #FFFFFF; } .layui-table { width: 100%; margin: 10px 0; background-color: transparent; - color: white; + color: #FFFFFF; } /* 表格头部背景色 */ th { - color: #fff; + color: #FFFFFF; font-weight: bold } .layui-table-header table thead{ @@ -66,7 +67,9 @@ th { .layui-laypage a:hover { color: #278178; } - +.layui-layer-setwin span{ + color: #FFFFFF; +} .layui-laypage .layui-laypage-skip { color: #3ACAB8; } @@ -74,7 +77,9 @@ th { .layui-laypage-count{ color:#278178; } - +.layui-table-cell { + color: #FFFFFF; +} .layui-laypage button, .layui-laypage input { background-color: transparent; border: #278178 1px solid; @@ -249,12 +254,12 @@ th { #divDialog{ width: 100%; - height: 500px; - background-color: #fff; - color: #000; + /*height: 500px;*/ + /*// background-color: #fff;*/ + color: #FFFFFF; position: relative; } -/* +/* #divDialog.shuiYin { position: relative; width: 300px; @@ -282,12 +287,20 @@ th { #deviceName{ - color: #000; + color: #FFFFFF; } #ID-laydate-start-date-1{ - color: #000; + color:#FFFFFF; }#ID-laydate-end-date-1{ - color: #000; + color:#FFFFFF; +} + table{ + color:#FFFFFF; + } + + +body .my-skin.child-skin { + background: url("../../img/video/child-back.png") no-repeat 0 0/100% 100% transparent; } diff --git a/js/consQuality/consQuality.js b/js/consQuality/consQuality.js index 7a495e4..df83fa9 100644 --- a/js/consQuality/consQuality.js +++ b/js/consQuality/consQuality.js @@ -25,7 +25,7 @@ layui.use(['layer', 'element', 'table'], function () { // btn: ['确定'], btnAlign: 'c', moveType: 0, //拖拽模式,0或者1 - skin:"layui-layer-molv", + skin:"my-skin child-skin ", content: $("#divDialog"), success: function (layero) { initHistory() @@ -322,6 +322,7 @@ function initHistory(){ url: url, // skin: 'line', page: true, + height: 'full-550', headers:{ decrypt:"decrypt", "Authorization":token @@ -365,9 +366,10 @@ function initHistory(){ page: true, //开启分页 loading: true, //数据加载中。。。 limits: [5, 10, 20, 100], - limit: 7 + limit: 20 }) } + //检测记录对比 function detectionRecord(button,construction){ if(button !== ''){ diff --git a/js/consQuality/consQualityList.js b/js/consQuality/consQualityList.js index 0eadb5b..cbe2b5e 100644 --- a/js/consQuality/consQualityList.js +++ b/js/consQuality/consQualityList.js @@ -12,15 +12,14 @@ layui.use(['layer', 'element', 'table'], function () { //下拉选 getConstruction(); getRegion(); - //施工质量列表 ConstructionQualityList(); - laydate.render({ elem: '#ID-laydate-type-datetime', }); }); + //下拉选 function getConstruction(){ const url = commonUrl + "system/sys/select/getBuildLists"; // 建管单位url diff --git a/js/pages/towerAssInspect/towerAssInspect.js b/js/pages/towerAssInspect/towerAssInspect.js index 0fabfd1..abe8600 100644 --- a/js/pages/towerAssInspect/towerAssInspect.js +++ b/js/pages/towerAssInspect/towerAssInspect.js @@ -353,7 +353,7 @@ function initEchartsOne(xLabel,dataValue) { ], series: [ { - name: '周计划数', + name: '采集值', type: 'line', symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆 smooth: true, diff --git a/pages/consQuality/consQuality.html b/pages/consQuality/consQuality.html index 83c18cc..0b41a38 100644 --- a/pages/consQuality/consQuality.html +++ b/pages/consQuality/consQuality.html @@ -15,6 +15,7 @@ +