| | |
| | | <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()">更多 |
| | | v-on:click="_moreCondition()">{{unitInfo.moreCondition == true?'隐藏':'更多'}} |
| | | </button> |
| | | </div> |
| | | </div> |
| | |
| | | <div class="row"> |
| | | |
| | | <div class="col-sm-4"> |
| | | <input type="text" placeholder="请选择楼栋" |
| | | v-model="unitInfo.conditions.floorName" class=" form-control"> |
| | | <div class="input-group-prepend"> |
| | | <button type="button" class="btn btn-primary btn-sm" |
| | | v-on:click="_openChooseFloorMethod()"><i |
| | | class="glyphicon glyphicon-search"></i> 选择 |
| | | </button> |
| | | <div class="form-group input-group"> |
| | | <input type="text" placeholder="请选择楼栋" |
| | | v-model="unitInfo.conditions.floorName" class=" form-control"> |
| | | <div class="input-group-prepend"> |
| | | <button type="button" class="btn btn-primary btn-sm" |
| | | v-on:click="_openChooseFloorMethod()"><i |
| | | class="glyphicon glyphicon-search"></i> 选择 |
| | | </button> |
| | | </div> |
| | | </div> |
| | | |
| | | </div> |
| | | <div class="col-sm-3"> |
| | | <div class="form-group"> |
| | |
| | | <h5>单元信息</h5> |
| | | <div class="ibox-tools" style="top:10px;"> |
| | | <button type="button" class="btn btn-primary btn-sm" |
| | | v-if="unitInfo。conditions.floorId != null && unitInfo。conditions.floorId != ''" |
| | | v-if="unitInfo.conditions.floorId != null && unitInfo.conditions.floorId != ''" |
| | | style="margin-left:10px" v-on:click="openAddUnitModel()"> |
| | | <i class="glyphicon glyphicon-plus"></i> 添加单元 |
| | | </button> |
| | |
| | | <th data-hide="phone">总层数</th> |
| | | <th data-hide="phone">是否有电梯</th> |
| | | <th data-hide="phone,tablet">创建人</th> |
| | | <th data-hide="phone">备注</th> |
| | | <th class="text-right">操作</th> |
| | | |
| | | </tr> |
| | |
| | | </td> |
| | | <td> |
| | | {{unit.userName}} |
| | | </td> |
| | | <td> |
| | | {{unit.remark}} |
| | | </td> |
| | | <td class="text-right"> |
| | | <div class="btn-group"> |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | <!--<vc:create name="searchFloor" |
| | | <vc:create name="searchFloor" |
| | | emitChooseFloor="unit" |
| | | emitLoadData="unit" |
| | | ></vc:create> |
| | | <vc:create name="addUnit" |
| | | callBackListener="" |
| | | callBackFunction="" |
| | | ></vc:create>--> |
| | | ></vc:create> |
| | | <!-- 删除员工权限 --> |
| | | <vc:create name="editUnit"></vc:create> |
| | | <vc:create name="deleteUnit"></vc:create> |