This commit is contained in:
2021-07-09 00:17:59 +00:00
parent 225c5f182a
commit 17cae92902
2 changed files with 36 additions and 4 deletions

View File

@@ -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
}
}
});