From 0e4321412e67b289ba4feee669533326c965b2fb Mon Sep 17 00:00:00 2001
From: skjia <106962133@qq.com>
Date: Tue, 20 Aug 2024 10:10:05 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E5=BA=93=E5=8F=8A=E5=B7=A1?=
=?UTF-8?q?=E6=9F=A5=E7=BB=93=E6=9E=9C=E4=B8=8A=E4=BC=A0-=E8=B4=BE?=
=?UTF-8?q?=E8=83=9C=E5=87=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
hxy-web/html/photoView.html | 4 +-
hxy-web/html/wireManager/header.html | 2 +
hxy-web/html/wireManager/staff/staffAdd.html | 52 +-
hxy-web/html/wireManager/staff/staffList.html | 19 +-
.../viewResult/specialPatrolAdd.html | 4 +-
.../wireManager/viewResult/uploadPhoto.html | 5 +-
.../wireManager/viewResult/viewResult.html | 10 +-
.../viewResult/viewResultUpdate.html | 4 +-
hxy-web/js/formSelects-v4.css | 174 ++
hxy-web/js/formSelects-v4.js | 1791 +++++++++++++++++
hxy-web/js/public/public.js | 2 +
hxy-web/js/wireManager/header.js | 4 +-
hxy-web/js/wireManager/staff/staffAdd.js | 584 +++---
hxy-web/js/wireManager/staff/staffList.js | 144 +-
.../viewResult/specialPatrolAdd.js | 63 +-
.../js/wireManager/viewResult/uploadPhoto.js | 69 +-
.../js/wireManager/viewResult/viewResult.js | 156 +-
.../viewResult/viewResultUpdate.js | 334 ++-
18 files changed, 2847 insertions(+), 574 deletions(-)
create mode 100644 hxy-web/js/formSelects-v4.css
create mode 100644 hxy-web/js/formSelects-v4.js
diff --git a/hxy-web/html/photoView.html b/hxy-web/html/photoView.html
index 1d86c3f..8af33e9 100644
--- a/hxy-web/html/photoView.html
+++ b/hxy-web/html/photoView.html
@@ -43,10 +43,10 @@
}
//测试用
- path = 'http://192.168.0.14:1909/file/ynRealName/violationBlack/2024/05/13/08ffd23539df47ed873058a163249ffe005Qblgkgy1h3h38c7wwrj30q70q7gs5.jpg';
+ // path = 'http://192.168.0.14:1909/file/ynRealName/violationBlack/2024/05/13/08ffd23539df47ed873058a163249ffe005Qblgkgy1h3h38c7wwrj30q70q7gs5.jpg';
// path = fileUrl + "/" + filePath[i];
- var html = ``
+ var html = `
`
$("#content").empty();
$("#content").append(html);
});
diff --git a/hxy-web/html/wireManager/header.html b/hxy-web/html/wireManager/header.html
index 7c58845..302986f 100644
--- a/hxy-web/html/wireManager/header.html
+++ b/hxy-web/html/wireManager/header.html
@@ -10,7 +10,9 @@
+
+
diff --git a/hxy-web/html/wireManager/staff/staffAdd.html b/hxy-web/html/wireManager/staff/staffAdd.html
index 2eceae1..f5c0b13 100644
--- a/hxy-web/html/wireManager/staff/staffAdd.html
+++ b/hxy-web/html/wireManager/staff/staffAdd.html
@@ -8,8 +8,10 @@
+
-
+
+
@@ -113,6 +115,9 @@