This commit is contained in:
2021-02-26 19:30:14 +00:00
parent 6b59585c89
commit 80133e98f2
14 changed files with 137 additions and 66 deletions

View File

@@ -416,7 +416,7 @@ export default {
case window.$gz.type.Project:
return "$ayiLayerGroup";
case window.$gz.type.PurchaseOrder:
return "$ayiDollyFlatbed";
return "$ayiTruckLoading";
case window.$gz.type.Quote:
return "$ayiPencilAlt";
case window.$gz.type.QuoteItem:
@@ -444,7 +444,7 @@ export default {
case window.$gz.type.WorkOrderItemPart:
return "$ayiBoxes";
case window.$gz.type.WorkOrderItemPartRequest:
return "$ayiPaperPlane";
return "$ayiParachuteBox";
case window.$gz.type.WorkOrderItemScheduledUser:
return "$ayiUserClock";
case window.$gz.type.WorkOrderItemTask: