Przeglądaj źródła

采购列表优化

林琦海 5 lat temu
rodzic
commit
16d2f65370
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      biz-hd/purchase/services/PurchaseService.php

+ 2 - 2
biz-hd/purchase/services/PurchaseService.php

@@ -41,7 +41,7 @@ class PurchaseService extends BaseService
             $list[$key]['supplierAvatar'] = $ghsInfo[$ghsId]['logoUrl'] ?? imgUtil::getPrefix() . '/hhb_small.png';
             $adminId = $val['adminId'] ?? 0;
             $list[$key]['adminName'] = $adminInfo[$adminId]['name'] ?? '';
-            $list[$key]['status'] = rand(1, 4);
+            //$list[$key]['status'] = rand(1, 4);
         }
         return $list;
     }
@@ -54,4 +54,4 @@ class PurchaseService extends BaseService
         return ['list' => $list, 'debtNum' => $count];
     }
 
-}
+}