From 0b27b9263ce721844d124ec4541a83b0f6db6c13 Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期一, 19 六月 2023 10:46:26 +0800 Subject: [PATCH] 电子巡更 --- igds-app/js/admin/grain-history.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/igds-app/js/admin/grain-history.js b/igds-app/js/admin/grain-history.js index a0866d0..475606d 100644 --- a/igds-app/js/admin/grain-history.js +++ b/igds-app/js/admin/grain-history.js @@ -185,10 +185,10 @@ dtpicker.show(function(e) { dateTime = e.value; $("#dateTime").val(dateTime); - }) - if(time != dateTime){ - getHistoryList() - } + if(time != dateTime){ + getHistoryList() + } + }) } //閫夋嫨浠撳簱 @@ -202,7 +202,7 @@ depotName = items[0].text; $("#depot").val(depotName); - mui.toast(depotId + "-" + dateTime); + // mui.toast(depotId + "-" + dateTime); }); } -- Gitblit v1.9.3