Browse Source

金豪看板

master
徐莉 5 months ago
parent
commit
ab18d4bf64
  1. 16
      NFine.Web/Views/Login/Index.cshtml

16
NFine.Web/Views/Login/Index.cshtml

@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> 苏州明浩电子有限公司--看板</title>
<title> 金豪电机科技(苏州)有限公司--看板</title>
<link href="~/Content/css/framework-font.css" rel="stylesheet" /> <link href="~/Content/css/framework-font.css" rel="stylesheet" />
<link href="~/Content/css/framework-login.css" rel="stylesheet" /> <link href="~/Content/css/framework-login.css" rel="stylesheet" />
<link href="~/Content/css/framework-theme.css" rel="stylesheet" /> <link href="~/Content/css/framework-theme.css" rel="stylesheet" />
@ -37,13 +37,15 @@
<div class="container" style="height:98%"> <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"> <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>
<h2 style="font-size:35px">金豪电机科技(苏州)有限公司</h2>
</div> </div>
<div class="row ButClassRow"> <div class="row ButClassRow">
<a id="NF-WatchPanel1" authorize="yes" class="btn btn-primary dropdown-text ButClass" onclick="btn_WIP3()">生产监控看板</a>
<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>
<div class="login_tips"></div> <div class="login_tips"></div>
</div> </div>
@ -73,10 +75,14 @@
function btn_WIP3() {
function btn_WIP1() {
var cc = window.location.href.replace("/Login/Index", ""); var cc = window.location.href.replace("/Login/Index", "");
window.open(cc + "SRM/WatchPanel/PanelWip?&" + Math.random()); 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> </script>
</body> </body>

Loading…
Cancel
Save