haoxuan
2024-04-19 75b4bf4554da6622cfe00f577829b256fc44f32c
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,  
        }
      })