This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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({
|
||||
|
||||
@@ -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({
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user