productionScheduler - action time
This commit is contained in:
@@ -153,6 +153,7 @@
|
||||
<th>Data wysyłki</th>
|
||||
<th>Czynność</th>
|
||||
<th>Linia</th>
|
||||
<th>Czas</th>
|
||||
<th>Uwagi</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -249,6 +250,9 @@
|
||||
<td>
|
||||
{$ROW.action_category}
|
||||
</td>
|
||||
<td>
|
||||
{$ROW.action_time}
|
||||
</td>
|
||||
<td>
|
||||
<div id="edit-description-{$ROW.id}" class="ui-icon ui-icon-pencil"
|
||||
onclick="editDescription('{$ROW.id}')" style="display: inline-block;"></div>
|
||||
@@ -262,6 +266,13 @@
|
||||
</tr>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="17" style="text-align: right;"></td>
|
||||
<td id="timeSummary"></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user