From cf877c780cb964b8b1d8eefec521c46d76130836 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期一, 30 六月 2025 14:37:44 +0800
Subject: [PATCH] 更新超时信息相关接口和服务 - 修改 `Dt_OutTime.vue` 中的 `url` 字段。 - 更新 `AssemblyInformationalVersion` 属性值。 - 新增 `IStockInfoTimeoutRepository` 和 `IStockInfoTimeoutService` 接口。 - 实现 `StockInfoTimeoutRepository` 和 `StockInfoTimeoutService` 类。 - 在 `Dt_TaskService.cs` 中添加必要的 `using` 语句。 - 新增 `StockInfoTimeoutController` 控制器。

---
 CodeManagement/BigScreenVue/src/views/indexs/left-bottom.vue |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/CodeManagement/BigScreenVue/src/views/indexs/left-bottom.vue b/CodeManagement/BigScreenVue/src/views/indexs/left-bottom.vue
index 4d9f6e9..012dc73 100644
--- a/CodeManagement/BigScreenVue/src/views/indexs/left-bottom.vue
+++ b/CodeManagement/BigScreenVue/src/views/indexs/left-bottom.vue
@@ -306,9 +306,12 @@
     },
     async getData() {
         var rep1=await Getproductionvolume()
-        var rep=rep1.filter(it=>it.roadway.includes("JZ"))
+        console.log(rep1)
+        var rep=rep1.filter(it=>it.roadway.includes("CW"))
+  
+       
         // (1) 鎸夋棩鏈熷垎缁勬牳蹇冪畻娉�
-const groupedData = rep.reduce((acc, item) => {
+ const groupedData = rep.reduce((acc, item) => {
   // 鎻愬彇鏃ユ湡閮ㄥ垎锛堟牸寮忥細YYYY-MM-DD锛�
   const dateKey = item.createDate.split(' ')[0]; // 鎴� item.createDate.substring(0,10)
   
@@ -327,8 +330,7 @@
 
 // (2) 杞崲涓烘帓搴忓悗鐨勬暟缁�
 const sortedGroups = Object.values(groupedData)
-  .sort((a, b) => new Date(b.date) - new Date(a.date)); // 闄嶅簭鎺掑垪
-
+  .sort((a, b) => new Date(b.date) - new Date(a.date)); // 闄嶅簭鎺掑垪// 闄嶅簭鎺掑垪
 
       this.options = {
      backgroundColor: '#0a1256',
@@ -526,7 +528,7 @@
              symbol: "none",
              label: {
                  normal: {
-                     show: false,
+                     show: true,
                  }
              },
              lineStyle: {

--
Gitblit v1.9.3