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.
63 lines
2.2 KiB
63 lines
2.2 KiB
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PaintS_JCJL.aspx.cs" Inherits="MESWebSite.Manage.PaintS_JCJL" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<link href="/CSS/Basics.css" rel="stylesheet" />
|
|
<link href="/Scripts/jquery-easyui-1.4.3/themes/metro/easyui.css" rel="stylesheet" type="text/css" />
|
|
<link href="/Scripts/jquery-easyui-1.4.3/themes/icon.css" rel="stylesheet" type="text/css" />
|
|
<link href="/Scripts/jquery-easyui-1.4.3/themes/color.css" rel="stylesheet" type="text/css" />
|
|
<script src="/Scripts/jquery-easyui-1.4.3/jquery.min.js" type="text/javascript"></script>
|
|
<script src="/Scripts/jquery-easyui-1.4.3/jquery.easyui.min.js" type="text/javascript"></script>
|
|
<script src="/Scripts/jquery-easyui-1.4.3/locale/easyui-lang-zh_CN.js" type="text/javascript"></script>
|
|
<script src="/Scripts/MyJs.js" type="text/javascript"></script>
|
|
<style>
|
|
#w td {
|
|
padding: 5px 5px;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#w .title {
|
|
vertical-align: middle;
|
|
text-align: right;
|
|
height: 40px;
|
|
}
|
|
|
|
p {
|
|
padding: 5px;
|
|
font-size: small;
|
|
font-family: 微软雅黑;
|
|
}
|
|
|
|
.datagrid {
|
|
text-align: center;
|
|
}
|
|
|
|
.search_first{
|
|
margin-left: 33%
|
|
}
|
|
|
|
/* 中等屏幕 桌面显示器 992至1400 */
|
|
@media screen and (min-width:992px) and (max-width:1400px){
|
|
.search_first{
|
|
margin-left: 1%
|
|
}
|
|
}
|
|
</style>
|
|
<title>生产线信息</title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
|
|
<%--<script type="text/javascript">
|
|
var url = "http://10.60.101.97:8888/bi/Viewer?proc=1&action=viewer&hback=true&db=WMS!5e93!!5b58!!6c47!!603b!!62a5!!8868!-!4e00!!5382!!2f!!55b7!!6d82!MES!8ffd!!6eaf!!62a5!!8868!!2f!!55b7!!6d82!MES!62a5!!5e9f!!4ea7!!54c1!!660e!!7ec6!.db&platform=PC&au_act=login&adminv=lz&passv=123";
|
|
let targetWindow = window.open(url, "_blank");
|
|
</script>--%>
|
|
|
|
|
|
</form>
|
|
</body>
|
|
</html>
|
|
|