ruoxing.wang 2 days ago
parent
commit
12d5724357
  1. 6
      MESWebSite/Manage/Device.aspx
  2. 20
      MESWebSite/Manage/Device.aspx.designer.cs
  3. 14
      MESWebSite/Manage/Operator.aspx
  4. 20
      MESWebSite/Manage/Operator.aspx.designer.cs

6
MESWebSite/Manage/Device.aspx

@ -62,7 +62,7 @@
<td><span class="title" style="width: 100px;">设备信息</span>
</td>
<td style="width: 235px;"></td>
<td style="width: 235px;">产线
<td style="width: 235px;">工位
<select id="fl_id_s" class="easyui-combobox" style="width: 160px; height: 30px;"
data-options="valueField: 'StationID',textField: 'StationNo'">
</select></td>
@ -91,7 +91,7 @@
<tr>
<td class="title" style="width: 110px;">
<p>
产线
工位
</p>
</td>
<td colspan="2">
@ -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 },

20
MESWebSite/Manage/Device.aspx.designer.cs

@ -2,16 +2,18 @@
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// 对此文件的更改可能导致不正确的行为,如果
// 重新生成代码,则所做更改将丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace MESWebSite.Manage {
public partial class Device {
namespace MESWebSite.Manage
{
public partial class Device
{
/// <summary>
/// form1 控件。
/// </summary>
@ -20,7 +22,7 @@ namespace MESWebSite.Manage {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
/// <summary>
/// lblMessage 控件。
/// </summary>
@ -29,7 +31,7 @@ namespace MESWebSite.Manage {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblMessage;
/// <summary>
/// UserID 控件。
/// </summary>

14
MESWebSite/Manage/Operator.aspx

@ -49,7 +49,7 @@
<td><span class="title">员工信息</span>
</td>
<td style="width: 100px;"></td>
<td style="width: 260px;">产线
<td style="width: 260px;">工位
<select id="fl_id_s" class="easyui-combobox" style="width: 160px; height: 30px;"
data-options="valueField: 'StationID',textField: 'StationNo'">
</select></td>
@ -77,7 +77,7 @@
<tr>
<td class="title" style="width: 110px;">
<p>
产线
工位
</p>
</td>
<td colspan="2">
@ -89,7 +89,7 @@
<tr>
<td class="title" style="width: 110px;">
<p>
员工编号
员工姓名
</p>
</td>
<td colspan="2">
@ -99,7 +99,7 @@
<tr>
<td class="title" style="width: 110px;">
<p>
员工姓名
员工编号
</p>
</td>
<td colspan="2">
@ -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 }
]],

20
MESWebSite/Manage/Operator.aspx.designer.cs

@ -2,16 +2,18 @@
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// 对此文件的更改可能导致不正确的行为,如果
// 重新生成代码,则所做更改将丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace MESWebSite.Manage {
public partial class Operator {
namespace MESWebSite.Manage
{
public partial class Operator
{
/// <summary>
/// form1 控件。
/// </summary>
@ -20,7 +22,7 @@ namespace MESWebSite.Manage {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
/// <summary>
/// lblMessage 控件。
/// </summary>
@ -29,7 +31,7 @@ namespace MESWebSite.Manage {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblMessage;
/// <summary>
/// UserID 控件。
/// </summary>

Loading…
Cancel
Save