master
cody 2 years ago
parent 6480be0974
commit 3c8ca7ce70

@ -524,7 +524,8 @@ class StatisticsController extends CommonController
$writer->save('php://output'); $writer->save('php://output');
exit; exit;
} }
return view($this->bladePath . ".bed", compact("area", "orderTotal", "totalBed", "project", "project_id", "month", "projects")); $admin = auth()->user();
return view($this->bladePath . ".bed", compact("admin","area", "orderTotal", "totalBed", "project", "project_id", "month", "projects"));
} }
/** /**

@ -78,6 +78,10 @@
<td>{{ $zongji['guanlifei'] }}</td> <td>{{ $zongji['guanlifei'] }}</td>
</tr> </tr>
</tbody> </tbody>
<div>
<span>江苏天天欣业物业服务有限公司</span>
<span>填报人:{{$admin['name']}}</span>
</div>
</table> </table>
</div> </div>
</div> </div>

Loading…
Cancel
Save