Browse Source

设备信息更新产线为工位

master
周红军 1 day ago
parent
commit
fa951846c2
  1. 6
      MESWebSite/Manage/Device.aspx
  2. 20
      MESWebSite/Manage/Device.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>

Loading…
Cancel
Save