完成签约之后直接添加人员,录入下发凭证
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
766 B

<!DOCTYPE html>
<html>
<head>
<script src="event.js"></script>
<script src="sha1.js"></script>
<script src="http.js"></script>
<script src="main.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="msg">
<div id="buffer"> </div>
<div id="msg_end"></div>
</div>
<div class="buttons">
<input type="checkbox" id="show-log"> Debug
<button id="enroll">Enroll</button>
<button id="down">Down</button>
<button id="match">Match</button>
<button id="refresh">Refesh Device</button>
<button id="export">Export</button>
<button id="import">Import&Down</button>
<input type="file" id="import-file" style="display:none"/>
</div>
</body>
</html>