This commit is contained in:
@@ -97,6 +97,25 @@
|
|||||||
@input="fieldValueChanged('unit')"
|
@input="fieldValueChanged('unit')"
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
|
<v-col
|
||||||
|
v-if="form().showMe(this, 'ContractOnly')"
|
||||||
|
cols="12"
|
||||||
|
sm="6"
|
||||||
|
lg="4"
|
||||||
|
xl="3"
|
||||||
|
>
|
||||||
|
<v-checkbox
|
||||||
|
v-model="obj.contractOnly"
|
||||||
|
:readonly="formState.readOnly"
|
||||||
|
:label="$ay.t('RateContractRate')"
|
||||||
|
ref="contractOnly"
|
||||||
|
data-cy="contractOnly"
|
||||||
|
:error-messages="form().serverErrors(this, 'contractOnly')"
|
||||||
|
@change="fieldValueChanged('contractOnly')"
|
||||||
|
></v-checkbox>
|
||||||
|
</v-col>
|
||||||
|
|
||||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||||
<v-checkbox
|
<v-checkbox
|
||||||
v-model="obj.active"
|
v-model="obj.active"
|
||||||
@@ -689,6 +708,7 @@ async function fetchTranslatedText(vm) {
|
|||||||
"Cost",
|
"Cost",
|
||||||
"RateCharge",
|
"RateCharge",
|
||||||
"RateUnitChargeDescriptionID",
|
"RateUnitChargeDescriptionID",
|
||||||
|
"RateContractRate",
|
||||||
"ServiceRateCustom1",
|
"ServiceRateCustom1",
|
||||||
"ServiceRateCustom2",
|
"ServiceRateCustom2",
|
||||||
"ServiceRateCustom3",
|
"ServiceRateCustom3",
|
||||||
|
|||||||
@@ -97,6 +97,23 @@
|
|||||||
@input="fieldValueChanged('unit')"
|
@input="fieldValueChanged('unit')"
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
<v-col
|
||||||
|
v-if="form().showMe(this, 'ContractOnly')"
|
||||||
|
cols="12"
|
||||||
|
sm="6"
|
||||||
|
lg="4"
|
||||||
|
xl="3"
|
||||||
|
>
|
||||||
|
<v-checkbox
|
||||||
|
v-model="obj.contractOnly"
|
||||||
|
:readonly="formState.readOnly"
|
||||||
|
:label="$ay.t('RateContractRate')"
|
||||||
|
ref="contractOnly"
|
||||||
|
data-cy="contractOnly"
|
||||||
|
:error-messages="form().serverErrors(this, 'contractOnly')"
|
||||||
|
@change="fieldValueChanged('contractOnly')"
|
||||||
|
></v-checkbox>
|
||||||
|
</v-col>
|
||||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||||
<v-checkbox
|
<v-checkbox
|
||||||
v-model="obj.active"
|
v-model="obj.active"
|
||||||
@@ -689,6 +706,7 @@ async function fetchTranslatedText(vm) {
|
|||||||
"Cost",
|
"Cost",
|
||||||
"RateCharge",
|
"RateCharge",
|
||||||
"RateUnitChargeDescriptionID",
|
"RateUnitChargeDescriptionID",
|
||||||
|
"RateContractRate",
|
||||||
"TravelRateCustom1",
|
"TravelRateCustom1",
|
||||||
"TravelRateCustom2",
|
"TravelRateCustom2",
|
||||||
"TravelRateCustom3",
|
"TravelRateCustom3",
|
||||||
|
|||||||
Reference in New Issue
Block a user