|
|
@@ -1,4 +1,49 @@
|
|
|
<div id="component" >
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-lg-12">
|
|
|
+ <div class="ibox ">
|
|
|
+ <div class="ibox-title">
|
|
|
+ <h5>查询条件</h5>
|
|
|
+ <div class="ibox-tools" style="top:10px;">
|
|
|
+ <!-- <button type="button" class="btn btn-link btn-sm" style="margin-right:10px;"
|
|
|
+ v-on:click="_moreCondition()">更多
|
|
|
+ </button>-->
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="ibox-content">
|
|
|
+ <div class="row">
|
|
|
+
|
|
|
+ <div class="col-sm-4">
|
|
|
+ <div class="form-group">
|
|
|
+ <input type="text" placeholder="请输入楼栋ID"
|
|
|
+ v-model="listFloorInfo.conditions.floorId" class=" form-control">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-sm-3">
|
|
|
+ <div class="form-group">
|
|
|
+ <input type="text" placeholder="请输入楼栋编号"
|
|
|
+ v-model="listFloorInfo.conditions.floorNum" class=" form-control">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-sm-4">
|
|
|
+ <div class="form-group">
|
|
|
+ <input type="text" placeholder="请输入楼栋编号"
|
|
|
+ v-model="listFloorInfo.conditions.floorName" class=" form-control">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-sm-1">
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" v-on:click="_queryFloorMethod()"><i
|
|
|
+ class="glyphicon glyphicon-search" ></i> 查询
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="row">
|
|
|
<div class="col-lg-12">
|
|
|
<div class="ibox">
|
|
|
@@ -16,7 +61,7 @@
|
|
|
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th class="text-center">楼ID</th>
|
|
|
+ <th class="text-center">楼栋ID</th>
|
|
|
<th class="text-center">编号</th>
|
|
|
<th class="text-center">名称</th>
|
|
|
<th class="text-center">创建员工</th>
|