Browse Source

退件状态operationType === 13允许处理事件

xiaowang-12345
mk 10 months ago
parent
commit
29422886f1
  1. 4
      src/views/HotlineDetail/index.vue

4
src/views/HotlineDetail/index.vue

@ -175,7 +175,7 @@
</div>
</div>
</div>
<div class="container1" v-if="tableData.operationType !== '11' && tableData.operationType !== '12' && tableData.operationType !== '13' ">
<div class="container1" v-if="tableData.operationType !== '11' && tableData.operationType !== '12'">
<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>
</div>
@ -890,7 +890,7 @@ export default {
// this.$toast.fail("")
// return
// }
await multiReply({
operationType:this.operationType, //[11,10,9]
content: this.content,//

Loading…
Cancel
Save