Преглед изворни кода

- 修改看板1为明亮主题风格
- 抽离测试数据

liuyanpeng пре 1 месец
родитељ
комит
56d688ebcd
6 измењених фајлова са 852 додато и 741 уклоњено
  1. 34 22
      css/board1.css
  2. BIN
      images/bg.png
  3. 35 29
      js/chart.js
  4. 758 0
      js/testDatas.js
  5. 23 229
      warehouseOne.html
  6. 2 461
      warehouseTwo.html

+ 34 - 22
css/board1.css

@@ -1,5 +1,5 @@
 body {
-  background: #000d4a url(../images/bg1.png) center top;
+  background: #000d4a url(../images/bg.png) center top;
   background-size: cover;
   color: #666;
   font-size: 0.1rem;
@@ -26,8 +26,8 @@
   justify-content: center;
 }
 .head h1 {
-  /* color: #fff; */
-  color: #afe0f5;
+  color: #fff;
+  /* color: #afe0f5; */
   text-align: center;
   font-size: 0.4rem;
   line-height: 0.4rem;
@@ -58,7 +58,7 @@
 }
 .title {
   font-size: 0.2rem;
-  color: #ffffff;
+  color: rgb(51, 51, 51);
   font-weight: 600;
 }
 .box {
@@ -71,43 +71,50 @@
 }
 .position-title {
   position: absolute;
-  top: 4.84rem;
+  top: 5.24rem;
   left: 1.2rem;
 }
+.quantity-title {
+  position: absolute;
+  top: 0.73rem;
+  left: 6.04rem;
+}
 .count {
-  font-size: 0.24rem;
+  font-size: 0.1rem;
 }
 .frock-title,
 .total-title,
 .device-title {
   position: absolute;
-  top: 0.62rem;
+  top: 1.32rem;
+  font-size: 0.18rem;
+  color: #ffffff;
 }
 .frock-title {
-  left: 6.5rem;
+  left: 6.66rem;
 }
 .total-title {
-  left: 9.54rem;
+  left: 9.7rem;
 }
 .device-title {
-  left: 12.34rem;
+  left: 12.7rem;
 }
 .count-number {
   position: absolute;
-  top: 0.94rem;
-  font-size: 0.54rem;
+  top: 1.52rem;
+  font-size: 0.26rem;
   color: #fff;
-  letter-spacing: 0.1rem;
+  letter-spacing: 0.02rem;
 }
 .clamp-quantity {
-  left: 6.46rem;
+  left: 6.64rem;
 }
 .inventory-quantity {
-  left: 9.5rem;
+  left: 9.7rem;
   color: #f5ea41;
 }
 .instrument-quantity {
-  left: 12.6rem;
+  left: 12.7rem;
 }
 .number2 {
   left: 9.2rem;
@@ -118,28 +125,33 @@
 }
 .year-title {
   position: absolute;
-  top: 2.9rem;
+  top: 2.6rem;
   left: 6.06rem;
 }
 .goIn-title {
   position: absolute;
-  top: 6.44rem;
+  top: 6.12rem;
   left: 6.06rem;
 }
 .type-title {
   position: absolute;
-  top: 0.7rem;
-  right: 2.62rem;
+  top: 0.72rem;
+  right: 3rem;
 }
 .hot-title {
   position: absolute;
-  top: 4.14rem;
+  top: 4.38rem;
   right: 3.1rem;
 }
 .use-title {
   position: absolute;
-  top: 6.96rem;
+  top: 7.36rem;
   right: 3.1rem;
+  color: rgb(51, 51, 51);
+}
+
+.row-item {
+  color: rgb(51, 51, 51) !important;
 }
 
 /* .box {


+ 35 - 29
js/chart.js

@@ -9,7 +9,7 @@ const drawDaysChart = () => {
             //   itemGap: 20, // 图例每项之间的间隔。
             itemHeight: 10, //  图例标记的图形高度。
             textStyle: {
-                color: '#fff',
+                color: 'rgb(51, 51, 51)',
                 fontSize: 14,
                 padding: [0, 8, 0, 8]
             }
@@ -35,13 +35,13 @@ const drawDaysChart = () => {
                     //坐标轴轴线相关设置。数学上的x轴
                     show: true,
                     lineStyle: {
-                        color: 'rgb(41,188,245)',
+                        color: '#008de7',
                     },
                 },
                 axisLabel: {
                     //坐标轴刻度标签的相关设置
                     textStyle: {
-                        color: '#FFFFFF',
+                        color: 'rgb(51, 51, 51)',
                         fontSize: 12,
                     },
                 },
@@ -61,7 +61,7 @@ const drawDaysChart = () => {
             {
                 name: "",
                 nameTextStyle: {
-                    color: "#fff",
+                    color: "rgb(51, 51, 51)",
                     fontSize: 12,
                     padding: [0, 60, 0, 0]
                 },
@@ -83,7 +83,7 @@ const drawDaysChart = () => {
                 axisLabel: {
                     show: true,
                     textStyle: {
-                        color: '#fff',
+                        color: 'rgb(51, 51, 51)',
                         fontSize: 14
                     }
                 },
@@ -167,11 +167,11 @@ const drawPositionChart = () => {
                 axisLine: {//坐标轴样式
                     show: true,//是否显示
                     lineStyle: {
-                        color: 'rgb(41,188,245)',
+                        color: '#008de7',
                     },
                 },
                 axisLabel: {
-                    color: "#DEDEDE"
+                    color: "rgb(51, 51, 51)"
                 }
             },
         ],
@@ -189,6 +189,9 @@ const drawPositionChart = () => {
                         type: 'dashed'
                     },
                 },
+                axisLabel: {
+                    color: "rgb(51, 51, 51)"
+                },
                 axisLine: {
                     show: true,
                     lineStyle: {
@@ -214,11 +217,11 @@ const drawPositionChart = () => {
                         colorStops: [
                             {
                                 offset: 0,
-                                color: 'rgba(6, 244, 231)',
+                                color: '#264cf6',
                             },
                             {
                                 offset: 1,
-                                color: 'rgba(6, 244, 231,0)',
+                                color: '#f4fbff',
                             },
                         ],
                     },
@@ -241,11 +244,11 @@ const drawPositionChart = () => {
                         colorStops: [
                             {
                                 offset: 0,
-                                color: 'rgba(3, 181, 243)',
+                                color: '#2ed5ff',
                             },
                             {
                                 offset: 1,
-                                color: 'rgba(2, 190, 251,0)',
+                                color: '#f0fbff',
                             },
                         ],
 
@@ -256,12 +259,12 @@ const drawPositionChart = () => {
         ],
         legend: {
             show: true,
-            top: '1%',
+            top: '6%',
             itemWidth: 30, // 图例标记的图形宽度。
             //   itemGap: 20, // 图例每项之间的间隔。
             itemHeight: 10, //  图例标记的图形高度。
             textStyle: {
-                color: '#fff',
+                color: 'rgb(51, 51, 51)',
                 fontSize: 14,
                 padding: [0, 8, 0, 8]
             }
@@ -281,7 +284,7 @@ const drawYearChart = () => {
             //   itemGap: 20, // 图例每项之间的间隔。
             itemHeight: 10, //  图例标记的图形高度。
             textStyle: {
-                color: '#fff',
+                color: 'rgb(51, 51, 51)',
                 fontSize: 14,
                 padding: [0, 8, 0, 8]
             }
@@ -309,13 +312,13 @@ const drawYearChart = () => {
                 //x底部文字
                 axisLabel: {
                     textStyle: {
-                        color: '#fff'
+                        color: 'rgb(51, 51, 51)'
                     }
                 },
                 axisLine: {//坐标轴样式
                     show: true,//是否显示
                     lineStyle: {
-                        color: 'rgb(41,188,245)',
+                        color: '#008de7',
                     },
                 },
             }
@@ -326,7 +329,7 @@ const drawYearChart = () => {
                 //y右侧文字
                 axisLabel: {
                     textStyle: {
-                        color: '#fff'
+                        color: 'rgb(51, 51, 51)'
                     }
                 },
                 // y轴的分割线
@@ -363,11 +366,11 @@ const drawYearChart = () => {
                     color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
                         {
                             offset: 0,
-                            color: '#36d9ab'
+                            color: '#36bef6'
                         },
                         {
                             offset: 1,
-                            color: '#02137c'
+                            color: '#64bff8'
                         }
                     ])
                 },
@@ -379,8 +382,9 @@ const drawYearChart = () => {
                 barWidth: '15',
                 itemStyle: {
                     color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
-                        { offset: 0, color: 'rgba(68,182,131, 0.9)' },
-                        { offset: 0.5, color: 'rgba(92,218,248, 0.5)' },
+                        { offset: 0, color: '#1ab1ff' },
+                        { offset: 0.5, color: '#9fdcff' },
+                        { offset: 1, color: '#f0f9ff' },
                     ])
                 },
                 data: []
@@ -391,8 +395,9 @@ const drawYearChart = () => {
                 barWidth: '15',
                 itemStyle: {
                     color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
-                        { offset: 0, color: '#6a8ffd' },
-                        { offset: 1, color: '#56cbfe' }
+                        { offset: 0, color: '#76fee7' },
+                        { offset: 0.5, color: '#b9eff9' },
+                        { offset: 1, color: '#e2f2ff' },
                     ])
                 },
                 data: []
@@ -440,7 +445,7 @@ const drawTypeChart = () => {
                 left: 'center',
                 top: 'center',
                 textStyle: {
-                    color: '#fff',
+                    color: 'rgb(51, 51, 51)',
                     fontSize: 16,
                     fontWeight: 'bold'
                 }
@@ -454,7 +459,7 @@ const drawTypeChart = () => {
             padding: 5,
             textStyle: {
                 fontSize: 14,
-                color: '#fff',
+                color: 'rgb(51, 51, 51)',
             },
 
         },
@@ -492,7 +497,7 @@ const drawTypeChart = () => {
                                 fontSize: 14,
                                 fontWeight: 'bold',
                                 padding: [0, 0, 5, 0],
-                                color: '#fff',
+                                color: 'rgb(51, 51, 51)',
                                 align: 'center'
                             },
                             value0: {
@@ -588,7 +593,7 @@ const drawTopChart = () => {
                     show: true,
                     align: 'left',
                     textStyle: {
-                        color: '#fff',
+                        color: 'rgb(51, 51, 51)',
                         fontSize: '14',
                     },
                     formatter: function (value, index) {
@@ -690,8 +695,9 @@ const drawTopChart = () => {
                             x2: 1,
                             y2: 0,
                             colorStops: [
-                                { offset: 0, color: '#2770a2' },
-                                { offset: 1, color: '#00d0ff' },
+                                { offset: 0, color: '#f1fafe' },
+                                { offset: 0.5, color: '#33abf6' },
+                                { offset: 1, color: '#2963f6' },
                             ],
                             global: false,
                         },

+ 758 - 0
js/testDatas.js

@@ -0,0 +1,758 @@
+
+const oneDatas = {
+    errorCode: 0,
+    errorMessage: null,
+    data: {
+        todayStockIn: 0,
+        todayStockOut: 0,
+        stockInCategory: {
+            clampQuantity: 10,
+            instrumentQuantity: 20,
+            productQuantity: 20,
+        },
+        stockOutCategory: {
+            clampQuantity: 10,
+            instrumentQuantity: 30,
+            productQuantity: 20,
+        },
+        stockInPosition: {
+            stereoscopicQuantity: 30,
+            groundQuantity: 10,
+            toolQuantity: 20,
+            equipmentQuantity: 20,
+            finishedQuantity: 10,
+        },
+        stockOutPosition: {
+            stereoscopicQuantity: 10,
+            groundQuantity: 10,
+            toolQuantity: 10,
+            equipmentQuantity: 20,
+            finishedQuantity: 20,
+        },
+        weekStatisticList: [
+            {
+                day: "2026-01-17",
+                inCount: 20,
+                outCount: 10,
+            },
+            {
+                day: "2026-01-18",
+                inCount: 4,
+                outCount: 10,
+            },
+            {
+                day: "2026-01-19",
+                inCount: 1,
+                outCount: 1,
+            },
+            {
+                day: "2026-01-20",
+                inCount: 12,
+                outCount: 12,
+            },
+            {
+                day: "2026-01-21",
+                inCount: 0,
+                outCount: 0,
+            },
+            {
+                day: "2026-01-22",
+                inCount: 30,
+                outCount: 60,
+            },
+            {
+                day: "2026-01-23",
+                inCount: 10,
+                outCount: 30,
+            },
+        ],
+        popularInvList: [
+            {
+                invName: "工装101",
+                count: 81,
+            },
+            {
+                invName: "测试设备01501",
+                count: 60,
+            },
+            {
+                invName: "工装-1",
+                count: 47,
+            },
+            {
+                invName: "测试设备101",
+                count: 21,
+            },
+            {
+                invName: "设备-3",
+                count: 17,
+            },
+            {
+                invName: "设备-2",
+                count: 6,
+            },
+            {
+                invName: "设备-4",
+                count: 5,
+            },
+            {
+                invName: "测试工装00015",
+                count: 5,
+            },
+            {
+                invName: "设备-1",
+                count: 3,
+            },
+            {
+                invName: "测试工装00005",
+                count: 2,
+            },
+        ],
+        popularUserList: [
+            {
+                userName: "admin",
+                count: 138,
+            },
+            {
+                userName: "测试用户甲",
+                count: 100,
+            },
+            {
+                userName: "操作员",
+                count: 13,
+            },
+            {
+                userName: "测试用户丁",
+                count: 3,
+            },
+            {
+                userName: "测试用户",
+                count: 23,
+            },
+        ],
+        inventoryQuantity: 2998,
+        clampQuantity: 1498,
+        instrumentQuantity: 1500,
+        invUseTimeList: null,
+        agvTaskList: null,
+        cfInAndOutResponses: [
+            {
+                name: "123",
+                drawNo: "123",
+                type: "123",
+                inventoryType: "123",
+                time: "123",
+                userName: "123",
+            },
+            {
+                name: "123",
+                drawNo: "123",
+                type: "123",
+                inventoryType: "123",
+                time: "123",
+                userName: "123",
+            },
+            {
+                name: "123",
+                drawNo: "123",
+                type: "123",
+                inventoryType: "123",
+                time: "123",
+                userName: "123",
+            },
+            {
+                name: "123",
+                drawNo: "123",
+                type: "123",
+                inventoryType: "123",
+                time: "123",
+                userName: "123",
+            },
+            {
+                name: "123",
+                drawNo: "123",
+                type: "123",
+                inventoryType: "123",
+                time: "123",
+                userName: "123",
+            },
+            {
+                name: "123",
+                drawNo: "123",
+                type: "123",
+                inventoryType: "123",
+                time: "123",
+                userName: "123",
+            },
+            {
+                name: "123",
+                drawNo: "123",
+                type: "123",
+                inventoryType: "123",
+                time: "123",
+                userName: "123",
+            },
+            {
+                name: "123",
+                drawNo: "123",
+                type: "123",
+                inventoryType: "123",
+                time: "123",
+                userName: "123",
+            },
+            {
+                name: "123",
+                drawNo: "123",
+                type: "123",
+                inventoryType: "123",
+                time: "123",
+                userName: "123",
+            },
+            {
+                name: "123",
+                drawNo: "123",
+                type: "123",
+                inventoryType: "123",
+                time: "123",
+                userName: "123",
+            },
+        ],
+        monthPickList: [
+            {
+                month: "2025-02",
+                pickCount: 120,
+                clampCount: 130,
+                instrumentCount: 140,
+            },
+            {
+                month: "2025-03",
+                pickCount: 140,
+                clampCount: 120,
+                instrumentCount: 110,
+            },
+            {
+                month: "2025-04",
+                pickCount: 140,
+                clampCount: 120,
+                instrumentCount: 140,
+            },
+            {
+                month: "2025-05",
+                pickCount: 110,
+                clampCount: 130,
+                instrumentCount: 140,
+            },
+            {
+                month: "2025-06",
+                pickCount: 150,
+                clampCount: 140,
+                instrumentCount: 130,
+            },
+            {
+                month: "2025-07",
+                pickCount: 120,
+                clampCount: 10,
+                instrumentCount: 120,
+            },
+            {
+                month: "2025-08",
+                pickCount: 110,
+                clampCount: 140,
+                instrumentCount: 150,
+            },
+            {
+                month: "2025-09",
+                pickCount: 150,
+                clampCount: 110,
+                instrumentCount: 130,
+            },
+            {
+                month: "2025-10",
+                pickCount: 130,
+                clampCount: 40,
+                instrumentCount: 50,
+            },
+            {
+                month: "2025-11",
+                pickCount: 120,
+                clampCount: 110,
+                instrumentCount: 0,
+            },
+            {
+                month: "2025-12",
+                pickCount: 110,
+                clampCount: 120,
+                instrumentCount: 110,
+            },
+            {
+                month: "2026-01",
+                pickCount: 190,
+                clampCount: 112,
+                instrumentCount: 78,
+            },
+        ],
+    },
+
+}
+
+const twoDatas = {
+    errorCode: 0,
+    errorMessage: null,
+    data: {
+        cfCheckVouchBoardResponse: {
+            checkVouchId: 643723837739072,
+            name: "测试盘点单",
+            documentNo: "20260100001",
+            warehouseId: null,
+            warehouseName: "CF",
+            clampQuantity: 2220,
+            clampInventoriedQuantity: 3330,
+            clampNotInventoriedQuantity: 1120,
+            instrumentQuantity: 202,
+            instrumentInventoriedQuantity: 303,
+            instrumentNotInventoriedQuantity: 240,
+        },
+        cfInventoryRepairBoardResponse: {
+            repairQuantity: 8,
+            repairCompletedQuantity: 6,
+            repairUncompletedQuantity: 2,
+            cfInventoryRepairLineBoardResponses: [
+                {
+                    index: 1,
+                    name: "测试工装01489",
+                    no: "01489",
+                    type: "工装",
+                    repairReason: "ces234",
+                    repairTime: "2026-01-30 00:00:00",
+                    completeRepairTime: "2026-01-22 00:00:00",
+                },
+                {
+                    index: 2,
+                    name: "测试设备02991",
+                    no: "02991",
+                    type: "设备",
+                    repairReason: "ces3",
+                    repairTime: "2026-01-29 00:00:00",
+                    completeRepairTime: "2026-01-30 00:00:00",
+                },
+                {
+                    index: 3,
+                    name: "测试工装01492",
+                    no: "01492",
+                    type: "工装",
+                    repairReason: "坏了送去维修",
+                    repairTime: "2026-01-22 00:00:00",
+                    completeRepairTime: "2026-01-23 00:00:00",
+                },
+                {
+                    index: 4,
+                    name: "测试工装01485",
+                    no: "01485",
+                    type: "工装",
+                    repairReason: "测试123",
+                    repairTime: "2026-01-21 00:00:00",
+                    completeRepairTime: "2026-01-22 00:00:00",
+                },
+                {
+                    index: 5,
+                    name: "测试设备02996",
+                    no: "02996",
+                    type: "设备",
+                    repairReason: "1111111111111",
+                    repairTime: "2026-01-21 00:00:00",
+                    completeRepairTime: null,
+                },
+                {
+                    index: 6,
+                    name: "测试工装01393",
+                    no: "01393",
+                    type: "工装",
+                    repairReason: null,
+                    repairTime: "2026-01-20 00:00:00",
+                    completeRepairTime: "2026-01-21 00:00:00",
+                },
+                {
+                    index: 7,
+                    name: "测试工装01497",
+                    no: "01497",
+                    type: "工装",
+                    repairReason: "2222222",
+                    repairTime: "2026-01-19 00:00:00",
+                    completeRepairTime: null,
+                },
+                {
+                    index: 8,
+                    name: "测试设备03000",
+                    no: "03000",
+                    type: "设备",
+                    repairReason: "测试1",
+                    repairTime: "2026-01-11 00:00:00",
+                    completeRepairTime: "2026-01-13 00:00:00",
+                },
+            ],
+        },
+        cfInventoryInspectionBoardResponse: {
+            inspectionQuantity: 6,
+            inspectionCompletedQuantity: 4,
+            inspectionUncompletedQuantity: 2,
+            cfInventoryInspectionLineBoardResponses: [
+                {
+                    index: 1,
+                    name: "测试设备02996",
+                    no: "02996",
+                    type: "设备",
+                    inspectionReason: "需要检验",
+                    inspectionTime: "2026-01-27 00:00:00",
+                    completeInspectionTime: null,
+                },
+                {
+                    index: 2,
+                    name: "测试设备02982",
+                    no: "02982",
+                    type: "设备",
+                    inspectionReason: "需要检验",
+                    inspectionTime: "2026-01-24 00:00:00",
+                    completeInspectionTime: "2026-01-25 00:00:00",
+                },
+                {
+                    index: 3,
+                    name: "测试工装01496",
+                    no: "01496",
+                    type: "工装",
+                    inspectionReason: "这是一个测试",
+                    inspectionTime: "2026-01-21 00:00:00",
+                    completeInspectionTime: null,
+                },
+                {
+                    index: 4,
+                    name: "测试设备02995",
+                    no: "02995",
+                    type: "设备",
+                    inspectionReason: "需要检验",
+                    inspectionTime: "2026-01-21 00:00:00",
+                    completeInspectionTime: "2026-01-22 00:00:00",
+                },
+                {
+                    index: 5,
+                    name: "测试工装01491",
+                    no: "01491",
+                    type: "工装",
+                    inspectionReason: "这是一个测试",
+                    inspectionTime: "2026-01-20 00:00:00",
+                    completeInspectionTime: "2026-01-21 00:00:00",
+                },
+                {
+                    index: 6,
+                    name: "测试工装01493",
+                    no: "01493",
+                    type: "工装",
+                    inspectionReason: "这是一个测试",
+                    inspectionTime: "2026-01-10 00:00:00",
+                    completeInspectionTime: "2026-01-29 00:00:00",
+                },
+            ],
+        },
+        cfInventoryChartBoardResponse: {
+            cfInventoryChartClampLineBoardResponses: [
+                {
+                    monthName: "2026-1",
+                    quantity: 223,
+                },
+                {
+                    monthName: "2025-12",
+                    quantity: 120,
+                },
+                {
+                    monthName: "2025-11",
+                    quantity: 230,
+                },
+                {
+                    monthName: "2025-10",
+                    quantity: 110,
+                },
+                {
+                    monthName: "2025-9",
+                    quantity: 110,
+                },
+                {
+                    monthName: "2025-8",
+                    quantity: 40,
+                },
+                {
+                    monthName: "2025-7",
+                    quantity: 50,
+                },
+                {
+                    monthName: "2025-6",
+                    quantity: 50,
+                },
+                {
+                    monthName: "2025-5",
+                    quantity: 50,
+                },
+                {
+                    monthName: "2025-4",
+                    quantity: 40,
+                },
+                {
+                    monthName: "2025-3",
+                    quantity: 240,
+                },
+                {
+                    monthName: "2025-2",
+                    quantity: 30,
+                },
+            ],
+            cfInventoryChartInstrumentLineBoardResponses: [
+                {
+                    monthName: "2026-1",
+                    quantity: 13,
+                },
+                {
+                    monthName: "2025-12",
+                    quantity: 30,
+                },
+                {
+                    monthName: "2025-11",
+                    quantity: 20,
+                },
+                {
+                    monthName: "2025-10",
+                    quantity: 10,
+                },
+                {
+                    monthName: "2025-9",
+                    quantity: 50,
+                },
+                {
+                    monthName: "2025-8",
+                    quantity: 40,
+                },
+                {
+                    monthName: "2025-7",
+                    quantity: 110,
+                },
+                {
+                    monthName: "2025-6",
+                    quantity: 120,
+                },
+                {
+                    monthName: "2025-5",
+                    quantity: 220,
+                },
+                {
+                    monthName: "2025-4",
+                    quantity: 110,
+                },
+                {
+                    monthName: "2025-3",
+                    quantity: 10,
+                },
+                {
+                    monthName: "2025-2",
+                    quantity: 50,
+                },
+            ],
+        },
+        cfInventoryAgvBoardResponse: {
+            completeQuantity: 25,
+            incompleteQuantity: 30,
+            agvTaskList: [
+                {
+                    type: "成品下架",
+                    createTime: "2026-01-20 18:32:19",
+                    executeTime: "2026-01-20 18:32:20",
+                    endTime: "2026-01-20 18:32:25",
+                    agvName: "LeanwoAGV",
+                    status: "已完成",
+                    positionNo: "LT-1-2",
+                    positionEndNo: "SD-1-1",
+                },
+                {
+                    type: "料箱上架",
+                    createTime: "2026-01-20 18:31:53",
+                    executeTime: "2026-01-20 18:32:00",
+                    endTime: "2026-01-20 18:32:05",
+                    agvName: "LeanwoAGV",
+                    status: "已完成",
+                    positionNo: "SL-1-1",
+                    positionEndNo: "LT-1-2",
+                },
+                {
+                    type: "成品下架",
+                    createTime: "2026-01-20 18:30:31",
+                    executeTime: "2026-01-20 18:30:40",
+                    endTime: "2026-01-20 18:30:45",
+                    agvName: "LeanwoAGV",
+                    status: "已完成",
+                    positionNo: "LT-1-2",
+                    positionEndNo: "SD-1-1",
+                },
+                {
+                    type: "料箱上架",
+                    createTime: "2026-01-20 18:29:34",
+                    executeTime: "2026-01-20 18:29:40",
+                    endTime: "2026-01-20 18:29:45",
+                    agvName: "LeanwoAGV",
+                    status: "已完成",
+                    positionNo: "SL-1-1",
+                    positionEndNo: "LT-1-2",
+                },
+                {
+                    type: "成品下架",
+                    createTime: "2026-01-20 18:18:48",
+                    executeTime: "2026-01-20 18:19:00",
+                    endTime: "2026-01-20 18:26:02",
+                    agvName: "LeanwoAGV",
+                    status: "已完成",
+                    positionNo: "LT-1-2",
+                    positionEndNo: "SD-1-1",
+                },
+                {
+                    type: "料箱上架",
+                    createTime: "2026-01-20 18:17:04",
+                    executeTime: "2026-01-20 18:17:10",
+                    endTime: "2026-01-20 18:17:16",
+                    agvName: "LeanwoAGV",
+                    status: "已完成",
+                    positionNo: "SL-1-1",
+                    positionEndNo: "LT-1-2",
+                },
+                {
+                    type: "成品下架",
+                    createTime: "2026-01-20 18:05:38",
+                    executeTime: "2026-01-20 18:06:23",
+                    endTime: "2026-01-20 18:08:29",
+                    agvName: "LeanwoAGV",
+                    status: "已完成",
+                    positionNo: "LT-1-2",
+                    positionEndNo: "SD-1-1",
+                },
+                {
+                    type: "料箱上架",
+                    createTime: "2026-01-20 18:03:20",
+                    executeTime: "2026-01-20 18:03:30",
+                    endTime: "2026-01-20 18:03:36",
+                    agvName: "LeanwoAGV",
+                    status: "已完成",
+                    positionNo: "SL-1-1",
+                    positionEndNo: "LT-1-2",
+                },
+                {
+                    type: "成品下架",
+                    createTime: "2026-01-20 17:59:52",
+                    executeTime: "2026-01-20 18:00:00",
+                    endTime: "2026-01-20 18:00:05",
+                    agvName: "LeanwoAGV",
+                    status: "已完成",
+                    positionNo: "LT-1-2",
+                    positionEndNo: "SD-1-1",
+                },
+                {
+                    type: "料箱上架",
+                    createTime: "2026-01-20 17:57:24",
+                    executeTime: "2026-01-20 17:57:30",
+                    endTime: "2026-01-20 17:57:35",
+                    agvName: "LeanwoAGV",
+                    status: "已完成",
+                    positionNo: "SL-1-1",
+                    positionEndNo: "LT-1-2",
+                },
+            ],
+            agvMonthTaskList: [
+                {
+                    monthName: "2026-1",
+                    groundCount: 2,
+                    stereoscopicCount: 23,
+                },
+                {
+                    monthName: "2025-12",
+                    groundCount: 40,
+                    stereoscopicCount: 20,
+                },
+                {
+                    monthName: "2025-11",
+                    groundCount: 10,
+                    stereoscopicCount: 20,
+                },
+                {
+                    monthName: "2025-10",
+                    groundCount: 0,
+                    stereoscopicCount: 0,
+                },
+                {
+                    monthName: "2025-9",
+                    groundCount: 10,
+                    stereoscopicCount: 30,
+                },
+                {
+                    monthName: "2025-8",
+                    groundCount: 40,
+                    stereoscopicCount: 20,
+                },
+                {
+                    monthName: "2025-7",
+                    groundCount: 10,
+                    stereoscopicCount: 30,
+                },
+                {
+                    monthName: "2025-6",
+                    groundCount: 20,
+                    stereoscopicCount: 40,
+                },
+                {
+                    monthName: "2025-5",
+                    groundCount: 50,
+                    stereoscopicCount: 60,
+                },
+                {
+                    monthName: "2025-4",
+                    groundCount: 10,
+                    stereoscopicCount: 30,
+                },
+                {
+                    monthName: "2025-3",
+                    groundCount: 20,
+                    stereoscopicCount: 40,
+                },
+                {
+                    monthName: "2025-2",
+                    groundCount: 10,
+                    stereoscopicCount: 30,
+                },
+            ],
+        },
+        cfInventoryUseTimeBoardResponse: [
+            {
+                invName: "测试工装00002",
+                invNo: "00002",
+                type: "工装",
+                useTime: "19天5时49分",
+            },
+            {
+                invName: "测试工装00001",
+                invNo: "00001",
+                type: "工装",
+                useTime: "18天22时48分",
+            },
+            {
+                invName: "测试工装00015",
+                invNo: "00015",
+                type: "工装",
+                useTime: "17天6时46分",
+            },
+            {
+                invName: "工装101",
+                invNo: "62255351027308800009",
+                type: "工装",
+                useTime: "15天2时23分",
+            },
+            {
+                invName: "工装-1",
+                invNo: "62255351027308800002",
+                type: "工装",
+                useTime: "3天22时31分",
+            },
+        ],
+    },
+};

+ 23 - 229
warehouseOne.html

@@ -13,6 +13,7 @@
     <script type="text/javascript" src="./js/common.js"></script>
     <script src="./plugin/datav.min.js"></script>
     <script type="text/javascript" src="./js/chart.js"></script>
+    <script type="text/javascript" src="./js/testDatas.js"></script>
   </head>
   <script>
     $(window).load(function () {
@@ -59,7 +60,7 @@
         <span class="title position-title">今日出入库货位</span>
         <div
           style="
-            height: 4.5rem;
+            height: 4.9rem;
             position: absolute;
             width: 4.6rem;
             top: 5.4rem;
@@ -69,17 +70,18 @@
         ></div>
       </div>
       <div class="box">
-        <!-- <span class="title count frock-title">工装库存</span> -->
+        <span class="title quantity-title">库存数量</span>
+        <span class="title count frock-title">工装库存</span>
         <span class="count-number clamp-quantity">{{clampQuantity}}</span>
       </div>
       <div class="box">
-        <!-- <span class="title count total-title">总库存</span> -->
+        <span class="title count total-title">总库存</span>
         <span class="count-number inventory-quantity"
           >{{inventoryQuantity}}</span
         >
       </div>
       <div class="box">
-        <!-- <span class="title count device-title">设备库存</span> -->
+        <span class="title count device-title">设备库存</span>
         <span class="count-number instrument-quantity"
           >{{instrumentQuantity}}</span
         >
@@ -91,7 +93,7 @@
             height: 3rem;
             position: absolute;
             width: 9.2rem;
-            top: 3.1rem;
+            top: 2.7rem;
             left: 5.2rem;
           "
           id="yearChart"
@@ -103,10 +105,10 @@
           <dv-scroll-board
             ref="scrollBoard"
             style="
-              height: 2.8rem;
+              height: 3.2rem;
               position: absolute;
               width: 8.8rem;
-              top: 6.86rem;
+              top: 6.6rem;
               left: 5.5rem;
             "
             :config="recordConfig"
@@ -130,10 +132,10 @@
         <span class="title hot-title">热门使用Top5</span>
         <div
           style="
-            height: 2.6rem;
+            height: 2.8rem;
             position: absolute;
             width: 5rem;
-            top: 4.4rem;
+            top: 4.7rem;
             right: 0.2rem;
           "
           id="hotChart"
@@ -143,10 +145,10 @@
         <span class="title use-title">领用排行Top5</span>
         <div
           style="
-            height: 2.6rem;
+            height: 2.7rem;
             position: absolute;
             width: 5rem;
-            top: 7.2rem;
+            top: 7.6rem;
             right: 0.2rem;
           "
           id="useChart"
@@ -171,13 +173,13 @@
             useChart: null,
             recordConfig: {
               header: [
-                '<span style="color:#3ac7e9;font-size:0.16rem">序号</span>',
-                '<span style="color:#3ac7e9;font-size:0.16rem">名称</span>',
-                '<span style="color:#3ac7e9;font-size:0.16rem">图号</span>',
-                '<span style="color:#3ac7e9;font-size:0.16rem">类型</span>',
-                '<span style="color:#3ac7e9;font-size:0.16rem">规格</span>',
-                '<span style="color:#3ac7e9;font-size:0.16rem">操作时间</span>',
-                '<span style="color:#3ac7e9;font-size:0.16rem">操作人</span>',
+                '<span style="color:#3296f6;font-size:0.18rem">序号</span>',
+                '<span style="color:#3296f6;font-size:0.18rem">名称</span>',
+                '<span style="color:#3296f6;font-size:0.18rem">图号</span>',
+                '<span style="color:#3296f6;font-size:0.18rem">类型</span>',
+                '<span style="color:#3296f6;font-size:0.18rem">规格</span>',
+                '<span style="color:#3296f6;font-size:0.18rem">操作时间</span>',
+                '<span style="color:#3296f6;font-size:0.18rem">操作人</span>',
               ],
               columnWidth: [60, 140, 160, 90, 120, 160, 120],
               data: [],
@@ -252,215 +254,7 @@
             const _self = this;
             const url = "/api/WmsResource/queryBoardStatistic";
             const params = [["warehouseId", _self.warehouseId]];
-            // const success = {
-            //   errorCode: 0,
-            //   errorMessage: null,
-            //   data: {
-            //     todayStockIn: 0,
-            //     todayStockOut: 0,
-            //     stockInCategory: {
-            //       clampQuantity: 0,
-            //       instrumentQuantity: 0,
-            //       productQuantity: 0,
-            //     },
-            //     stockOutCategory: {
-            //       clampQuantity: 0,
-            //       instrumentQuantity: 0,
-            //       productQuantity: 0,
-            //     },
-            //     stockInPosition: {
-            //       stereoscopicQuantity: 0,
-            //       groundQuantity: 0,
-            //       toolQuantity: 0,
-            //       equipmentQuantity: 0,
-            //       finishedQuantity: 0,
-            //     },
-            //     stockOutPosition: {
-            //       stereoscopicQuantity: 0,
-            //       groundQuantity: 0,
-            //       toolQuantity: 0,
-            //       equipmentQuantity: 0,
-            //       finishedQuantity: 0,
-            //     },
-            //     weekStatisticList: [
-            //       {
-            //         day: "2026-01-17",
-            //         inCount: 0,
-            //         outCount: 0,
-            //       },
-            //       {
-            //         day: "2026-01-18",
-            //         inCount: 0,
-            //         outCount: 0,
-            //       },
-            //       {
-            //         day: "2026-01-19",
-            //         inCount: 1,
-            //         outCount: 1,
-            //       },
-            //       {
-            //         day: "2026-01-20",
-            //         inCount: 12,
-            //         outCount: 12,
-            //       },
-            //       {
-            //         day: "2026-01-21",
-            //         inCount: 0,
-            //         outCount: 0,
-            //       },
-            //       {
-            //         day: "2026-01-22",
-            //         inCount: 0,
-            //         outCount: 0,
-            //       },
-            //       {
-            //         day: "2026-01-23",
-            //         inCount: 0,
-            //         outCount: 0,
-            //       },
-            //     ],
-            //     popularInvList: [
-            //       {
-            //         invName: "工装101",
-            //         count: 81,
-            //       },
-            //       {
-            //         invName: "测试设备01501",
-            //         count: 60,
-            //       },
-            //       {
-            //         invName: "工装-1",
-            //         count: 47,
-            //       },
-            //       {
-            //         invName: "测试设备101",
-            //         count: 21,
-            //       },
-            //       {
-            //         invName: "设备-3",
-            //         count: 17,
-            //       },
-            //       {
-            //         invName: "设备-2",
-            //         count: 6,
-            //       },
-            //       {
-            //         invName: "设备-4",
-            //         count: 5,
-            //       },
-            //       {
-            //         invName: "测试工装00015",
-            //         count: 5,
-            //       },
-            //       {
-            //         invName: "设备-1",
-            //         count: 3,
-            //       },
-            //       {
-            //         invName: "测试工装00005",
-            //         count: 2,
-            //       },
-            //     ],
-            //     popularUserList: [
-            //       {
-            //         userName: "admin",
-            //         count: 138,
-            //       },
-            //       {
-            //         userName: "测试用户甲",
-            //         count: 100,
-            //       },
-            //       {
-            //         userName: "操作员",
-            //         count: 13,
-            //       },
-            //       {
-            //         userName: "测试用户丁",
-            //         count: 3,
-            //       },
-            //     ],
-            //     inventoryQuantity: 2998,
-            //     clampQuantity: 1498,
-            //     instrumentQuantity: 1500,
-            //     invUseTimeList: null,
-            //     agvTaskList: null,
-            //     cfInAndOutResponses: [],
-            //     monthPickList: [
-            //       {
-            //         month: "2025-02",
-            //         pickCount: 0,
-            //         clampCount: 0,
-            //         instrumentCount: 0,
-            //       },
-            //       {
-            //         month: "2025-03",
-            //         pickCount: 0,
-            //         clampCount: 0,
-            //         instrumentCount: 0,
-            //       },
-            //       {
-            //         month: "2025-04",
-            //         pickCount: 0,
-            //         clampCount: 0,
-            //         instrumentCount: 0,
-            //       },
-            //       {
-            //         month: "2025-05",
-            //         pickCount: 0,
-            //         clampCount: 0,
-            //         instrumentCount: 0,
-            //       },
-            //       {
-            //         month: "2025-06",
-            //         pickCount: 0,
-            //         clampCount: 0,
-            //         instrumentCount: 0,
-            //       },
-            //       {
-            //         month: "2025-07",
-            //         pickCount: 0,
-            //         clampCount: 0,
-            //         instrumentCount: 0,
-            //       },
-            //       {
-            //         month: "2025-08",
-            //         pickCount: 0,
-            //         clampCount: 0,
-            //         instrumentCount: 0,
-            //       },
-            //       {
-            //         month: "2025-09",
-            //         pickCount: 0,
-            //         clampCount: 0,
-            //         instrumentCount: 0,
-            //       },
-            //       {
-            //         month: "2025-10",
-            //         pickCount: 0,
-            //         clampCount: 0,
-            //         instrumentCount: 0,
-            //       },
-            //       {
-            //         month: "2025-11",
-            //         pickCount: 0,
-            //         clampCount: 0,
-            //         instrumentCount: 0,
-            //       },
-            //       {
-            //         month: "2025-12",
-            //         pickCount: 0,
-            //         clampCount: 0,
-            //         instrumentCount: 0,
-            //       },
-            //       {
-            //         month: "2026-01",
-            //         pickCount: 190,
-            //         clampCount: 112,
-            //         instrumentCount: 78,
-            //       },
-            //     ],
-            //   },
-            // };
+            // const success = oneDatas // 测试数据
             ajaxGet(url, params).then((success) => {
               if (success.errorCode === 0) {
                 const { weekStatisticList, stockOutPosition } = success.data;
@@ -575,11 +369,11 @@
               const seriesData = [
                 {
                   name: "工装入库数",
-                  value: inDto.instrumentQuantity,
+                  value: inDto.clampQuantity,
                 },
                 {
                   name: "工装出库数",
-                  value: outDto.instrumentQuantity,
+                  value: outDto.clampQuantity,
                 },
                 {
                   name: "设备入库数",

+ 2 - 461
warehouseTwo.html

@@ -13,6 +13,7 @@
     <script type="text/javascript" src="./js/common.js"></script>
     <script src="./plugin/datav.min.js"></script>
     <script type="text/javascript" src="./js/chart.js"></script>
+    <script type="text/javascript" src="./js/testDatas.js"></script>
   </head>
   <script>
     $(window).load(function () {
@@ -323,467 +324,7 @@
             const _self = this;
             const url = "/api/InventoryRepairResource/queryBoardData";
             const params = [["warehouseId", _self.warehouseId]];
-            // const success = {
-            //   errorCode: 0,
-            //   errorMessage: null,
-            //   data: {
-            //     cfCheckVouchBoardResponse: {
-            //       checkVouchId: 643723837739072,
-            //       name: "测试盘点单",
-            //       documentNo: "20260100001",
-            //       warehouseId: null,
-            //       warehouseName: "CF",
-            //       clampQuantity: 0,
-            //       clampInventoriedQuantity: 0,
-            //       clampNotInventoriedQuantity: 0,
-            //       instrumentQuantity: 0,
-            //       instrumentInventoriedQuantity: 0,
-            //       instrumentNotInventoriedQuantity: 0,
-            //     },
-            //     cfInventoryRepairBoardResponse: {
-            //       repairQuantity: 8,
-            //       repairCompletedQuantity: 6,
-            //       repairUncompletedQuantity: 2,
-            //       cfInventoryRepairLineBoardResponses: [
-            //         {
-            //           index: 1,
-            //           name: "测试工装01489",
-            //           no: "01489",
-            //           type: "工装",
-            //           repairReason: "ces234",
-            //           repairTime: "2026-01-30 00:00:00",
-            //           completeRepairTime: "2026-01-22 00:00:00",
-            //         },
-            //         {
-            //           index: 2,
-            //           name: "测试设备02991",
-            //           no: "02991",
-            //           type: "设备",
-            //           repairReason: "ces3",
-            //           repairTime: "2026-01-29 00:00:00",
-            //           completeRepairTime: "2026-01-30 00:00:00",
-            //         },
-            //         {
-            //           index: 3,
-            //           name: "测试工装01492",
-            //           no: "01492",
-            //           type: "工装",
-            //           repairReason: "坏了送去维修",
-            //           repairTime: "2026-01-22 00:00:00",
-            //           completeRepairTime: "2026-01-23 00:00:00",
-            //         },
-            //         {
-            //           index: 4,
-            //           name: "测试工装01485",
-            //           no: "01485",
-            //           type: "工装",
-            //           repairReason: "测试123",
-            //           repairTime: "2026-01-21 00:00:00",
-            //           completeRepairTime: "2026-01-22 00:00:00",
-            //         },
-            //         {
-            //           index: 5,
-            //           name: "测试设备02996",
-            //           no: "02996",
-            //           type: "设备",
-            //           repairReason: "1111111111111",
-            //           repairTime: "2026-01-21 00:00:00",
-            //           completeRepairTime: null,
-            //         },
-            //         {
-            //           index: 6,
-            //           name: "测试工装01393",
-            //           no: "01393",
-            //           type: "工装",
-            //           repairReason: null,
-            //           repairTime: "2026-01-20 00:00:00",
-            //           completeRepairTime: "2026-01-21 00:00:00",
-            //         },
-            //         {
-            //           index: 7,
-            //           name: "测试工装01497",
-            //           no: "01497",
-            //           type: "工装",
-            //           repairReason: "2222222",
-            //           repairTime: "2026-01-19 00:00:00",
-            //           completeRepairTime: null,
-            //         },
-            //         {
-            //           index: 8,
-            //           name: "测试设备03000",
-            //           no: "03000",
-            //           type: "设备",
-            //           repairReason: "测试1",
-            //           repairTime: "2026-01-11 00:00:00",
-            //           completeRepairTime: "2026-01-13 00:00:00",
-            //         },
-            //       ],
-            //     },
-            //     cfInventoryInspectionBoardResponse: {
-            //       inspectionQuantity: 6,
-            //       inspectionCompletedQuantity: 4,
-            //       inspectionUncompletedQuantity: 2,
-            //       cfInventoryInspectionLineBoardResponses: [
-            //         {
-            //           index: 1,
-            //           name: "测试设备02996",
-            //           no: "02996",
-            //           type: "设备",
-            //           inspectionReason: "需要检验",
-            //           inspectionTime: "2026-01-27 00:00:00",
-            //           completeInspectionTime: null,
-            //         },
-            //         {
-            //           index: 2,
-            //           name: "测试设备02982",
-            //           no: "02982",
-            //           type: "设备",
-            //           inspectionReason: "需要检验",
-            //           inspectionTime: "2026-01-24 00:00:00",
-            //           completeInspectionTime: "2026-01-25 00:00:00",
-            //         },
-            //         {
-            //           index: 3,
-            //           name: "测试工装01496",
-            //           no: "01496",
-            //           type: "工装",
-            //           inspectionReason: "这是一个测试",
-            //           inspectionTime: "2026-01-21 00:00:00",
-            //           completeInspectionTime: null,
-            //         },
-            //         {
-            //           index: 4,
-            //           name: "测试设备02995",
-            //           no: "02995",
-            //           type: "设备",
-            //           inspectionReason: "需要检验",
-            //           inspectionTime: "2026-01-21 00:00:00",
-            //           completeInspectionTime: "2026-01-22 00:00:00",
-            //         },
-            //         {
-            //           index: 5,
-            //           name: "测试工装01491",
-            //           no: "01491",
-            //           type: "工装",
-            //           inspectionReason: "这是一个测试",
-            //           inspectionTime: "2026-01-20 00:00:00",
-            //           completeInspectionTime: "2026-01-21 00:00:00",
-            //         },
-            //         {
-            //           index: 6,
-            //           name: "测试工装01493",
-            //           no: "01493",
-            //           type: "工装",
-            //           inspectionReason: "这是一个测试",
-            //           inspectionTime: "2026-01-10 00:00:00",
-            //           completeInspectionTime: "2026-01-29 00:00:00",
-            //         },
-            //       ],
-            //     },
-            //     cfInventoryChartBoardResponse: {
-            //       cfInventoryChartClampLineBoardResponses: [
-            //         {
-            //           monthName: "2026-1",
-            //           quantity: 3,
-            //         },
-            //         {
-            //           monthName: "2025-12",
-            //           quantity: 0,
-            //         },
-            //         {
-            //           monthName: "2025-11",
-            //           quantity: 0,
-            //         },
-            //         {
-            //           monthName: "2025-10",
-            //           quantity: 0,
-            //         },
-            //         {
-            //           monthName: "2025-9",
-            //           quantity: 0,
-            //         },
-            //         {
-            //           monthName: "2025-8",
-            //           quantity: 0,
-            //         },
-            //         {
-            //           monthName: "2025-7",
-            //           quantity: 0,
-            //         },
-            //         {
-            //           monthName: "2025-6",
-            //           quantity: 0,
-            //         },
-            //         {
-            //           monthName: "2025-5",
-            //           quantity: 0,
-            //         },
-            //         {
-            //           monthName: "2025-4",
-            //           quantity: 0,
-            //         },
-            //         {
-            //           monthName: "2025-3",
-            //           quantity: 0,
-            //         },
-            //         {
-            //           monthName: "2025-2",
-            //           quantity: 0,
-            //         },
-            //       ],
-            //       cfInventoryChartInstrumentLineBoardResponses: [
-            //         {
-            //           monthName: "2026-1",
-            //           quantity: 3,
-            //         },
-            //         {
-            //           monthName: "2025-12",
-            //           quantity: 0,
-            //         },
-            //         {
-            //           monthName: "2025-11",
-            //           quantity: 0,
-            //         },
-            //         {
-            //           monthName: "2025-10",
-            //           quantity: 0,
-            //         },
-            //         {
-            //           monthName: "2025-9",
-            //           quantity: 0,
-            //         },
-            //         {
-            //           monthName: "2025-8",
-            //           quantity: 0,
-            //         },
-            //         {
-            //           monthName: "2025-7",
-            //           quantity: 0,
-            //         },
-            //         {
-            //           monthName: "2025-6",
-            //           quantity: 0,
-            //         },
-            //         {
-            //           monthName: "2025-5",
-            //           quantity: 0,
-            //         },
-            //         {
-            //           monthName: "2025-4",
-            //           quantity: 0,
-            //         },
-            //         {
-            //           monthName: "2025-3",
-            //           quantity: 0,
-            //         },
-            //         {
-            //           monthName: "2025-2",
-            //           quantity: 0,
-            //         },
-            //       ],
-            //     },
-            //     cfInventoryAgvBoardResponse: {
-            //       completeQuantity: 25,
-            //       incompleteQuantity: 0,
-            //       agvTaskList: [
-            //         {
-            //           type: "成品下架",
-            //           createTime: "2026-01-20 18:32:19",
-            //           executeTime: "2026-01-20 18:32:20",
-            //           endTime: "2026-01-20 18:32:25",
-            //           agvName: "LeanwoAGV",
-            //           status: "已完成",
-            //           positionNo: "LT-1-2",
-            //           positionEndNo: "SD-1-1",
-            //         },
-            //         {
-            //           type: "料箱上架",
-            //           createTime: "2026-01-20 18:31:53",
-            //           executeTime: "2026-01-20 18:32:00",
-            //           endTime: "2026-01-20 18:32:05",
-            //           agvName: "LeanwoAGV",
-            //           status: "已完成",
-            //           positionNo: "SL-1-1",
-            //           positionEndNo: "LT-1-2",
-            //         },
-            //         {
-            //           type: "成品下架",
-            //           createTime: "2026-01-20 18:30:31",
-            //           executeTime: "2026-01-20 18:30:40",
-            //           endTime: "2026-01-20 18:30:45",
-            //           agvName: "LeanwoAGV",
-            //           status: "已完成",
-            //           positionNo: "LT-1-2",
-            //           positionEndNo: "SD-1-1",
-            //         },
-            //         {
-            //           type: "料箱上架",
-            //           createTime: "2026-01-20 18:29:34",
-            //           executeTime: "2026-01-20 18:29:40",
-            //           endTime: "2026-01-20 18:29:45",
-            //           agvName: "LeanwoAGV",
-            //           status: "已完成",
-            //           positionNo: "SL-1-1",
-            //           positionEndNo: "LT-1-2",
-            //         },
-            //         {
-            //           type: "成品下架",
-            //           createTime: "2026-01-20 18:18:48",
-            //           executeTime: "2026-01-20 18:19:00",
-            //           endTime: "2026-01-20 18:26:02",
-            //           agvName: "LeanwoAGV",
-            //           status: "已完成",
-            //           positionNo: "LT-1-2",
-            //           positionEndNo: "SD-1-1",
-            //         },
-            //         {
-            //           type: "料箱上架",
-            //           createTime: "2026-01-20 18:17:04",
-            //           executeTime: "2026-01-20 18:17:10",
-            //           endTime: "2026-01-20 18:17:16",
-            //           agvName: "LeanwoAGV",
-            //           status: "已完成",
-            //           positionNo: "SL-1-1",
-            //           positionEndNo: "LT-1-2",
-            //         },
-            //         {
-            //           type: "成品下架",
-            //           createTime: "2026-01-20 18:05:38",
-            //           executeTime: "2026-01-20 18:06:23",
-            //           endTime: "2026-01-20 18:08:29",
-            //           agvName: "LeanwoAGV",
-            //           status: "已完成",
-            //           positionNo: "LT-1-2",
-            //           positionEndNo: "SD-1-1",
-            //         },
-            //         {
-            //           type: "料箱上架",
-            //           createTime: "2026-01-20 18:03:20",
-            //           executeTime: "2026-01-20 18:03:30",
-            //           endTime: "2026-01-20 18:03:36",
-            //           agvName: "LeanwoAGV",
-            //           status: "已完成",
-            //           positionNo: "SL-1-1",
-            //           positionEndNo: "LT-1-2",
-            //         },
-            //         {
-            //           type: "成品下架",
-            //           createTime: "2026-01-20 17:59:52",
-            //           executeTime: "2026-01-20 18:00:00",
-            //           endTime: "2026-01-20 18:00:05",
-            //           agvName: "LeanwoAGV",
-            //           status: "已完成",
-            //           positionNo: "LT-1-2",
-            //           positionEndNo: "SD-1-1",
-            //         },
-            //         {
-            //           type: "料箱上架",
-            //           createTime: "2026-01-20 17:57:24",
-            //           executeTime: "2026-01-20 17:57:30",
-            //           endTime: "2026-01-20 17:57:35",
-            //           agvName: "LeanwoAGV",
-            //           status: "已完成",
-            //           positionNo: "SL-1-1",
-            //           positionEndNo: "LT-1-2",
-            //         },
-            //       ],
-            //       agvMonthTaskList: [
-            //         {
-            //           monthName: "2026-1",
-            //           groundCount: 2,
-            //           stereoscopicCount: 23,
-            //         },
-            //         {
-            //           monthName: "2025-12",
-            //           groundCount: 0,
-            //           stereoscopicCount: 0,
-            //         },
-            //         {
-            //           monthName: "2025-11",
-            //           groundCount: 0,
-            //           stereoscopicCount: 0,
-            //         },
-            //         {
-            //           monthName: "2025-10",
-            //           groundCount: 0,
-            //           stereoscopicCount: 0,
-            //         },
-            //         {
-            //           monthName: "2025-9",
-            //           groundCount: 0,
-            //           stereoscopicCount: 0,
-            //         },
-            //         {
-            //           monthName: "2025-8",
-            //           groundCount: 0,
-            //           stereoscopicCount: 0,
-            //         },
-            //         {
-            //           monthName: "2025-7",
-            //           groundCount: 0,
-            //           stereoscopicCount: 0,
-            //         },
-            //         {
-            //           monthName: "2025-6",
-            //           groundCount: 0,
-            //           stereoscopicCount: 0,
-            //         },
-            //         {
-            //           monthName: "2025-5",
-            //           groundCount: 0,
-            //           stereoscopicCount: 0,
-            //         },
-            //         {
-            //           monthName: "2025-4",
-            //           groundCount: 0,
-            //           stereoscopicCount: 0,
-            //         },
-            //         {
-            //           monthName: "2025-3",
-            //           groundCount: 0,
-            //           stereoscopicCount: 0,
-            //         },
-            //         {
-            //           monthName: "2025-2",
-            //           groundCount: 0,
-            //           stereoscopicCount: 0,
-            //         },
-            //       ],
-            //     },
-            //     cfInventoryUseTimeBoardResponse: [
-            //       {
-            //         invName: "测试工装00002",
-            //         invNo: "00002",
-            //         type: "工装",
-            //         useTime: "19天5时49分",
-            //       },
-            //       {
-            //         invName: "测试工装00001",
-            //         invNo: "00001",
-            //         type: "工装",
-            //         useTime: "18天22时48分",
-            //       },
-            //       {
-            //         invName: "测试工装00015",
-            //         invNo: "00015",
-            //         type: "工装",
-            //         useTime: "17天6时46分",
-            //       },
-            //       {
-            //         invName: "工装101",
-            //         invNo: "62255351027308800009",
-            //         type: "工装",
-            //         useTime: "15天2时23分",
-            //       },
-            //       {
-            //         invName: "工装-1",
-            //         invNo: "62255351027308800002",
-            //         type: "工装",
-            //         useTime: "3天22时31分",
-            //       },
-            //     ],
-            //   },
-            // };
+            // const success = twoDatas // 测试数据
             ajaxGet(url, params).then((success) => {
             if (success.errorCode === 0) {
               const {