|
@ -175,7 +175,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</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%; 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> |
|
|
<van-button style="width: 40%;" round type="info" @click="handlelist()">办理</van-button> |
|
|
</div> |
|
|
</div> |
|
@ -890,7 +890,7 @@ export default { |
|
|
// this.$toast.fail("请选择办理真实度") |
|
|
// this.$toast.fail("请选择办理真实度") |
|
|
// return |
|
|
// return |
|
|
// } |
|
|
// } |
|
|
|
|
|
|
|
|
await multiReply({ |
|
|
await multiReply({ |
|
|
operationType:this.operationType, //处理方式[11已办结,10办理中,9联系当事人] |
|
|
operationType:this.operationType, //处理方式[11已办结,10办理中,9联系当事人] |
|
|
content: this.content,//办理情况 |
|
|
content: this.content,//办理情况 |
|
|