From abf0b44fe291299f8440b84cc185a1205ece7096 Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期四, 26 二月 2026 17:11:47 +0800
Subject: [PATCH] 出入库过磅单打印模板修改

---
 fzzy-igdss-web/src/main/resources/templates/security/video-list-dept.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/fzzy-igdss-web/src/main/resources/templates/security/video-list-dept.html b/fzzy-igdss-web/src/main/resources/templates/security/video-list-dept.html
index c9737a3..8c36899 100644
--- a/fzzy-igdss-web/src/main/resources/templates/security/video-list-dept.html
+++ b/fzzy-igdss-web/src/main/resources/templates/security/video-list-dept.html
@@ -469,12 +469,14 @@
 <script th:inline="javascript">
     var listCamera = [[${listCamera}]];
     var type = [[${type}]];
+    var lan = [[${lan}]];
+    //缃戝叧淇℃伅
+    var gatewaySer = [[${gatewaySer}]];
 </script>
 <script th:src="@{/js/jquery.min.js}"></script>
 <script th:src="@{/ajax/libs/layui/layui.js}"></script>
 <script th:src="@{/common/constant.js}"></script>
 <script th:src="@{/security/video-list-dept.js}"></script>
-<script th:src="@{/security/flv.min.js}"></script>
 <script th:src="@{/security/video-control.js}"></script>
 </body>
 </html>

--
Gitblit v1.9.3