|
|
@ -182,7 +182,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="container1" v-if="tableData.operationType !== '11' && tableData.operationType !== '12'&&tableData.operationTypeName!='正常退件'"> |
|
|
|
<div class="container1" v-if="tableData.operationType !== '11' && tableData.operationType !== '12'&&tableData.operationTypeName!='正常退件'&&tableData.latestOperationType!='13'&&tableData.latestOperationType!='14'"> |
|
|
|
<van-button style="width: 40%; margin-right: 10%; background-color: #999999; color: #ffffff; border: none;" |
|
|
|
round type="info" @click="handleRefund()">退件</van-button> |
|
|
|
<van-button style="width: 40%;" round type="info" @click="handlelist()">办理</van-button> |
|
|
@ -506,8 +506,13 @@ export default { |
|
|
|
if (res.data.hotlineSpecialTeamReplyFlag) { |
|
|
|
this.hotlineSpecialTeamReplyFlag=true |
|
|
|
} |
|
|
|
if (res.data.eventState=="1") { |
|
|
|
console.log("dsfkjsdlkj"); |
|
|
|
this.actions = this.actions.filter(item => item.value !== "10"); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}).catch(err => { |
|
|
|