| | |
| | | </view> |
| | | <!-- 已退回 --> |
| | | <view class="details_footer" v-if="info.status === 5"> |
| | | <u-button type="primary" shape="circle" color="#437CB3" @click="show2 = true" :plain="true" text="关闭订单"></u-button> |
| | | <u-button type="primary" shape="circle" color="#437CB3" @click="show2 = true" :plain="true" text="关闭申请"></u-button> |
| | | </view> |
| | | <!-- 待签署 --> |
| | | <view class="details_footer" v-if="info.status === 0"> |
| | |
| | | </view> |
| | | <!-- 已退回 --> |
| | | <view class="details_footer" v-if="info.status === 5"> |
| | | <u-button type="primary" shape="circle" color="#437CB3" @click="show2 = true" :plain="true" text="关闭订单"></u-button> |
| | | <u-button type="primary" shape="circle" color="#437CB3" @click="show2 = true" :plain="true" text="关闭申请"></u-button> |
| | | </view> |
| | | <!-- 待签署 --> |
| | | <view class="details_footer" v-if="info.status === 0"> |
| | |
| | | </u-modal> |
| | | <!-- 关闭确认弹窗 --> |
| | | <u-modal :show="show2" title="温馨提示" :showCancelButton="true" cancelText="我再想想" confirmColor="#437CB3" @cancel="cancel2" @confirm="confirm2"> |
| | | 确认关闭订单? |
| | | 确认关闭申请? |
| | | </u-modal> |
| | | <!-- 签署投保单验证码弹窗 --> |
| | | <u-modal :show="show1" title="获取验证码" :showCancelButton="true" confirmColor="#437CB3" @cancel="cancel1" @confirm="confirm1"> |
| | |
| | | cancel1() { |
| | | this.show1 = false |
| | | }, |
| | | // 关闭订单 |
| | | // 关闭申请 |
| | | confirm2() { |
| | | this.$u.api.applyChangeOpt({ |
| | | applyId: this.info.id, |