|
|
@@ -450,6 +450,7 @@ class PurchaseOrderClass extends BaseClass
|
|
|
//四舍五入取整数
|
|
|
$unitCost = round($unitCost);
|
|
|
$batchData[$currentKey]['bigFreight'] = $unitFreight;
|
|
|
+ $batchData[$currentKey]['cost'] = $unitCost;
|
|
|
|
|
|
$currentCover = $productList[$productId]['cover'] ?? '';
|
|
|
$currentName = $productList[$productId]['name'] ?? '';
|