diff --git a/ayanova/src/views/adm-global-settings.vue b/ayanova/src/views/adm-global-settings.vue index 6e3d15d6..1f3a8931 100644 --- a/ayanova/src/views/adm-global-settings.vue +++ b/ayanova/src/views/adm-global-settings.vue @@ -284,7 +284,7 @@ @change="fieldValueChanged('customerAllowViewWO')" > - + - + + + + + + + + + @@ -712,7 +753,17 @@ export default { customerAllowNotifyWOCreated: false, customerAllowNotifyWOCreatedInTags: [], customerAllowNotifyWOCompleted: false, - customerAllowNotifyWOCompletedInTags: [] + customerAllowNotifyWOCompletedInTags: [], + customerTagWorkOrderReport1Id: null, + customerWorkOrderReport1Tags: [], + customerTagWorkOrderReport2Id: null, + customerWorkOrderReport2Tags: [], + customerTagWorkOrderReport3Id: null, + customerWorkOrderReport3Tags: [], + customerTagWorkOrderReport4Id: null, + customerWorkOrderReport4Tags: [], + customerTagWorkOrderReport5Id: null, + customerWorkOrderReport5Tags: [] }, formState: { ready: false,