From c7ba1ce89a2a552eee9b5edadc9a302d8aafb05b Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期二, 13 六月 2023 15:15:16 +0800
Subject: [PATCH] 细节修改

---
 igds-app/js/admin/grain-history.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/igds-app/js/admin/grain-history.js b/igds-app/js/admin/grain-history.js
index a0866d0..2fb09c5 100644
--- a/igds-app/js/admin/grain-history.js
+++ b/igds-app/js/admin/grain-history.js
@@ -202,7 +202,7 @@
 		depotName = items[0].text;
 
 		$("#depot").val(depotName);
-		mui.toast(depotId + "-" + dateTime);
+		// mui.toast(depotId + "-" + dateTime);
 	});
 }
 

--
Gitblit v1.9.3