haoxuan
2024-04-19 4c71426795d126d0491f2e4105090273909e6d51
src/views/overview/OverviewListView.vue
@@ -393,10 +393,10 @@
          toLocation: arr.toLocation.name,
          adjunctUnit:item.auxiliaryUnit,
          adjunctAmount:item.auxiliaryAmount,
          grossWeight:item.product.grossWeight,
          totalGrossWeight:item.totalGrossWeight,
          netWeight:item.product.netWeight,
          totalNetWeight:item.totalNetWeight,
          grossWeight:item.product.grossWeight==0?'':item.product.grossWeight,
          totalGrossWeight:item.totalGrossWeight==0?'':item.totalGrossWeight,
          netWeight:item.product.netWeight==0?'':item.product.netWeight,
          totalNetWeight:item.totalNetWeight==0?'':item.totalNetWeight,
        }
      })
      this.productTableList.tableInfomation = list