From 2dae2175578d62166f67c5d396f258fc7b9386a3 Mon Sep 17 00:00:00 2001 From: pengyb <726475269@qq.com> Date: Fri, 16 Aug 2024 09:20:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E5=BA=93=E3=80=81=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E8=80=83=E5=8B=A4=E6=8E=A5=E5=8F=A3=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hxy-web/css/fileImport.css | 2 +- hxy-web/css/header.css | 2 +- .../wireManager/attendance/attendance.html | 18 +- .../attendance/attendanceDetail.html | 25 +- hxy-web/html/wireManager/header.html | 9 +- hxy-web/html/wireManager/index.html | 19 +- .../html/wireManager/project/addTower.html | 77 +++ .../html/wireManager/project/projectAdd.html | 48 +- .../wireManager/project/projectDetail.html | 45 +- .../wireManager/project/projectImport.html | 37 +- .../html/wireManager/project/projectList.html | 15 +- .../html/wireManager/project/updTower.html | 77 +++ hxy-web/image/selectIcon.png | Bin 0 -> 2402 bytes hxy-web/js/public/jq.js | 25 + hxy-web/js/public/public.js | 12 +- hxy-web/js/public/public_utils.js | 2 +- .../js/wireManager/attendance/attendance.js | 409 ++++++------- .../attendance/attendanceDetail.js | 150 +++-- hxy-web/js/wireManager/header.js | 52 +- hxy-web/js/wireManager/index.js | 372 +++++------- hxy-web/js/wireManager/project/addTower.js | 74 +++ hxy-web/js/wireManager/project/projectAdd.js | 319 +++------- .../js/wireManager/project/projectDetail.js | 457 +++++++++++---- .../js/wireManager/project/projectImport.js | 142 +++-- hxy-web/js/wireManager/project/projectList.js | 332 +++++------ hxy-web/js/wireManager/project/updTower.js | 86 +++ .../viewResult/normalInspectionUpload.js | 2 + .../js/wireManager/viewResult/viewResult.js | 4 +- hxy-web/plugs/layui2.7.6/css/layui.css | 1 + hxy-web/plugs/layui2.7.6/css/modules/code.css | 1 + .../css/modules/laydate/default/laydate.css | 1 + .../css/modules/layer/default/icon-ext.png | Bin 0 -> 5911 bytes .../css/modules/layer/default/icon.png | Bin 0 -> 11493 bytes .../css/modules/layer/default/layer.css | 1 + .../css/modules/layer/default/loading-0.gif | Bin 0 -> 5793 bytes .../css/modules/layer/default/loading-1.gif | Bin 0 -> 701 bytes .../css/modules/layer/default/loading-2.gif | Bin 0 -> 1787 bytes hxy-web/plugs/layui2.7.6/font/iconfont.eot | Bin 0 -> 46684 bytes hxy-web/plugs/layui2.7.6/font/iconfont.svg | 554 ++++++++++++++++++ hxy-web/plugs/layui2.7.6/font/iconfont.ttf | Bin 0 -> 46508 bytes hxy-web/plugs/layui2.7.6/font/iconfont.woff | Bin 0 -> 30628 bytes hxy-web/plugs/layui2.7.6/font/iconfont.woff2 | Bin 0 -> 25964 bytes hxy-web/plugs/layui2.7.6/layui.js | 1 + hxy-web/templateDown/导入杆塔信息模板.xlsx | Bin 0 -> 10489 bytes hxy-web/util/time.js | 125 ++++ 45 files changed, 2314 insertions(+), 1182 deletions(-) create mode 100644 hxy-web/html/wireManager/project/addTower.html create mode 100644 hxy-web/html/wireManager/project/updTower.html create mode 100644 hxy-web/image/selectIcon.png create mode 100644 hxy-web/js/public/jq.js create mode 100644 hxy-web/js/wireManager/project/addTower.js create mode 100644 hxy-web/js/wireManager/project/updTower.js create mode 100644 hxy-web/plugs/layui2.7.6/css/layui.css create mode 100644 hxy-web/plugs/layui2.7.6/css/modules/code.css create mode 100644 hxy-web/plugs/layui2.7.6/css/modules/laydate/default/laydate.css create mode 100644 hxy-web/plugs/layui2.7.6/css/modules/layer/default/icon-ext.png create mode 100644 hxy-web/plugs/layui2.7.6/css/modules/layer/default/icon.png create mode 100644 hxy-web/plugs/layui2.7.6/css/modules/layer/default/layer.css create mode 100644 hxy-web/plugs/layui2.7.6/css/modules/layer/default/loading-0.gif create mode 100644 hxy-web/plugs/layui2.7.6/css/modules/layer/default/loading-1.gif create mode 100644 hxy-web/plugs/layui2.7.6/css/modules/layer/default/loading-2.gif create mode 100644 hxy-web/plugs/layui2.7.6/font/iconfont.eot create mode 100644 hxy-web/plugs/layui2.7.6/font/iconfont.svg create mode 100644 hxy-web/plugs/layui2.7.6/font/iconfont.ttf create mode 100644 hxy-web/plugs/layui2.7.6/font/iconfont.woff create mode 100644 hxy-web/plugs/layui2.7.6/font/iconfont.woff2 create mode 100644 hxy-web/plugs/layui2.7.6/layui.js create mode 100644 hxy-web/templateDown/导入杆塔信息模板.xlsx create mode 100644 hxy-web/util/time.js diff --git a/hxy-web/css/fileImport.css b/hxy-web/css/fileImport.css index f0b615c..d32ba56 100644 --- a/hxy-web/css/fileImport.css +++ b/hxy-web/css/fileImport.css @@ -17,7 +17,7 @@ body{ .content>form>div:nth-child(n + 3){ border: 1px solid #E9E9E9; width: 80%; - height: 24%; + height: 18%; margin-left: 10%; } .content button{ diff --git a/hxy-web/css/header.css b/hxy-web/css/header.css index 09f9457..ccc2ca9 100644 --- a/hxy-web/css/header.css +++ b/hxy-web/css/header.css @@ -20,7 +20,7 @@ html { margin-right: 5%; } .select-box{ - width: 40%; + width: 46%; height: 100%; display: flex; justify-content: center; diff --git a/hxy-web/html/wireManager/attendance/attendance.html b/hxy-web/html/wireManager/attendance/attendance.html index a3c3286..8102571 100644 --- a/hxy-web/html/wireManager/attendance/attendance.html +++ b/hxy-web/html/wireManager/attendance/attendance.html @@ -3,14 +3,16 @@
+
+
+
+
+
=`ua
zfic<-4J8bxat(%{#u1VF`w7bYxVKhb6q?tch9)4|d-w!er=Z!MnN!4!@I (p86HV{>}5Q(ZD&{kJ3z620uE@5~s|UX