latest changes

This commit is contained in:
Dobie Wollert
2015-07-26 03:46:43 -04:00
parent 24f4acc1d3
commit 3964ec1321
7 changed files with 90 additions and 22 deletions

View File

@ -40,8 +40,13 @@
<tr ng-hide="loading" ng-repeat="workorder in workorders | orderBy : sort.column : sort.descending">
<td>
<a ng-href="/workorders/{{workorder._id}}">#{{workorder.biomedId}} - {{workorder.reason}}</a><br>
<strong>Techs:</strong> {{ workorder.techs | techs }}<br>
{{workorder.remarks}}
<span ng-show="workorder.reason != 'Shipment'">
<strong>Techs:</strong> {{ workorder.techs | techs }}<br>
{{workorder.remarks}}
</span>
<span ng-show="workorder.reason == 'Shipment'">
<strong>Tracking Number:</strong> {{workorder.trackingNumber}}
</span>
</td>
<td><a ng-href="/clients/{{workorder.client._id}}">{{workorder.client.name}} ({{workorder.client.identifier}})</a></td>
<td>{{workorder.scheduling.start | date}}</td>