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)) }