From c4cce49f5e6fd1f74b9962cd86dd201694c3765e Mon Sep 17 00:00:00 2001
From: zhitong.yu <xynz17@163.com>
Date: 星期五, 14 二月 2025 18:26:41 +0800
Subject: [PATCH] 通用版本V2.1 新增所属公司功能
---
src/main/webapp/Home/TianDiMap.jsp | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/Home/TianDiMap.jsp b/src/main/webapp/Home/TianDiMap.jsp
index 8492115..52bee02 100644
--- a/src/main/webapp/Home/TianDiMap.jsp
+++ b/src/main/webapp/Home/TianDiMap.jsp
@@ -198,7 +198,7 @@
}
$("#personImage").empty()
- $("#personImage").append('<img style="width: 100px;height: 100px" src=/hxzkuwb/Icon/浜哄憳鐓х墖/' + data.baoliu38 + '/>')
+ $("#personImage").append('<img style="width: 100px;height: 100px" src=/hxzkuwb/Icon/PersonPhoto/' + data.baoliu38 + '/>')
$(".xingming").text(data.pname);
$(".xingbie").text(data.psex);
$(".bumen").text(data.pdepartment);
@@ -250,5 +250,7 @@
// 鏇存柊椤甸潰鏄剧ず鏃堕棿鐨勫厓绱犵殑鍐呭
document.getElementById("personDate").innerHTML ="鏇存柊鏃堕棿锛�"+ year + "-" + month + "-" + day + " " + hours + ":" + minutes + ":" + seconds;
}
+
+
</script>
</html>
--
Gitblit v1.10.0