This commit is contained in:
@@ -390,7 +390,8 @@ MISC WO ITEMS that came up
|
|||||||
|
|
||||||
|
|
||||||
3873 3: subtree woitem lists implement
|
3873 3: subtree woitem lists implement
|
||||||
must be some planning on this, forget what I decided exactly
|
Not entirly sure about reporting, but data list should return object in question in tree as well as all ancestor objects up to woheader if recreating v7 style
|
||||||
|
|
||||||
|
|
||||||
3891 3: Implement a workable duplication system
|
3891 3: Implement a workable duplication system
|
||||||
SEE CASE 3891 for duplicate at client idea
|
SEE CASE 3891 for duplicate at client idea
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ async function clickHandler(menuItem) {
|
|||||||
//Now open the report viewer...
|
//Now open the report viewer...
|
||||||
m.vm.$router.push({
|
m.vm.$router.push({
|
||||||
name: "ay-report",
|
name: "ay-report",
|
||||||
params: { recordid: res.id, ayatype: window.$gz.type.WorkOrder }
|
params: { recordid: res.id, ayatype: window.$gz.type.WorkOrderItem }
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
@@ -119,12 +119,12 @@ async function clickHandler(menuItem) {
|
|||||||
function generateMenu(vm) {
|
function generateMenu(vm) {
|
||||||
let menuOptions = {
|
let menuOptions = {
|
||||||
isMain: true,
|
isMain: true,
|
||||||
icon: "$ayiTools",
|
icon: "$ayiWrench",
|
||||||
title: "WorkOrderList",
|
title: "WorkOrderItemList",
|
||||||
helpUrl: "svc-workorders",
|
helpUrl: "svc-workorders",
|
||||||
menuItems: [],
|
menuItems: [],
|
||||||
formData: {
|
formData: {
|
||||||
ayaType: window.$gz.type.WorkOrder
|
ayaType: window.$gz.type.WorkOrderItem
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -170,7 +170,7 @@ function generateMenu(vm) {
|
|||||||
menuOptions.menuItems.push({
|
menuOptions.menuItems.push({
|
||||||
title: "WorkOrderItemList",
|
title: "WorkOrderItemList",
|
||||||
icon: "$ayiWrench",
|
icon: "$ayiWrench",
|
||||||
key: FORM_KEY + ":WorkOrderItemList",
|
key: FORM_KEY + ":WorkOrderItemScheduledList",
|
||||||
vm: vm
|
vm: vm
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user