This commit is contained in:
@@ -17,10 +17,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
todo: Customer access
|
todo: Customer access
|
||||||
- PAUSE FOR REPORTING WHERE IT"S AT:
|
- PAUSE FOR REPORTING WHERE IT"S AT:
|
||||||
admin form has ability to set settings, backend stores them, that's about it
|
admin form has ability to set settings, backend stores them, that's about it
|
||||||
|
|||||||
@@ -91,7 +91,7 @@
|
|||||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-model="obj.name"
|
v-model="obj.name"
|
||||||
:readonly="formState.readOnly"
|
readonly
|
||||||
:label="$ay.t('CustomerServiceRequestTitle')"
|
:label="$ay.t('CustomerServiceRequestTitle')"
|
||||||
:rules="[form().required(this, 'name')]"
|
:rules="[form().required(this, 'name')]"
|
||||||
:error-messages="form().serverErrors(this, 'name')"
|
:error-messages="form().serverErrors(this, 'name')"
|
||||||
@@ -110,7 +110,7 @@
|
|||||||
>
|
>
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-model="obj.customerReferenceNumber"
|
v-model="obj.customerReferenceNumber"
|
||||||
:readonly="formState.readOnly"
|
readonly
|
||||||
:label="$ay.t('CustomerServiceRequestCustomerReferenceNumber')"
|
:label="$ay.t('CustomerServiceRequestCustomerReferenceNumber')"
|
||||||
ref="customerReferenceNumber"
|
ref="customerReferenceNumber"
|
||||||
data-cy="customerReferenceNumber"
|
data-cy="customerReferenceNumber"
|
||||||
@@ -133,7 +133,7 @@
|
|||||||
:variant="'outside'"
|
:variant="'outside'"
|
||||||
show-edit-icon
|
show-edit-icon
|
||||||
v-model="obj.requestedByUserId"
|
v-model="obj.requestedByUserId"
|
||||||
:readonly="formState.readOnly"
|
readonly
|
||||||
:label="$ay.t('CustomerServiceRequestRequestedBy')"
|
:label="$ay.t('CustomerServiceRequestRequestedBy')"
|
||||||
ref="requestedByUserId"
|
ref="requestedByUserId"
|
||||||
data-cy="requestedByUserId"
|
data-cy="requestedByUserId"
|
||||||
@@ -154,7 +154,7 @@
|
|||||||
:variant="'customerid:' + obj.customerId"
|
:variant="'customerid:' + obj.customerId"
|
||||||
show-edit-icon
|
show-edit-icon
|
||||||
v-model="obj.unitId"
|
v-model="obj.unitId"
|
||||||
:readonly="formState.readOnly"
|
readonly
|
||||||
:label="$ay.t('CustomerServiceRequestItemUnitID')"
|
:label="$ay.t('CustomerServiceRequestItemUnitID')"
|
||||||
ref="unitId"
|
ref="unitId"
|
||||||
data-cy="unitId"
|
data-cy="unitId"
|
||||||
@@ -167,7 +167,7 @@
|
|||||||
<v-col v-if="form().showMe(this, 'Notes')" cols="12">
|
<v-col v-if="form().showMe(this, 'Notes')" cols="12">
|
||||||
<v-textarea
|
<v-textarea
|
||||||
v-model="obj.notes"
|
v-model="obj.notes"
|
||||||
:readonly="formState.readOnly"
|
readonly
|
||||||
:label="$ay.t('CustomerServiceRequestDetails')"
|
:label="$ay.t('CustomerServiceRequestDetails')"
|
||||||
:error-messages="form().serverErrors(this, 'notes')"
|
:error-messages="form().serverErrors(this, 'notes')"
|
||||||
ref="notes"
|
ref="notes"
|
||||||
|
|||||||
Reference in New Issue
Block a user