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
|
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?
|
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
|
contacts
|
||||||
Maybe convert generic customer contacts list to proper data grid source from server
|
Maybe convert generic customer contacts list to proper data grid source from server
|
||||||
shows all contact info directly in grid
|
shows all contact info directly in grid
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col
|
<v-col
|
||||||
v-if="form().showMe(this, 'subVendorId') && obj.userType == 5"
|
v-if="form().showMe(this, 'vendorId') && obj.userType == 5"
|
||||||
cols="12"
|
cols="12"
|
||||||
sm="6"
|
sm="6"
|
||||||
lg="4"
|
lg="4"
|
||||||
@@ -40,14 +40,14 @@
|
|||||||
<gz-pick-list
|
<gz-pick-list
|
||||||
:ayaType="ayaTypes().Vendor"
|
:ayaType="ayaTypes().Vendor"
|
||||||
:showEditIcon="true"
|
:showEditIcon="true"
|
||||||
v-model="obj.subVendorId"
|
v-model="obj.vendorId"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:disabled="formState.readOnly"
|
:disabled="formState.readOnly"
|
||||||
:label="$ay.t('Vendor')"
|
:label="$ay.t('Vendor')"
|
||||||
ref="subVendorId"
|
ref="vendorId"
|
||||||
data-cy="subVendorId"
|
data-cy="vendorId"
|
||||||
:error-messages="form().serverErrors(this, 'subVendorId')"
|
:error-messages="form().serverErrors(this, 'vendorId')"
|
||||||
@input="fieldValueChanged('subVendorId')"
|
@input="fieldValueChanged('vendorId')"
|
||||||
></gz-pick-list>
|
></gz-pick-list>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
@@ -493,7 +493,7 @@ export default {
|
|||||||
notes: null,
|
notes: null,
|
||||||
customerId: null,
|
customerId: null,
|
||||||
headOfficeId: null,
|
headOfficeId: null,
|
||||||
subVendorId: null,
|
vendorId: null,
|
||||||
wiki: null,
|
wiki: null,
|
||||||
customFields: "{}",
|
customFields: "{}",
|
||||||
tags: [],
|
tags: [],
|
||||||
|
|||||||
@@ -497,7 +497,7 @@ export default {
|
|||||||
notes: null,
|
notes: null,
|
||||||
customerId: null,
|
customerId: null,
|
||||||
headOfficeId: null,
|
headOfficeId: null,
|
||||||
subVendorId: null,
|
vendorId: null,
|
||||||
wiki: null,
|
wiki: null,
|
||||||
customFields: "{}",
|
customFields: "{}",
|
||||||
tags: [],
|
tags: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user