From 4ef886afde61c81fe69e97485fca31f3a359545f Mon Sep 17 00:00:00 2001 From: "ruoxing.wang" <88384874@qq.com> Date: Mon, 3 Mar 2025 08:41:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=86=E5=96=B7=E6=B6=82?= =?UTF-8?q?=E8=80=81=E5=A4=96=E7=B3=BB=E7=BB=9F=E5=85=B3=E8=81=94=E7=9A=84?= =?UTF-8?q?=E5=BA=95=E6=BC=86=E4=BB=B6=E7=BB=91=E5=AE=9A=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MESWebSite/MESWebSite.csproj | 8 +++ MESWebSite/Manage/PaintS_JCJL.aspx | 63 +++++++++++++++++++ MESWebSite/Manage/PaintS_JCJL.aspx.cs | 20 ++++++ .../Manage/PaintS_JCJL.aspx.designer.cs | 26 ++++++++ MESWebSite/Manage/Station.aspx | 4 +- 5 files changed, 120 insertions(+), 1 deletion(-) create mode 100644 MESWebSite/Manage/PaintS_JCJL.aspx create mode 100644 MESWebSite/Manage/PaintS_JCJL.aspx.cs create mode 100644 MESWebSite/Manage/PaintS_JCJL.aspx.designer.cs diff --git a/MESWebSite/MESWebSite.csproj b/MESWebSite/MESWebSite.csproj index 0bbb4c3..6c71687 100644 --- a/MESWebSite/MESWebSite.csproj +++ b/MESWebSite/MESWebSite.csproj @@ -124,6 +124,7 @@ + @@ -1406,6 +1407,13 @@ KeepVersion.aspx + + PaintS_JCJL.aspx + ASPXCodeBehind + + + PaintS_JCJL.aspx + LogSearch.aspx ASPXCodeBehind diff --git a/MESWebSite/Manage/PaintS_JCJL.aspx b/MESWebSite/Manage/PaintS_JCJL.aspx new file mode 100644 index 0000000..b7112f8 --- /dev/null +++ b/MESWebSite/Manage/PaintS_JCJL.aspx @@ -0,0 +1,63 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PaintS_JCJL.aspx.cs" Inherits="MESWebSite.Manage.PaintS_JCJL" %> + + + + + + + + + + + + + + + + 生产线信息 + + +
+ + <%----%> + + +
+ + diff --git a/MESWebSite/Manage/PaintS_JCJL.aspx.cs b/MESWebSite/Manage/PaintS_JCJL.aspx.cs new file mode 100644 index 0000000..baab3ec --- /dev/null +++ b/MESWebSite/Manage/PaintS_JCJL.aspx.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace MESWebSite.Manage +{ + public partial class PaintS_JCJL : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + if (Request.Cookies["LoginUserInfo"] == null) + { + Response.Write(""); + } + } + } +} \ No newline at end of file diff --git a/MESWebSite/Manage/PaintS_JCJL.aspx.designer.cs b/MESWebSite/Manage/PaintS_JCJL.aspx.designer.cs new file mode 100644 index 0000000..d99b17e --- /dev/null +++ b/MESWebSite/Manage/PaintS_JCJL.aspx.designer.cs @@ -0,0 +1,26 @@ +//------------------------------------------------------------------------------ +// <自动生成> +// 此代码由工具生成。 +// +// 对此文件的更改可能导致不正确的行为,如果 +// 重新生成代码,则所做更改将丢失。 +// +//------------------------------------------------------------------------------ + +namespace MESWebSite.Manage +{ + + + public partial class PaintS_JCJL + { + + /// + /// form1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + } +} diff --git a/MESWebSite/Manage/Station.aspx b/MESWebSite/Manage/Station.aspx index ae79101..a0da34b 100644 --- a/MESWebSite/Manage/Station.aspx +++ b/MESWebSite/Manage/Station.aspx @@ -209,7 +209,9 @@ }); - dg = $('#tb').datagrid({ + dg = $('#tb').datagrid( + + { fitColumns: true, nowrap: false, striped: true,