From 2df906a447195f9786dd468512ea895d6cc18532 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期四, 15 五月 2025 14:53:54 +0800
Subject: [PATCH] APP3.5开发

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

diff --git a/igds-app/js/admin/grain-history.js b/igds-app/js/admin/grain-history.js
index a0866d0..b492358 100644
--- a/igds-app/js/admin/grain-history.js
+++ b/igds-app/js/admin/grain-history.js
@@ -33,7 +33,7 @@
 function init() {
 	var user = JSON.parse(localStorage.getItem('user'));
 	var selectDeptId = JSON.parse(localStorage.getItem('selectDeptId'));
-	url = user.url + "/api-phone/v35/gateway";
+	url = user.url + "/api/phone/v35/gateway";
 	data.tokenAuth = user.tokenAuth;
 	data.data.deptId = selectDeptId;
 	data0.tokenAuth = user.tokenAuth;
@@ -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