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

@ -1148,12 +1148,16 @@ angular.module('biomed')
$scope.workorderType = 'pm';
} else if (search.workorderType == "meeting") {
$scope.model.reason = "Meeting";
$scope.workorderType = 'meeting';
$scope.model.status = 'n/a';
$scope.workorderType = 'meeting';
if (search.clientId) {
$scope.model.client = search.clientId;
}
} else if (search.workorderType == 'shipment') {
$scope.model.reason = 'Shipment';
$scope.model.status = 'scheduled';
$scope.workorderType = 'shipment';
} else {
if (search.clientId) {
$scope.model.client = search.clientId;