shish 3 년 전
부모
커밋
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'] ?? '';