|
|
|
@ -158,7 +158,9 @@ public class WorkOrder implements Delayed {
@@ -158,7 +158,9 @@ public class WorkOrder implements Delayed {
|
|
|
|
|
"rollingDuration: " + duration + "\r\n" + |
|
|
|
|
"completionTime: " + localDateTime + "\r\n" + |
|
|
|
|
"runCompleted: " + this.runCompleted + "\r\n" + |
|
|
|
|
"runCanceled: " + this.runCanceled + "\r\n"; |
|
|
|
|
"runCanceled: " + this.runCanceled + "\r\n" + |
|
|
|
|
"productionCost: " + this.production_cost.toString() + "\r\n" + |
|
|
|
|
"totalProductionCost:: " + this.production_cost_total.toString(); |
|
|
|
|
|
|
|
|
|
return outSTring; |
|
|
|
|
} |
|
|
|
|