|
@@ -5,33 +5,46 @@
|
|
|
<div class="ibox-title">
|
|
<div class="ibox-title">
|
|
|
<h5>查询条件</h5>
|
|
<h5>查询条件</h5>
|
|
|
<div class="ibox-tools" style="top:10px;">
|
|
<div class="ibox-tools" style="top:10px;">
|
|
|
- <button type="button" class="btn btn-link btn-sm" style="margin-right:10px;" v-on:click="_moreCondition()">{{ownerRepairManageInfo.moreCondition == true?'隐藏':'更多'}}</button>
|
|
|
|
|
|
|
+ <button type="button" class="btn btn-link btn-sm" style="margin-right:10px;"
|
|
|
|
|
+ v-on:click="_moreCondition()">{{ownerRepairManageInfo.moreCondition == true?'隐藏':'更多'}}
|
|
|
|
|
+ </button>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="ibox-content">
|
|
<div class="ibox-content">
|
|
|
<div class="row">
|
|
<div class="row">
|
|
|
-<div class="col-sm-4" >
|
|
|
|
|
-<div class="form-group">
|
|
|
|
|
- <input type="text" placeholder="请输入报修ID" v-model="ownerRepairManageInfo.conditions.repairId" class=" form-control">
|
|
|
|
|
- </div> </div><div class="col-sm-4" >
|
|
|
|
|
-<div class="form-group">
|
|
|
|
|
- <input type="text" placeholder="请输入报修人" v-model="ownerRepairManageInfo.conditions.repairName" class=" form-control">
|
|
|
|
|
- </div> </div><div class="col-sm-3" >
|
|
|
|
|
-<div class="form-group">
|
|
|
|
|
- <input type="text" placeholder="请输入报修电话" v-model="ownerRepairManageInfo.conditions.tel" class=" form-control">
|
|
|
|
|
- </div> </div><div class="col-sm-1">
|
|
|
|
|
|
|
+ <div class="col-sm-4">
|
|
|
|
|
+ <div class="form-group">
|
|
|
|
|
+ <input type="text" placeholder="请输入报修ID"
|
|
|
|
|
+ v-model="ownerRepairManageInfo.conditions.repairId" class=" form-control">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-sm-4">
|
|
|
|
|
+ <div class="form-group">
|
|
|
|
|
+ <input type="text" placeholder="请输入报修人"
|
|
|
|
|
+ v-model="ownerRepairManageInfo.conditions.repairName" class=" form-control">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-sm-3">
|
|
|
|
|
+ <div class="form-group">
|
|
|
|
|
+ <input type="text" placeholder="请输入报修电话" v-model="ownerRepairManageInfo.conditions.tel"
|
|
|
|
|
+ class=" form-control">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-sm-1">
|
|
|
<button type="button" class="btn btn-primary btn-sm" v-on:click="_queryOwnerRepairMethod()">
|
|
<button type="button" class="btn btn-primary btn-sm" v-on:click="_queryOwnerRepairMethod()">
|
|
|
- <i class="glyphicon glyphicon-search"></i> 查询
|
|
|
|
|
|
|
+ <i class="glyphicon glyphicon-search"></i> 查询
|
|
|
</button>
|
|
</button>
|
|
|
- </div></div>
|
|
|
|
|
-<div class="row">
|
|
|
|
|
-<div class="col-sm-4" v-if="ownerRepairManageInfo.moreCondition == true">
|
|
|
|
|
-<select class="custom-select" v-model="ownerRepairManageInfo.conditions.repairType">
|
|
|
|
|
- <option selected value="">请选择报修类型</option>
|
|
|
|
|
- <option value="10001">卧室报修</option>
|
|
|
|
|
-<option value="10002">管道报修</option>
|
|
|
|
|
-<option value="10003">客厅报修</option>
|
|
|
|
|
- </select> </div></div>
|
|
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="row">
|
|
|
|
|
+ <div class="col-sm-4" v-if="ownerRepairManageInfo.moreCondition == true">
|
|
|
|
|
+ <select class="custom-select" v-model="ownerRepairManageInfo.conditions.repairType">
|
|
|
|
|
+ <option selected value="">请选择报修类型</option>
|
|
|
|
|
+ <option value="10001">卧室报修</option>
|
|
|
|
|
+ <option value="10002">管道报修</option>
|
|
|
|
|
+ <option value="10003">客厅报修</option>
|
|
|
|
|
+ </select></div>
|
|
|
|
|
+ </div>
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
@@ -42,11 +55,11 @@
|
|
|
<div class="col-lg-12">
|
|
<div class="col-lg-12">
|
|
|
<div class="ibox">
|
|
<div class="ibox">
|
|
|
<div class="ibox-title">
|
|
<div class="ibox-title">
|
|
|
- <h5>业主报修信息</h5>
|
|
|
|
|
|
|
+ <h5>报修信息</h5>
|
|
|
<div class="ibox-tools" style="top:10px;">
|
|
<div class="ibox-tools" style="top:10px;">
|
|
|
<button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddOwnerRepairModal()">
|
|
<button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddOwnerRepairModal()">
|
|
|
<i class="glyphicon glyphicon-plus"></i>
|
|
<i class="glyphicon glyphicon-plus"></i>
|
|
|
- 添加业主报修
|
|
|
|
|
|
|
+ 报修登记
|
|
|
</button>
|
|
</button>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -57,7 +70,7 @@
|
|
|
>
|
|
>
|
|
|
<thead>
|
|
<thead>
|
|
|
<tr>
|
|
<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>
|
|
<th class="text-center">报修人</th>
|
|
|
<th class="text-center">联系方式</th>
|
|
<th class="text-center">联系方式</th>
|
|
@@ -70,18 +83,24 @@
|
|
|
</thead>
|
|
</thead>
|
|
|
<tbody>
|
|
<tbody>
|
|
|
<tr v-for="ownerRepair in ownerRepairManageInfo.ownerRepairs">
|
|
<tr v-for="ownerRepair in ownerRepairManageInfo.ownerRepairs">
|
|
|
- <td class="text-center">{{ownerRepair.repairId}}</td>
|
|
|
|
|
|
|
+ <td class="text-center">{{ownerRepair.repairId}}</td>
|
|
|
<td class="text-center">{{ownerRepair.repairType}}</td>
|
|
<td class="text-center">{{ownerRepair.repairType}}</td>
|
|
|
<td class="text-center">{{ownerRepair.repairName}}</td>
|
|
<td class="text-center">{{ownerRepair.repairName}}</td>
|
|
|
<td class="text-center">{{ownerRepair.tel}}</td>
|
|
<td class="text-center">{{ownerRepair.tel}}</td>
|
|
|
<td class="text-center">{{ownerRepair.roomId}}</td>
|
|
<td class="text-center">{{ownerRepair.roomId}}</td>
|
|
|
<td class="text-center">{{ownerRepair.appointmentTime}}</td>
|
|
<td class="text-center">{{ownerRepair.appointmentTime}}</td>
|
|
|
- <td class="text-center"><div class="btn-group">
|
|
|
|
|
- <button class="btn-white btn btn-xs" v-on:click="_openEditOwnerRepairModel(ownerRepair)">修改</button>
|
|
|
|
|
|
|
+ <td class="text-center">
|
|
|
|
|
+ <div class="btn-group">
|
|
|
|
|
+ <button class="btn-white btn btn-xs"
|
|
|
|
|
+ v-on:click="_openEditOwnerRepairModel(ownerRepair)">修改
|
|
|
|
|
+ </button>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="btn-group">
|
|
<div class="btn-group">
|
|
|
- <button class="btn-white btn btn-xs" v-on:click="_openDeleteOwnerRepairModel(ownerRepair)">删除</button>
|
|
|
|
|
- </div></td>
|
|
|
|
|
|
|
+ <button class="btn-white btn btn-xs"
|
|
|
|
|
+ v-on:click="_openDeleteOwnerRepairModel(ownerRepair)">删除
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </td>
|
|
|
|
|
|
|
|
</tr>
|
|
</tr>
|
|
|
</tbody>
|
|
</tbody>
|
|
@@ -100,7 +119,6 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
<vc:create name="addOwnerRepair"
|
|
<vc:create name="addOwnerRepair"
|
|
|
callBackListener=""
|
|
callBackListener=""
|