This commit is contained in:
2021-06-29 17:54:52 +00:00
parent 450bc26a81
commit 07b4dd3125
18 changed files with 54 additions and 0 deletions

View File

@@ -1350,6 +1350,9 @@ export default {
this.obj = this.$route.params.obj;
this.obj.concurrency = undefined;
this.obj.id = 0;
this.obj.name = `${this.obj.name} - ${window.$gz.translation.get(
"Copy"
)}`;
this.obj.serviceRateItems.forEach(z => (z.id = 0));
this.obj.travelRateItems.forEach(z => (z.id = 0));
this.obj.contractPartOverrideItems.forEach(z => (z.id = 0));