@extends('admin.layout-content') @section('header') @endsection @section('content')
租赁订单设备列表
@include('share.device-select-form', ['device_id' => '', 'device_name_id' => '', 'spec_id' => '', 'options' => $options, 'hide_spec' => true]) @include('share.project-work-point-select-form', ['project_id' => '', 'work_point_id' => '', 'options' => $project_work_point_options])
搜索
@endsection @section('footer') @endsection