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