From ba6bb35163b47e9726c56aacee1f7f78f59927c6 Mon Sep 17 00:00:00 2001 From: zhouhongjun <565221961@qq.com> Date: Mon, 4 Aug 2025 13:24:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=98=E5=B7=A5=E7=BC=96=E5=8F=B7=E5=92=8C?= =?UTF-8?q?=E5=91=98=E5=B7=A5=E5=A7=93=E5=90=8D=E5=8F=98=E6=8D=A2=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F=EF=BC=8C=E4=BA=A7=E7=BA=BF=E5=8F=98=E6=9B=B4=E4=B8=BA?= =?UTF-8?q?=E5=B7=A5=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MESWebSite/Manage/Operator.aspx | 14 +++++++------- MESWebSite/Manage/Operator.aspx.designer.cs | 20 +++++++++++--------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/MESWebSite/Manage/Operator.aspx b/MESWebSite/Manage/Operator.aspx index 0de2e47..d335a98 100644 --- a/MESWebSite/Manage/Operator.aspx +++ b/MESWebSite/Manage/Operator.aspx @@ -49,7 +49,7 @@ 员工信息 - 产线: + 工位: @@ -77,7 +77,7 @@

- 产线: + 工位:

@@ -89,7 +89,7 @@

- 员工编号: + 员工姓名:

@@ -99,7 +99,7 @@

- 员工姓名: + 员工编号:

@@ -215,9 +215,9 @@ remoteSort: false, columns: [[ { field: 'OperatorID', title: 'OperatorID', hidden: true }, - { field: 'StationNo', title: '产线', sortable: 'true', width: 10 }, - { field: 'OperatorNo', title: '员工编号', sortable: 'true', width: 10 }, - { field: 'OperatorName', title: '员工姓名', sortable: 'true', width: 10 }, + { field: 'StationNo', title: '工位', sortable: 'true', width: 10 }, + { field: 'OperatorNo', title: '员工姓名', sortable: 'true', width: 10 }, + { field: 'OperatorName', title: '员工编号', sortable: 'true', width: 10 }, { field: 'Des', title: '描述', sortable: 'true', width: 10 } ]], diff --git a/MESWebSite/Manage/Operator.aspx.designer.cs b/MESWebSite/Manage/Operator.aspx.designer.cs index 5aea1ee..6932322 100644 --- a/MESWebSite/Manage/Operator.aspx.designer.cs +++ b/MESWebSite/Manage/Operator.aspx.designer.cs @@ -2,16 +2,18 @@ // <自动生成> // 此代码由工具生成。 // -// 对此文件的更改可能会导致不正确的行为,并且如果 -// 重新生成代码,这些更改将会丢失。 +// 对此文件的更改可能导致不正确的行为,如果 +// 重新生成代码,则所做更改将丢失。 // //------------------------------------------------------------------------------ -namespace MESWebSite.Manage { - - - public partial class Operator { - +namespace MESWebSite.Manage +{ + + + public partial class Operator + { + /// /// form1 控件。 /// @@ -20,7 +22,7 @@ namespace MESWebSite.Manage { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::System.Web.UI.HtmlControls.HtmlForm form1; - + /// /// lblMessage 控件。 /// @@ -29,7 +31,7 @@ namespace MESWebSite.Manage { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::System.Web.UI.WebControls.Label lblMessage; - + /// /// UserID 控件。 ///