src/views/overview/OverviewListView.vue
@@ -393,9 +393,9 @@ toLocation: arr.toLocation.name, adjunctUnit:item.auxiliaryUnit, adjunctAmount:item.auxiliaryAmount, 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, } })