This commit is contained in:
@@ -650,6 +650,17 @@ export default {
|
||||
});
|
||||
cp.id = 0;
|
||||
cp.fromPMId = this.obj.id;
|
||||
//Service work order defaults copied from work order Data object
|
||||
cp.serviceDate = null;
|
||||
cp.completeByDate = null;
|
||||
cp.durationToCompleted = "00:00:00";
|
||||
cp.invoiceNumber = null;
|
||||
cp.customerSignature = null;
|
||||
cp.customerSignatureName = null;
|
||||
cp.customerSignatureCaptured = null;
|
||||
cp.techSignature = null;
|
||||
cp.techSignatureName = null;
|
||||
cp.techSignatureCaptured = null;
|
||||
|
||||
//Navigate to new record
|
||||
this.$router.push({
|
||||
|
||||
Reference in New Issue
Block a user