This commit is contained in:
@@ -77,7 +77,7 @@ OUTSTANDING WITH CUSTOMER
|
||||
if pw starts with "TEMP" or some key token then maybe they need to go to the change password automatically upon login
|
||||
this way can issue a pw and email it and when user first logs in they must set it to something?
|
||||
|
||||
Centralize MAP URLS
|
||||
|
||||
contacts
|
||||
Maybe convert generic customer contacts list to proper data grid source from server
|
||||
shows all contact info directly in grid
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
</v-col>
|
||||
|
||||
<v-col
|
||||
v-if="form().showMe(this, 'subVendorId') && obj.userType == 5"
|
||||
v-if="form().showMe(this, 'vendorId') && obj.userType == 5"
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="4"
|
||||
@@ -40,14 +40,14 @@
|
||||
<gz-pick-list
|
||||
:ayaType="ayaTypes().Vendor"
|
||||
:showEditIcon="true"
|
||||
v-model="obj.subVendorId"
|
||||
v-model="obj.vendorId"
|
||||
:readonly="formState.readOnly"
|
||||
:disabled="formState.readOnly"
|
||||
:label="$ay.t('Vendor')"
|
||||
ref="subVendorId"
|
||||
data-cy="subVendorId"
|
||||
:error-messages="form().serverErrors(this, 'subVendorId')"
|
||||
@input="fieldValueChanged('subVendorId')"
|
||||
ref="vendorId"
|
||||
data-cy="vendorId"
|
||||
:error-messages="form().serverErrors(this, 'vendorId')"
|
||||
@input="fieldValueChanged('vendorId')"
|
||||
></gz-pick-list>
|
||||
</v-col>
|
||||
|
||||
@@ -493,7 +493,7 @@ export default {
|
||||
notes: null,
|
||||
customerId: null,
|
||||
headOfficeId: null,
|
||||
subVendorId: null,
|
||||
vendorId: null,
|
||||
wiki: null,
|
||||
customFields: "{}",
|
||||
tags: [],
|
||||
|
||||
@@ -497,7 +497,7 @@ export default {
|
||||
notes: null,
|
||||
customerId: null,
|
||||
headOfficeId: null,
|
||||
subVendorId: null,
|
||||
vendorId: null,
|
||||
wiki: null,
|
||||
customFields: "{}",
|
||||
tags: [],
|
||||
|
||||
Reference in New Issue
Block a user