Jelajahi Sumber

采购 名称和封面

shish 3 tahun lalu
induk
melakukan
889b005c7a
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      biz-hd/purchase/classes/PurchaseClass.php

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

@@ -515,6 +515,8 @@ class PurchaseClass extends BaseClass
             $productList[$key]['smallPrice'] = $price;
             $productList[$key]['mainId'] = $mainId;
             $productList[$key]['ghsId'] = $ghsId;
+            $productList[$key]['name'] = $itemName;
+            $productList[$key]['cover'] = $cover;
 
             $currentBigUnit = $hdProductData[$hdProductId]['bigUnit'] ?? '';
             $currentSmallUnit = $hdProductData[$hdProductId]['smallUnit'] ?? '';