shish 3 лет назад
Родитель
Сommit
e099049730
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      biz-ghs/order/classes/PurchaseOrderClass.php

+ 1 - 0
biz-ghs/order/classes/PurchaseOrderClass.php

@@ -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'] ?? '';