From 1f1b9ac010b7ef6a055bdf22c022868c9033712f Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期一, 03 十一月 2025 10:00:35 +0800
Subject: [PATCH] 1

---
 新建文件夹/WMS/src/extension/system/Sys_Log.js |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/extension/system/Sys_Log.js" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/extension/system/Sys_Log.js"
index 24954d1..a0261db 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/extension/system/Sys_Log.js"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/extension/system/Sys_Log.js"
@@ -18,17 +18,17 @@
       console.log("sys_log")
       this.setFiexdSearchForm(true);
 
-      // 璁剧疆榛樿鏃堕棿鑼冨洿涓轰粖澶�0鐐瑰埌娆℃棩0鐐�
+    // 璁剧疆榛樿鏃堕棿鑼冨洿涓轰粖澶�0鐐瑰埌娆℃棩0鐐�
   // 鑾峰彇浠婂ぉ0鐐规椂闂�
-  // let todayStart = this.base.getDate(true); // 鑾峰彇褰撳墠鏃堕棿甯︽椂鍒嗙
-  // todayStart = todayStart.split(' ')[0] + ' 00:00:00'; // 璁剧疆涓轰粖澶�0鐐�
+  let todayStart = this.base.getDate(true); // 鑾峰彇褰撳墠鏃堕棿甯︽椂鍒嗙
+  todayStart = todayStart.split(' ')[0] + ' 00:00:00'; // 璁剧疆涓轰粖澶�0鐐�
   
-  // // 鑾峰彇鏄庡ぉ0鐐规椂闂�
-  // let tomorrowStart = this.base.addDays(todayStart, -1); // 鍔�1澶�
-  // tomorrowStart = tomorrowStart.split(' ')[0] + ' 00:00:00'; // 璁剧疆涓烘槑澶�0鐐�
+  // 鑾峰彇鏄庡ぉ0鐐规椂闂�
+  let tomorrowStart = this.base.addDays(todayStart, 1); // 鍔�1澶�
+  tomorrowStart = tomorrowStart.split(' ')[0] + ' 00:00:00'; // 璁剧疆涓烘槑澶�0鐐�
 
-  // // 濡傛灉鏄棩鏈熻寖鍥村瓧娈碉紙鏁扮粍褰㈠紡锛�
-  // this.searchFormFields.beginDate = [tomorrowStart,todayStart];
+  // 濡傛灉鏄棩鏈熻寖鍥村瓧娈碉紙鏁扮粍褰㈠紡锛�
+  this.searchFormFields.beginDate = [todayStart,tomorrowStart];
 
 
     },

--
Gitblit v1.9.3