mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
latest changes
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user