From 1bd6821c8ccc6861c74505bab0e8c52fe38f69f7 Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期四, 15 六月 2023 19:36:57 +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