This commit is contained in:
2022-03-05 01:35:07 +00:00
parent 788c68cdf3
commit 6f9c1ce2c5
3 changed files with 9 additions and 16 deletions

View File

@@ -1,8 +1,5 @@
<template>
<div>
<!-- <span v-if="!noLabel" class="text-caption">
{{ title }}
</span> -->
<v-autocomplete
:value="value"
:readonly="readonly"

View File

@@ -719,12 +719,18 @@ async function populateSelectionLists(vm) {
vm.selectLists.eventTypes = tempEventTypes.filter(z => {
//return true if it's a type allowed for customer
switch (z.id) {
case 4: //WorkorderStatusChange = 4
return true;
case 6: //notifyCSRAccepted;
return true;
case 7: //notifyCSRRejected;
return true;
case 9: //QuoteStatusChange = 9
return true;
case 21: //notifyServiceImminent;
return true;
case 24: //WorkorderStatusAge = 24 This is to replace the v7 wo follow up x days after closed notification to send message for follow up after closed
return true;
case 30: //notifyWOCompleted;
return true;
case 31: //notifyWOCreated;