hn_cloud_web/smz-screen/js/worker/person.js

13 lines
598 B
JavaScript
Raw Normal View History

2025-11-27 16:55:35 +08:00
$(function(){
$("#ifr").attr("src","../../page/worker/workerPeople/information.html");
})
function btnClick(data){
if(data=="1"){
$("#ifr").attr("src","../../page/worker/workerPeople/information.html");
document.getElementById("xxBtn").style.backgroundColor="#02A7F0"; document.getElementById("kqBtn").style.backgroundColor="#027DB4";
}else if(data=="2"){
$("#ifr").attr("src","../../page/worker/workerAttendance/attendance.html");
document.getElementById("xxBtn").style.backgroundColor="#027DB4"; document.getElementById("kqBtn").style.backgroundColor="#02A7F0";
}
}