From ed3517280aa9533217b7f264eb6c695b68a780c9 Mon Sep 17 00:00:00 2001 From: gaofei <231232131@163.com> Date: Thu, 18 Nov 2021 10:34:25 +0800 Subject: [PATCH] =?UTF-8?q?1118-gaofei-=E7=84=8A=E6=8E=A5=E9=A6=96?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/BLL/BLL.csproj | 5 +- SGGL/FineUIPro.Web/FineUIPro.Web.csproj | 3 +- SGGL/FineUIPro.Web/common/mainMenu_HJGL.aspx | 742 +++++++++--------- .../common/mainMenu_HJGL.aspx.cs | 200 ++++- .../common/mainMenu_HJGL.aspx.designer.cs | 9 + SGGL/Model/BusinessColumn.cs | 1 + SGGL/Model/Model.cs | 12 +- SGGL/Model/Model.csproj | 1 + SGGL/Model/SingleSerie2.cs | 15 + 9 files changed, 626 insertions(+), 362 deletions(-) create mode 100644 SGGL/Model/SingleSerie2.cs diff --git a/SGGL/BLL/BLL.csproj b/SGGL/BLL/BLL.csproj index adc60b50..0cd706c7 100644 --- a/SGGL/BLL/BLL.csproj +++ b/SGGL/BLL/BLL.csproj @@ -42,8 +42,9 @@ false - - ..\packages\Apache.NMS.ActiveMQ.1.7.2\lib\net40\Apache.NMS.ActiveMQ.dll + + False + bin\Debug\Apache.NMS.ActiveMQ.dll ..\packages\EmitMapper.1.0.0\lib\EmitMapper.dll diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj index 87c9ca32..2fc4bb0b 100644 --- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj +++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj @@ -57,7 +57,8 @@ - ..\packages\Apache.NMS.1.8.0\lib\net40\Apache.NMS.dll + False + bin\Apache.NMS.dll ..\packages\Apache.NMS.ActiveMQ.1.7.2\lib\net40\Apache.NMS.ActiveMQ.dll diff --git a/SGGL/FineUIPro.Web/common/mainMenu_HJGL.aspx b/SGGL/FineUIPro.Web/common/mainMenu_HJGL.aspx index 7e3785c0..9bd150ff 100644 --- a/SGGL/FineUIPro.Web/common/mainMenu_HJGL.aspx +++ b/SGGL/FineUIPro.Web/common/mainMenu_HJGL.aspx @@ -12,242 +12,207 @@ * { box-sizing: border-box; } - .pd{ + + .pd { padding: 20px; } - .pd10{ + + .pd10 { padding: 10px !important; } - .wrap{ - height:100%; - padding:15px; + + .flexV { + flex-direction: column; } - .bw-item-content{ + + .wrap { + height: 100%; + padding: 15px; + } + + .iteml { + margin-left: 5px; + } + + .itemb { + margin-bottom: 5px; + } + + .bottom-wrap { padding: 0; + margin-bottom: 5px; } - .bottom-wrap{ - padding:0; - margin-bottom:0; + + .bottom-wrap:last-child { + margin-bottom: 0; + } + + .bw-b-bottom { + width: 100%; + height: 100%; } - .bottom-wrap:last-child{ - margin-bottom:0; - } - .top { + + .bw-b-bottom-up { + border-radius: 0; + height: 100%; + margin: 0; + box-shadow: none; + } + + .bw-item-content { + padding: 0px; + } + + .top { display: flex; display: -webkit-flex; overflow: hidden; width: 100%; } - .bw-b-bottom{ - width:100%; - height:100%; + + .top .item { + } + + .bw-b { + width: 50%; } .bw-b-bottom-up { - border-radius:0; - height: 100%; - margin:0; - box-shadow: none; } .tab-wrap { left: auto; right: 15px; - top: 8px; + top: 5px; + font-size: 12px; } - .tab-wrap .tab{ - border-radius:0 !important; - border: none!important; - box-shadow: none !important; - } - .tab-wrap .tab .active { - color: rgba(0,162,233, 1); - background-color: transparent !important; - } - .tab-wrap .tab .t-item { + + .tab .t-item { width: auto; + padding: 5px 10px; + } + + .tit-item { + padding: 0 10px; + color: #fff; + justify-content: space-between; + font-size: 12px; + } + + .tip-item { + margin-left: 10px; + align-items: center; font-size: 10px; - padding: 2px; } - .itemlr{ - margin: 0 5px 5px 0; + + .tip { + width: 25px; + height: 13px; + background-color: #258F76; + border-radius: 2px; + margin-right: 5px; } - .mgb{ - margin-bottom: 5px; + + .info-wrap { + width: 100%; + height: 100%; + padding: 5px 10px; } - .flex4 { - -webkit-flex: 4; - /* Chrome */ - -ms-flex: 4; /* IE 10 */ - flex: 4; - /* NEW, Spec - Opera 12.1, Firefox 20+ */ - /*-webkit-box-flex: 3; /* OLD - iOS 6-, Safari 3.1-6 */ - -moz-box-flex: 4; - /* OLD - Firefox 19- */ - } - .flex6 { - -webkit-flex: 6; - /* Chrome */ - -ms-flex: 6; /* IE 10 */ - flex: 6; - /* NEW, Spec - Opera 12.1, Firefox 20+ */ - /*-webkit-box-flex: 3; /* OLD - iOS 6-, Safari 3.1-6 */ - -moz-box-flex: 6; - /* OLD - Firefox 19- */ - } - .flex9 { - -webkit-flex: 9; - /* Chrome */ - -ms-flex: 9; /* IE 10 */ - flex: 9; - /* NEW, Spec - Opera 12.1, Firefox 20+ */ - /*-webkit-box-flex: 3; /* OLD - iOS 6-, Safari 3.1-6 */ - -moz-box-flex: 9; - /* OLD - Firefox 19- */ - } - .info-wrap{ - width:100%; - height:100%; - padding:5px 10px; - } - .info-wrap .info-item{ - align-items:center; - margin:0 20px; - } - .info-wrap .info-item .title { - margin-bottom:5px; - font-size:14px; + + .info-wrap .info-item { + align-items: center; + margin: 0 20px; + } + + .info-wrap .info-item .title { + margin-bottom: 5px; + font-size: 14px; + } + + .tip-next { + background-color: #92BF55; } + .info-wrap .info-item .item { - width:100%; - height:100%; - background-color:#267AA4; - border-radius:15px; - align-items:center; - justify-content:space-around; - } - .info-wrap .info-item .item .i-num{ - color:#F48A5C; - font-size:28px; - } - .info-wrap .info-item .item .i-num-c{ - color:#C1DF8E; + width: 100%; + height: 100%; + background-color: #267AA4; + border-radius: 25px; + align-items: center; + justify-content: space-around; } + + .info-wrap .info-item .item .i-num { + color: #F48A5C; + font-size: 48px; + } + + .info-wrap .info-item .item .i-num-c { + color: #C1DF8E; + } -
+
-
-
-
+
+
+
一次合格率
-
87
-
单位:%
-
-
-
-
焊工总人数
-
-
176
-
单位:人
+
87
+
单位:%
- <%--
-
-
-
-
-
-
-
--%>
-
+
-
-
-
按达因量
-
按焊口数
+
+
+
按分包商
+
+
按装置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- -
-
-
-
-
-
按分包商
-
按单位工程
-
按材质类别
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
按分包商
-
按单位工程
-
按材质类别
-
-
-
-
-
-
-
-
-
-
-
-
-
-
按分包商
-
按单位工程
-
按材质类别
-
-
-
-
-
-
-
-
-
+
按分包商
-
按单位工程
-
按材质类别
+
+
按装置
-
+
@@ -270,12 +235,12 @@ // formatter: '{a}
{b} : {c}%' //}, title: { - left:'center', + left: 'center', text: title, textStyle: { color: '#278AC8', fontSize: 14, - fontWeight:'300' + fontWeight: '300' }, show: true }, @@ -288,10 +253,10 @@ pointer: { show: true, length: '70%', - width : 3 + width: 3 }, - axisTick : { //刻度线样式(及短线样式) - length : 0 + axisTick: { //刻度线样式(及短线样式) + length: 0 }, splitLine: { length: 10, @@ -301,7 +266,7 @@ }, axisLine: { lineStyle: { - width : 10//表盘宽度 + width: 10//表盘宽度 } }, min: 0, @@ -324,21 +289,22 @@ //category_One('one1', 76, '项目焊工总人数', '{value}人'); +