|
@@ -201,6 +201,7 @@ class SupplierService extends Service
|
|
|
$depart_map = Depart::whereIn('id',array_unique($depart))
|
|
|
->pluck('title','id')
|
|
|
->toArray();
|
|
|
+ $customer['depart'] = $customer['employee'] = [];
|
|
|
foreach ($customer_info as $value){
|
|
|
if($value['type'] == SupplierInfo::type_one){
|
|
|
$tmp = [
|