|
|
@@ -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];
|
|
|
}
|
|
|
|
|
|
-}
|
|
|
+}
|