diff --git a/ayanova/src/views/svc-pm.vue b/ayanova/src/views/svc-pm.vue index dc9a9692..d9746fd3 100644 --- a/ayanova/src/views/svc-pm.vue +++ b/ayanova/src/views/svc-pm.vue @@ -598,17 +598,6 @@ export default { break; } }, - - // duplicate() { - // //Navigate to new record - // this.$router.push({ - // name: "pm-edit", - // params: { - // recordid: 0, - // obj: this.obj - // } - // }); - // }, duplicate() { let cp = JSON.parse(JSON.stringify(this.obj)); if (this.genCopyAttachments) { @@ -674,7 +663,7 @@ export default { if (this.genCopyAttachments) { //this property set will trigger server to copy attachments cp.genCopyAttachmentsFrom = { - sAType: window.$gz.type.WorkOrder, + sAType: window.$gz.type.PM, sId: this.obj.id }; } diff --git a/ayanova/src/views/svc-quote.vue b/ayanova/src/views/svc-quote.vue index 0e4bce3b..c6cc5a49 100644 --- a/ayanova/src/views/svc-quote.vue +++ b/ayanova/src/views/svc-quote.vue @@ -32,13 +32,13 @@ - + - - - -