This commit is contained in:
@@ -248,6 +248,7 @@
|
|||||||
`Items[${activeWoItemIndex}].scheduledUsers[${activeItemIndex}].serviceRateId`
|
`Items[${activeWoItemIndex}].scheduledUsers[${activeItemIndex}].serviceRateId`
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
@update:name="rateChange"
|
||||||
></gz-pick-list>
|
></gz-pick-list>
|
||||||
</v-col>
|
</v-col>
|
||||||
</template>
|
</template>
|
||||||
@@ -317,6 +318,11 @@ export default {
|
|||||||
this.activeItemIndex
|
this.activeItemIndex
|
||||||
].userViz = newName;
|
].userViz = newName;
|
||||||
},
|
},
|
||||||
|
rateChange(newName) {
|
||||||
|
this.value.items[this.activeWoItemIndex].scheduledUsers[
|
||||||
|
this.activeItemIndex
|
||||||
|
].serviceRateViz = newName;
|
||||||
|
},
|
||||||
newItem() {
|
newItem() {
|
||||||
let newIndex = this.value.items[this.activeWoItemIndex].scheduledUsers
|
let newIndex = this.value.items[this.activeWoItemIndex].scheduledUsers
|
||||||
.length;
|
.length;
|
||||||
@@ -466,7 +472,7 @@ export default {
|
|||||||
headers.push({
|
headers.push({
|
||||||
text: this.$ay.t("WorkOrderItemScheduledUserServiceRateID"),
|
text: this.$ay.t("WorkOrderItemScheduledUserServiceRateID"),
|
||||||
align: "left",
|
align: "left",
|
||||||
value: "rateViz"
|
value: "serviceRateViz"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -495,7 +501,7 @@ export default {
|
|||||||
this.pvm.languageName
|
this.pvm.languageName
|
||||||
),
|
),
|
||||||
userViz: x.userViz,
|
userViz: x.userViz,
|
||||||
rateViz: x.serviceRateViz
|
serviceRateViz: x.serviceRateViz
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user