|
|
@@ -453,7 +453,7 @@ class PurchaseOrderClass extends BaseClass
|
|
|
$unitFreight = bcmul($avgKgWeight, $productWeight, 2);
|
|
|
$unitCost = bcadd($unitCgPrice, $unitFreight, 2);
|
|
|
//四舍五入取整数
|
|
|
- $unitCost = round($unitCost);
|
|
|
+ //$unitCost = round($unitCost);
|
|
|
$batchData[$currentKey]['bigFreight'] = $unitFreight;
|
|
|
$batchData[$currentKey]['cost'] = $unitCost;
|
|
|
|