This commit is contained in:
2022-02-07 20:31:45 +00:00
parent 8a64702ed0
commit c4d97a84c5
4 changed files with 25 additions and 21 deletions

View File

@@ -908,6 +908,7 @@ BUILD 8.0.0-beta.0.14 CHANGES OF NOTE
Ops users can do ops things during ops state but no business object stuff even if they ahve the role as that's controlled in each api route individually
- Changed Material date picker to show adjacent months days
- work order item parts, removed serials from the table so it only displays in the edit form as during documentation realized it's eating up huge screen real estate
- Work order item labor, removed the service details from the Table so it only displays in the edit form as it's eating up a large amount of UI space unnecessarily.

View File

@@ -517,13 +517,14 @@ export default {
});
}
if (this.form().showMe(this, "WorkOrderItemLaborServiceDetails")) {
headers.push({
text: this.$ay.t("WorkOrderItemLaborServiceDetails"),
align: "left",
value: "serviceDetails"
});
}
//removed due to taking up a lot of space, maybe in future make this it's own customize option for shops that enter few details
// if (this.form().showMe(this, "WorkOrderItemLaborServiceDetails")) {
// headers.push({
// text: this.$ay.t("WorkOrderItemLaborServiceDetails"),
// align: "left",
// value: "serviceDetails"
// });
// }
if (this.form().showMe(this, "WorkOrderItemLaborUserID")) {
headers.push({

View File

@@ -517,13 +517,14 @@ export default {
});
}
if (this.form().showMe(this, "WorkOrderItemLaborServiceDetails")) {
headers.push({
text: this.$ay.t("WorkOrderItemLaborServiceDetails"),
align: "left",
value: "serviceDetails"
});
}
//removed due to taking up a lot of space, maybe in future make this it's own customize option for shops that enter few details
// if (this.form().showMe(this, "WorkOrderItemLaborServiceDetails")) {
// headers.push({
// text: this.$ay.t("WorkOrderItemLaborServiceDetails"),
// align: "left",
// value: "serviceDetails"
// });
// }
if (this.form().showMe(this, "WorkOrderItemLaborUserID")) {
headers.push({

View File

@@ -517,13 +517,14 @@ export default {
});
}
if (this.form().showMe(this, "WorkOrderItemLaborServiceDetails")) {
headers.push({
text: this.$ay.t("WorkOrderItemLaborServiceDetails"),
align: "left",
value: "serviceDetails"
});
}
//removed due to taking up a lot of space, maybe in future make this it's own customize option for shops that enter few details
// if (this.form().showMe(this, "WorkOrderItemLaborServiceDetails")) {
// headers.push({
// text: this.$ay.t("WorkOrderItemLaborServiceDetails"),
// align: "left",
// value: "serviceDetails"
// });
// }
if (this.form().showMe(this, "WorkOrderItemLaborUserID")) {
headers.push({