This commit is contained in:
@@ -52,15 +52,15 @@
|
|||||||
:ayaType="ayaTypes().User"
|
:ayaType="ayaTypes().User"
|
||||||
:variant="'inside'"
|
:variant="'inside'"
|
||||||
:showEditIcon="true"
|
:showEditIcon="true"
|
||||||
v-model="obj.projectOverseerId"
|
v-model="obj.csrOverseerId"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:label="
|
:label="
|
||||||
$ay.t('CustomerServiceRequestCustomerServiceRequestOverseerID')
|
$ay.t('CustomerServiceRequestCustomerServiceRequestOverseerID')
|
||||||
"
|
"
|
||||||
ref="projectOverseerId"
|
ref="csrOverseerId"
|
||||||
data-cy="projectOverseerId"
|
data-cy="csrOverseerId"
|
||||||
:error-messages="form().serverErrors(this, 'projectOverseerId')"
|
:error-messages="form().serverErrors(this, 'csrOverseerId')"
|
||||||
@input="fieldValueChanged('projectOverseerId')"
|
@input="fieldValueChanged('csrOverseerId')"
|
||||||
></gz-pick-list>
|
></gz-pick-list>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
@@ -188,8 +188,8 @@
|
|||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
const FORM_KEY = "project-edit";
|
const FORM_KEY = "csr-edit";
|
||||||
const API_BASE_URL = "project/";
|
const API_BASE_URL = "csr/";
|
||||||
const FORM_CUSTOM_TEMPLATE_KEY = "CustomerServiceRequest"; //<-- Should always be CoreBizObject AyaType name here where possible
|
const FORM_CUSTOM_TEMPLATE_KEY = "CustomerServiceRequest"; //<-- Should always be CoreBizObject AyaType name here where possible
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@@ -269,7 +269,7 @@ export default {
|
|||||||
tags: []
|
tags: []
|
||||||
// dateStarted: window.$gz.locale.nowUTC8601String(),
|
// dateStarted: window.$gz.locale.nowUTC8601String(),
|
||||||
// dateCompleted: null,
|
// dateCompleted: null,
|
||||||
// projectOverseerId: null,
|
// csrOverseerId: null,
|
||||||
// accountNumber: null
|
// accountNumber: null
|
||||||
},
|
},
|
||||||
formState: {
|
formState: {
|
||||||
@@ -721,12 +721,16 @@ async function initForm(vm) {
|
|||||||
async function fetchTranslatedText(vm) {
|
async function fetchTranslatedText(vm) {
|
||||||
await window.$gz.translation.cacheTranslations([
|
await window.$gz.translation.cacheTranslations([
|
||||||
"CustomerServiceRequest",
|
"CustomerServiceRequest",
|
||||||
"CustomerServiceRequestName",
|
"CustomerServiceRequestTitle",
|
||||||
"CustomerServiceRequestNotes",
|
"CustomerServiceRequestDetails",
|
||||||
"CustomerServiceRequestAccountNumber",
|
"Created",
|
||||||
"CustomerServiceRequestCustomerServiceRequestOverseerID",
|
"Customer",
|
||||||
"CustomerServiceRequestDateStarted",
|
"CustomerServiceRequestItemUnitID",
|
||||||
"CustomerServiceRequestDateCompleted",
|
"WorkOrder",
|
||||||
|
"CustomerServiceRequestRequestedBy",
|
||||||
|
"CustomerServiceRequestCustomerReferenceNumber",
|
||||||
|
"CustomerServiceRequestStatus",
|
||||||
|
"CustomerServiceRequestPriority",
|
||||||
"CustomerServiceRequestCustom1",
|
"CustomerServiceRequestCustom1",
|
||||||
"CustomerServiceRequestCustom2",
|
"CustomerServiceRequestCustom2",
|
||||||
"CustomerServiceRequestCustom3",
|
"CustomerServiceRequestCustom3",
|
||||||
|
|||||||
Reference in New Issue
Block a user