金豪看板
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.
 
 
 
 
 

90 lines
2.9 KiB

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> 金豪电机科技(苏州)有限公司--看板</title>
<link href="~/Content/css/framework-font.css" rel="stylesheet" />
<link href="~/Content/css/framework-login.css" rel="stylesheet" />
<link href="~/Content/css/framework-theme.css" rel="stylesheet" />
<link href="~/Content/js/bootstrap/bootstrap.min.css" rel="stylesheet" />
<script src="~/Content/js/jquery/jquery-2.1.1.min.js"></script>
<script src="~/Content/js/bootstrap/bootstrap.js"></script>
<script src="~/Content/js/dialog/dialog.js"></script>
<script src="~/Content/js/cookie/jquery.cookie.js"></script>
<script src="~/Content/js/md5/jquery.md5.js"></script>
<style>
.ButClass {
width: 250px;
font-size: 22px;
/*font-weight:300;*/
}
.ButClassRow {
margin-bottom: 10px;
}
.bg-bubbles {
z-index: -999;
}
</style>
</head>
<body>
<div class="wrapper" style="height:100%">
<div class="container" style="height:98%">
<div class="logo row" style="padding-left:0px;padding-bottom:15px;text-align:center;color:white;margin-top:55px">
<h2 style="font-size:35px">金豪电机科技(苏州)有限公司</h2>
</div>
<div class="row ButClassRow">
<a id="NF-WatchPanel1" authorize="yes" class="btn btn-primary dropdown-text ButClass" onclick="btn_WIP1()">生产管理看板</a>
</div>
<div class="row ButClassRow">
<a id="NF-WatchPanel1" authorize="yes" class="btn btn-primary dropdown-text ButClass" onclick="btn_WIP2()">仓库管理看板</a>
</div>
<div class="login_tips"></div>
</div>
<ul class="bg-bubbles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<div class="row" style="text-align:center;bottom:10px; font-size:13px;font-weight:bold;width:100%;position:absolute">
技术支持:苏州智合诚信息科技有限公司
</div>
<div class="copyright">
</div>
<script type="text/javascript">
</script>
<script type="text/javascript">
function btn_WIP1() {
var cc = window.location.href.replace("/Login/Index", "");
window.open(cc + "SRM/WatchPanel/PanelWip?&" + Math.random());
}
function btn_WIP2() {
var cc = window.location.href.replace("/Login/Index", "");
window.open(cc + "SRM/WatchPanel/PanelWip2?&" + Math.random());
}
</script>
</body>
</html>