src/views/overview/OverviewListView.vue
@@ -393,9 +393,9 @@ toLocation: arr.toLocation.name, adjunctUnit:adjunctUnit, adjunctAmount:adjunctAmount&&item.amount?adjunctAmount:'', grossWeight:item.product.grossWeight, grossWeight:item.product.grossWeight==0?'':item.product.grossWeight, totalGrossWeight:item.totalGrossWeight, netWeight:item.product.netWeight, netWeight:item.product.netWeight==0?'':item.product.netWeight, totalNetWeight:item.totalNetWeight, } })