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/inout-out-record.js |   50 +++++++++++++++++++++++++-------------------------
 1 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/igds-app/js/admin/inout-out-record.js b/igds-app/js/admin/inout-out-record.js
index cb81c3d..23272f7 100644
--- a/igds-app/js/admin/inout-out-record.js
+++ b/igds-app/js/admin/inout-out-record.js
@@ -17,7 +17,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;
 	
@@ -58,30 +58,30 @@
 			mui.alert("绯荤粺绻佸繖,璇烽噸璇曪紒", "鎻愮ず", ["纭畾"], function() {}, "div")
 		}
 	})
-	outRecordData = {
-		"sum": "55",
-		"listInout": [{
-				"id": "98",
-				"plateNum": "39",
-				"depotId": "83",
-				"depotName": "鑳藉闄呮硶楂樼瓑",
-				"foodVariety": "quis Ut",
-				"foodVarietyName": "琚緳娴庢潵",
-				"recordWeight": "25",
-				"completeTime": "1971-10-20 14:45:38"
-			},
-			{
-				"id": "37",
-				"plateNum": "50",
-				"depotId": "16",
-				"depotName": "鍑嗘皯闈掑叡宸�",
-				"foodVariety": "aliquip eiusmod laborum nulla",
-				"foodVarietyName": "鍙疯蛋鏍瑰舰",
-				"recordWeight": "30",
-				"completeTime": "1971-04-09 06:42:06"
-			}
-		],
-	}
+	// outRecordData = {
+	// 	"sum": "55",
+	// 	"listInout": [{
+	// 			"id": "98",
+	// 			"plateNum": "39",
+	// 			"depotId": "83",
+	// 			"depotName": "鑳藉闄呮硶楂樼瓑",
+	// 			"foodVariety": "quis Ut",
+	// 			"foodVarietyName": "琚緳娴庢潵",
+	// 			"recordWeight": "25",
+	// 			"completeTime": "1971-10-20 14:45:38"
+	// 		},
+	// 		{
+	// 			"id": "37",
+	// 			"plateNum": "50",
+	// 			"depotId": "16",
+	// 			"depotName": "鍑嗘皯闈掑叡宸�",
+	// 			"foodVariety": "aliquip eiusmod laborum nulla",
+	// 			"foodVarietyName": "鍙疯蛋鏍瑰舰",
+	// 			"recordWeight": "30",
+	// 			"completeTime": "1971-04-09 06:42:06"
+	// 		}
+	// 	],
+	// }
 }
 
 //娓叉煋椤甸潰

--
Gitblit v1.9.3