|
|
@ -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 }, |
|
|
|