Browse Source

小单位单价

shish 5 years ago
parent
commit
aefbb8bd0b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      biz-hd/purchase/classes/PurchaseClass.php

+ 3 - 0
biz-hd/purchase/classes/PurchaseClass.php

@@ -116,6 +116,9 @@ class PurchaseClass extends BaseClass
             $productList[$key]['preTotalPrice'] = $productPrePrice;
             $productList[$key]['productId'] = $hdProductId;
             $productList[$key]['ghsProductId'] = $productId;
+            //小单位单价
+            $smallPrice = bcdiv($price, $ratio, 2);
+            $productList[$key]['smallPrice'] = $smallPrice;
 
             $prePrice = bcadd($prePrice, $productTotalPrice, 2);