From f6abc8c724eed706487b7616bc6c816e5db5c939 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期二, 09 十二月 2025 20:13:48 +0800
Subject: [PATCH] 数量检测页面提交
---
fzzy-igdss-web/src/main/resources/templates/security/video-aerial.html | 77 ++++++++++++++++++++++++++++++++++++++
1 files changed, 77 insertions(+), 0 deletions(-)
diff --git a/fzzy-igdss-web/src/main/resources/templates/security/video-aerial.html b/fzzy-igdss-web/src/main/resources/templates/security/video-aerial.html
new file mode 100644
index 0000000..5bb5eb9
--- /dev/null
+++ b/fzzy-igdss-web/src/main/resources/templates/security/video-aerial.html
@@ -0,0 +1,77 @@
+<!DOCTYPE html>
+<html lang="zh-cn" xmlns:th=http://www.thymeleaf.org>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <meta name="renderer" content="webkit">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
+ <title>鏅烘収绮簱绠$悊骞冲彴-鐩戞帶楦熺灠鍥�</title>
+
+ <link rel="stylesheet" th:href="@{/ajax/libs/layui/css/layui.css}"/>
+ <style>
+ html, body, .full {
+ width: 100%;
+ height: 100%;
+ overflow-y: hidden;
+ }
+
+ #m-container {
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ -moz-background-size: 100% 100%;
+ }
+
+ .device {
+ position: absolute;
+ }
+
+ .device img {
+ width: 40px;
+ height: 40px;
+ }
+
+ #camera_info {
+ font-size: 14px;
+ font-weight: bold;
+ color: red;
+ }
+ </style>
+</head>
+<body>
+
+<div class="layui-card-body" style="height: 100%; padding: 1px;" id="main">
+ <div class="full" id="m-container">
+ <div style="float: right;">
+ <span id="camera_info">鎻愮ず锛�</span>
+ <button type="button" class="layui-btn layui-btn-sm" onclick="drag()">绉诲姩</button>
+ <button type="button" class="layui-btn layui-btn-sm layui-btn-danger" onclick="updatePos()">淇濆瓨</button>
+ </div>
+ </div>
+</div>
+
+<script th:inline="javascript">
+ //绯荤粺鐧婚檰浜�
+ var loginUser = [[${loginUser}]];
+ //涓氬姟绫诲瀷
+ var bizType = [[${bizType}]];
+ //userId
+ var userId = [[${loginUser.loginName}]];
+ var companyId = [[${loginUser.companyId}]];
+
+ //褰撳墠璁惧鍒楄〃
+ var listCamera = [[${listCamera}]];
+ var backgroundImg = [[${backgroundImg}]];
+</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="@{/common/igds-common.js}"></script>
+<script th:src="@{/js/plugins/drag/drag-drop.js}"></script>
+<script th:src="@{/security/video-aerial.js}"></script>
+
+<!-- 寮瑰嚭鎿嶄綔妗� -->
+<div class="layui-tab-content" id="aerialDialog" style="display: none;">
+ <div class="layui-btn-container m10"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
--
Gitblit v1.9.3