廖井涛
2025-04-09 80ca08209323f27348ae4bf72fc6c3bb9c64baad
north-glass-erp/northglass-erp/src/components/sd/order/PrintSheet4.vue
@@ -124,7 +124,7 @@
const getWeight = (productList) => {
  let weight = 0
  productList.forEach(item => {
    weight += item.weight
    weight += item.weight*item.quantity
  })
  return parseFloat(weight.toFixed(2))
}