From 5b8bf171b9afda52fa366a72e54eedbd9e6d4d17 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期六, 01 十一月 2025 19:54:25 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/ZhiHuiQiCe/FangCangZhiNeng

---
 新建文件夹/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