This commit is contained in:
@@ -268,7 +268,8 @@ TODO: 1 BETA DOCS:
|
|||||||
rather than bombing. maybe do this first so can catch the ones that slip through
|
rather than bombing. maybe do this first so can catch the ones that slip through
|
||||||
|
|
||||||
- 1 todo: Search limited to a type is *not* working, it just returns all results, search from a Customer for example and you will see all object results
|
- 1 todo: Search limited to a type is *not* working, it just returns all results, search from a Customer for example and you will see all object results
|
||||||
|
= 1 todo: tags required field validation not working?
|
||||||
|
- 1 todo: wiki control needs to be able to show validation errors when minimized so when it's a required field it can show if empty
|
||||||
- 1 todo: time control in native browser format isn't showing a title at all, check date as well. Date and time is ok
|
- 1 todo: time control in native browser format isn't showing a title at all, check date as well. Date and time is ok
|
||||||
- 1 todo: help about does it show user has native date time input use browser override?
|
- 1 todo: help about does it show user has native date time input use browser override?
|
||||||
|
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
</v-col>
|
</v-col>
|
||||||
<v-col
|
<v-col
|
||||||
v-if="
|
v-if="
|
||||||
form().showMe(this, 'WorkOrderStatus') &&
|
form().showMe(this, 'LastStatusId') &&
|
||||||
!(
|
!(
|
||||||
value.userIsSubContractorFull ||
|
value.userIsSubContractorFull ||
|
||||||
value.userIsSubContractorRestricted
|
value.userIsSubContractorRestricted
|
||||||
@@ -148,7 +148,7 @@
|
|||||||
|
|
||||||
<v-col
|
<v-col
|
||||||
v-if="
|
v-if="
|
||||||
form().showMe(this, 'WorkOrderCloseByDate') &&
|
form().showMe(this, 'CompleteByDate') &&
|
||||||
!(
|
!(
|
||||||
value.userIsSubContractorFull ||
|
value.userIsSubContractorFull ||
|
||||||
value.userIsSubContractorRestricted
|
value.userIsSubContractorRestricted
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
|
|
||||||
<v-col
|
<v-col
|
||||||
v-if="
|
v-if="
|
||||||
form().showMe(this, 'Contract') &&
|
form().showMe(this, 'ContractId') &&
|
||||||
!(
|
!(
|
||||||
value.userIsSubContractorFull ||
|
value.userIsSubContractorFull ||
|
||||||
value.userIsSubContractorRestricted
|
value.userIsSubContractorRestricted
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
|
|
||||||
<v-col
|
<v-col
|
||||||
v-if="
|
v-if="
|
||||||
form().showMe(this, 'Project') &&
|
form().showMe(this, 'ProjectId') &&
|
||||||
!(
|
!(
|
||||||
value.userIsSubContractorFull ||
|
value.userIsSubContractorFull ||
|
||||||
value.userIsSubContractorRestricted
|
value.userIsSubContractorRestricted
|
||||||
@@ -224,7 +224,7 @@
|
|||||||
|
|
||||||
<v-col
|
<v-col
|
||||||
v-if="
|
v-if="
|
||||||
form().showMe(this, 'WorkOrderInvoiceNumber') &&
|
form().showMe(this, 'InvoiceNumber') &&
|
||||||
!(
|
!(
|
||||||
value.userIsSubContractorFull ||
|
value.userIsSubContractorFull ||
|
||||||
value.userIsSubContractorRestricted
|
value.userIsSubContractorRestricted
|
||||||
@@ -248,7 +248,7 @@
|
|||||||
|
|
||||||
<v-col
|
<v-col
|
||||||
v-if="
|
v-if="
|
||||||
form().showMe(this, 'WorkOrderServiceDate') &&
|
form().showMe(this, 'ServiceDate') &&
|
||||||
!(
|
!(
|
||||||
value.userIsSubContractorFull ||
|
value.userIsSubContractorFull ||
|
||||||
value.userIsSubContractorRestricted
|
value.userIsSubContractorRestricted
|
||||||
@@ -271,7 +271,7 @@
|
|||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col
|
<v-col
|
||||||
v-if="form().showMe(this, 'WorkOrderCustomerContactName')"
|
v-if="form().showMe(this, 'CustomerContactName')"
|
||||||
cols="12"
|
cols="12"
|
||||||
sm="6"
|
sm="6"
|
||||||
lg="4"
|
lg="4"
|
||||||
@@ -295,7 +295,7 @@
|
|||||||
|
|
||||||
<v-col
|
<v-col
|
||||||
v-if="
|
v-if="
|
||||||
form().showMe(this, 'WorkOrderCustomerReferenceNumber') &&
|
form().showMe(this, 'CustomerReferenceNumber') &&
|
||||||
!(
|
!(
|
||||||
value.userIsSubContractorFull ||
|
value.userIsSubContractorFull ||
|
||||||
value.userIsSubContractorRestricted
|
value.userIsSubContractorRestricted
|
||||||
@@ -343,7 +343,7 @@
|
|||||||
|
|
||||||
<v-col
|
<v-col
|
||||||
v-if="
|
v-if="
|
||||||
form().showMe(this, 'WorkOrderOnsite') &&
|
form().showMe(this, 'Onsite') &&
|
||||||
!(
|
!(
|
||||||
value.userIsSubContractorFull ||
|
value.userIsSubContractorFull ||
|
||||||
value.userIsSubContractorRestricted
|
value.userIsSubContractorRestricted
|
||||||
|
|||||||
@@ -309,7 +309,7 @@
|
|||||||
></v-text-field>
|
></v-text-field>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col v-if="form().showMe(this, 'WorkOrderItemTechNotes')" cols="12">
|
<v-col v-if="form().showMe(this, 'TechNotes')" cols="12">
|
||||||
<v-textarea
|
<v-textarea
|
||||||
:ref="`items[${activeItemIndex}].techNotes`"
|
:ref="`items[${activeItemIndex}].techNotes`"
|
||||||
v-model="value.items[activeItemIndex].techNotes"
|
v-model="value.items[activeItemIndex].techNotes"
|
||||||
@@ -327,7 +327,7 @@
|
|||||||
|
|
||||||
<v-col
|
<v-col
|
||||||
v-if="
|
v-if="
|
||||||
form().showMe(this, 'WorkOrderItemRequestDate') &&
|
form().showMe(this, 'ItemRequestDate') &&
|
||||||
!value.userIsRestrictedType
|
!value.userIsRestrictedType
|
||||||
"
|
"
|
||||||
cols="12"
|
cols="12"
|
||||||
|
|||||||
Reference in New Issue
Block a user