From f71349e211e274904bbd883c9ac119acc3f12368 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Mon, 09 Mar 2026 11:41:12 +0800
Subject: [PATCH] 修改名称

---
 src/views/stock/cityEntryStatistics.vue |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/views/stock/cityEntryStatistics.vue b/src/views/stock/cityEntryStatistics.vue
index 195b477..94118eb 100644
--- a/src/views/stock/cityEntryStatistics.vue
+++ b/src/views/stock/cityEntryStatistics.vue
@@ -264,17 +264,17 @@
 
             searchProductSearch(){
                 this.listQuery.pageIndex = 1
-                const date1 = new Date(this.validTime[0]);
-                const date2 = new Date(this.validTime[1]);
-                const differenceInMs = Math.abs(date2 - date1);
-                const differenceInDays = differenceInMs / (1000 * 60 * 60 * 24)
-                if(differenceInDays > 32){
-                    this.$message({
-                        type: 'warning',
-                        message: '时间跨度超过一个月的,请联系管理员查询数据'
-                    })
-                    return
-                }
+                // const date1 = new Date(this.validTime[0]);
+                // const date2 = new Date(this.validTime[1]);
+                // const differenceInMs = Math.abs(date2 - date1);
+                // const differenceInDays = differenceInMs / (1000 * 60 * 60 * 24)
+                // if(differenceInDays > 32){
+                //     this.$message({
+                //         type: 'warning',
+                //         message: '时间跨度超过一个月的,请联系管理员查询数据'
+                //     })
+                //     return
+                // }
                 this.getPersonProductList()
             },
 

--
Gitblit v1.9.2