This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user