From fa951846c2f8557c434cff0aa22bd3d123ba303e Mon Sep 17 00:00:00 2001 From: zhouhongjun <565221961@qq.com> Date: Mon, 4 Aug 2025 14:39:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E4=BF=A1=E6=81=AF=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=BA=A7=E7=BA=BF=E4=B8=BA=E5=B7=A5=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MESWebSite/Manage/Device.aspx | 6 +++--- MESWebSite/Manage/Device.aspx.designer.cs | 20 +++++++++++--------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/MESWebSite/Manage/Device.aspx b/MESWebSite/Manage/Device.aspx index 77122f3..8b501f4 100644 --- a/MESWebSite/Manage/Device.aspx +++ b/MESWebSite/Manage/Device.aspx @@ -62,7 +62,7 @@ 设备信息 - 产线: + 工位: @@ -91,7 +91,7 @@

- 产线: + 工位:

@@ -239,7 +239,7 @@ remoteSort: false, columns: [[ { field: 'DeviceID', title: 'DeviceID', hidden: true }, - { field: 'StationNo', title: '产线', sortable: 'true', width: 10 }, + { field: 'StationNo', title: '工位', sortable: 'true', width: 10 }, { field: 'DeviceNo', title: '设备号', sortable: 'true', width: 10 }, { field: 'DeviceName', title: '设备名称', sortable: 'true', width: 10 }, { field: 'DeviceModel', title: '设备型号', sortable: 'true', width: 10 }, diff --git a/MESWebSite/Manage/Device.aspx.designer.cs b/MESWebSite/Manage/Device.aspx.designer.cs index 8c5f0f4..6591d13 100644 --- a/MESWebSite/Manage/Device.aspx.designer.cs +++ b/MESWebSite/Manage/Device.aspx.designer.cs @@ -2,16 +2,18 @@ // <自动生成> // 此代码由工具生成。 // -// 对此文件的更改可能会导致不正确的行为,并且如果 -// 重新生成代码,这些更改将会丢失。 +// 对此文件的更改可能导致不正确的行为,如果 +// 重新生成代码,则所做更改将丢失。 // //------------------------------------------------------------------------------ -namespace MESWebSite.Manage { - - - public partial class Device { - +namespace MESWebSite.Manage +{ + + + public partial class Device + { + /// /// 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 控件。 ///