This commit is contained in:
2022-01-27 00:16:43 +00:00
parent e4607db21d
commit eb68c069c2
2 changed files with 7 additions and 4 deletions

View File

@@ -392,7 +392,10 @@
></gz-currency> ></gz-currency>
</v-col> </v-col>
<v-col v-if="form().showMe(this, 'WorkOrderItemPartSerials')" cols="12"> <v-col
v-if="form().showMe(this, 'PurchaseOrderItemSerialNumbers')"
cols="12"
>
<v-textarea <v-textarea
:ref=" :ref="
`Items[${activeWoItemIndex}].parts[${activeItemIndex}].serials` `Items[${activeWoItemIndex}].parts[${activeItemIndex}].serials`
@@ -627,7 +630,7 @@ export default {
}); });
} }
if (this.form().showMe(this, "WorkOrderItemPartSerials")) { if (this.form().showMe(this, "PurchaseOrderItemSerialNumbers")) {
headers.push({ headers.push({
text: this.$ay.t("PurchaseOrderItemSerialNumbers"), text: this.$ay.t("PurchaseOrderItemSerialNumbers"),
align: "left", align: "left",

View File

@@ -86,7 +86,7 @@
> >
<v-col <v-col
v-if="form().showMe(this, 'WorkOrderItemTaskSequence')" v-if="form().showMe(this, 'Sequence')"
cols="12" cols="12"
sm="6" sm="6"
lg="4" lg="4"
@@ -359,7 +359,7 @@ export default {
headerList: function() { headerList: function() {
const headers = []; const headers = [];
if (this.form().showMe(this, "WorkOrderItemTaskSequence")) { if (this.form().showMe(this, "Sequence")) {
headers.push({ headers.push({
text: this.$ay.t("Sequence"), text: this.$ay.t("Sequence"),
align: "left", align: "left",