This commit is contained in:
2022-01-24 22:38:57 +00:00
parent b51d80d1da
commit 9475dbd2ec
9 changed files with 73 additions and 98 deletions

View File

@@ -86,13 +86,7 @@
>{{ $ay.t("Undelete")
}}<v-icon right large>$ayiTrashRestoreAlt</v-icon></v-btn
>
<v-col
v-if="form().showMe(this, 'WorkOrderItemUnit')"
cols="12"
sm="6"
lg="4"
xl="3"
>
<v-col cols="12" sm="6" lg="4" xl="3">
<gz-pick-list
:ref="
`Items[${activeWoItemIndex}].units[${activeItemIndex}].unitId`
@@ -405,13 +399,11 @@ export default {
headerList: function() {
const headers = [];
if (this.form().showMe(this, "WorkOrderItemUnit")) {
headers.push({
text: this.$ay.t("Unit"),
align: "left",
value: "unitViz"
});
}
headers.push({
text: this.$ay.t("Unit"),
align: "left",
value: "unitViz"
});
if (this.form().showMe(this, "UnitModelName")) {
headers.push({