This commit is contained in:
@@ -520,14 +520,20 @@ export default {
|
||||
this.activeItemIndex
|
||||
];
|
||||
this.$router.push({
|
||||
name: "svc-units",
|
||||
name: "unit-edit",
|
||||
params: {
|
||||
recordid: 0,
|
||||
genFromPart: {
|
||||
customerId: this.value.customerId,
|
||||
partId: thisPart.partId,
|
||||
purchaseDate: this.value.serviceDate,
|
||||
serial: thisPart.serials
|
||||
serial: thisPart.serials,
|
||||
address: this.value.address,
|
||||
city: this.value.city,
|
||||
region: this.value.region,
|
||||
country: this.value.country,
|
||||
latitude: this.value.latitude,
|
||||
longitude: this.value.longitude
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user