Browse Source

12345派件办件权限修改

xiaowang-12345
是小王呀\24601 6 months ago
parent
commit
6570cc3df0
  1. 7
      src/views/HotlineDetail/index.vue

7
src/views/HotlineDetail/index.vue

@ -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 => {

Loading…
Cancel
Save