This commit is contained in:
2021-03-08 15:56:02 +00:00
parent cec0645ccb
commit 876b4794e0
3 changed files with 26 additions and 1 deletions

View File

@@ -318,6 +318,13 @@
<tr
v-for="(item, index) in obj.contractTravelRateOverrideItems"
:key="item.Id"
:class="
form().childRowErrorClass(
thisVm(),
'ContractTravelRateOverrideItems',
index
)
"
>
<td class="text-right">{{ item.overridePct }}%</td>
<td class="text-left">
@@ -1581,6 +1588,9 @@ export default {
form() {
return window.$gz.form;
},
thisVm() {
return this;
},
fieldValueChanged(ref) {
if (
this.formState.ready &&