This commit is contained in:
@@ -228,6 +228,14 @@ and it's probably not a big list to fill anyway
|
|||||||
*/
|
*/
|
||||||
let headers = [];
|
let headers = [];
|
||||||
|
|
||||||
|
if (this.form().showMe(this, "Items.Sequence")) {
|
||||||
|
headers.push({
|
||||||
|
text: this.$ay.t("Sequence"),
|
||||||
|
align: "left",
|
||||||
|
value: "sequence"
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
headers.push({
|
headers.push({
|
||||||
text: this.$ay.t("WorkOrderItemSummary"), //mandatory not hidden
|
text: this.$ay.t("WorkOrderItemSummary"), //mandatory not hidden
|
||||||
align: "left",
|
align: "left",
|
||||||
@@ -284,6 +292,7 @@ and it's probably not a big list to fill anyway
|
|||||||
return {
|
return {
|
||||||
index: i,
|
index: i,
|
||||||
id: x.id,
|
id: x.id,
|
||||||
|
sequence: x.sequence,
|
||||||
notes: x.notes,
|
notes: x.notes,
|
||||||
quantityReceived: window.$gz.locale.decimalLocalized(
|
quantityReceived: window.$gz.locale.decimalLocalized(
|
||||||
x.quantityReceived,
|
x.quantityReceived,
|
||||||
|
|||||||
@@ -1045,7 +1045,8 @@ async function fetchTranslatedText(vm) {
|
|||||||
"WorkOrderItemScheduledUserStopDate",
|
"WorkOrderItemScheduledUserStopDate",
|
||||||
"WorkOrderItemScheduledUserEstimatedQuantity",
|
"WorkOrderItemScheduledUserEstimatedQuantity",
|
||||||
"WorkOrderItemScheduledUserUserID",
|
"WorkOrderItemScheduledUserUserID",
|
||||||
"WorkOrderItemScheduledUserServiceRateID"
|
"WorkOrderItemScheduledUserServiceRateID",
|
||||||
|
"Sequence"
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user