优化派单池页面

This commit is contained in:
java110 2020-06-30 19:17:56 +08:00
parent 935eb4ea99
commit 323f0dcebf
2 changed files with 2 additions and 3 deletions

View File

@ -78,7 +78,6 @@
<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-right">操作</th>
</tr>
@ -90,7 +89,6 @@
<td class="text-center">{{ownerRepair.repairName}}</td>
<td class="text-center">{{ownerRepair.tel}}</td>
<td class="text-center">{{ownerRepair.appointmentTime}}</td>
<td class="text-center">{{ownerRepair.userName}}</td>
<td class="text-center">{{ownerRepair.stateName}}</td>
<td class="text-right">
<div class="btn-group" v-if="ownerRepair.state == '1000'">

View File

@ -118,7 +118,8 @@
},
_openDispatchRepairDetail:function(_ownerRepair){
vc.emit('ownerRepairDetail','openOwnerRepairDetailModal',_ownerRepair);
//vc.emit('ownerRepairDetail','openOwnerRepairDetailModal',_ownerRepair);
vc.jumpToPage('/admin.html#/pages/property/ownerRepairDetail?repairId=' + _ownerRepair.repairId);
},
_moreCondition:function(){
if(vc.component.repairDispatchManageInfo.moreCondition){