From 44d988ced51e46e1a6526b328bae580e5679c305 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期二, 11 十一月 2025 14:46:10 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/erpOutstock/outstock.html   |    8 ++++----
 src/main/webapp/views/erpPoinstock/poinstock.html |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/main/webapp/views/erpOutstock/outstock.html b/src/main/webapp/views/erpOutstock/outstock.html
index 121923b..2db7487 100644
--- a/src/main/webapp/views/erpOutstock/outstock.html
+++ b/src/main/webapp/views/erpOutstock/outstock.html
@@ -170,10 +170,10 @@
                 const pageSize = ref(100)
                 const pageTotal = ref(0)
                 const tableSearchParam = ref({
-                    dateStart: null,
-                    dateEnd: null,
-                    // dateStart:new Date(),
-                    // dateEnd: new Date(),
+                    // dateStart: null,
+                    // dateEnd: null,
+                    dateStart:new Date(),
+                    dateEnd: new Date(),
                     fbillno: null,
                     fsupplyid: null,
                     bizTypeName: null,
diff --git a/src/main/webapp/views/erpPoinstock/poinstock.html b/src/main/webapp/views/erpPoinstock/poinstock.html
index 7d35071..150d080 100644
--- a/src/main/webapp/views/erpPoinstock/poinstock.html
+++ b/src/main/webapp/views/erpPoinstock/poinstock.html
@@ -229,10 +229,10 @@
             const pageSize = ref(100)
             const pageTotal = ref(0)
             const tableSearchParam = ref({
-                dateStart:null,
-                dateEnd: null,
-                // dateStart:new Date(),
-                // dateEnd: new Date(),
+                // dateStart:null,
+                // dateEnd: null,
+                dateStart:new Date(),
+                dateEnd: new Date(),
                 fbillno: null,
                 fsupplyid:null,
                 bizTypeName:null,

--
Gitblit v1.9.1