按钮
This commit is contained in:
@@ -240,19 +240,19 @@
|
|||||||
|
|
||||||
<div v-if="checkType == 2 && currIndex != 1">
|
<div v-if="checkType == 2 && currIndex != 1">
|
||||||
<div class="footer-btn" v-if="info.status == 0">
|
<div class="footer-btn" v-if="info.status == 0">
|
||||||
<div @click="toRemove('您确认要驳回此居民的监测对象申请吗?', 0)">驳回申请</div>
|
<!-- <div @click="toRemove('您确认要驳回此居民的监测对象申请吗?', 0)">驳回申请</div> -->
|
||||||
<div class="confirm-btn" @click="toRemove('您确认要将此居民纳入监测对象吗?', 1)">纳入监测</div>
|
<div class="confirm-btn" @click="toRemove('您确认要将此居民纳入监测对象吗?', 1)">纳入监测</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer-btn" v-if="info.status == 1">
|
<div class="footer-btn" v-if="info.status == 1">
|
||||||
<div @click="del">删除人员</div>
|
<!-- <div @click="del">删除人员</div> -->
|
||||||
<div class="confirm-btn" @click="toRemove('您确认要解除此监测对象的风险吗?', 1)">消除风险</div>
|
<div class="confirm-btn" @click="toRemove('您确认要解除此监测对象的风险吗?', 1)">消除风险</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer-btn" v-if="info.status == 2">
|
<div class="footer-btn" v-if="info.status == 2">
|
||||||
<div @click="toRemove('您确认要继续监测该居民?', 0)">继续监测</div>
|
<!-- <div @click="toRemove('您确认要继续监测该居民?', 0)">继续监测</div> -->
|
||||||
<div class="confirm-btn" @click="toRemove('您确认要解除此监测对象的风险吗?', 1)">消除风险</div>
|
<div class="confirm-btn" @click="toRemove('您确认要解除此监测对象的风险吗?', 1)">消除风险</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer-btn" v-if="info.status == 3">
|
<div class="footer-btn" v-if="info.status == 3">
|
||||||
<div @click="del">删除人员</div>
|
<!-- <div @click="del">删除人员</div> -->
|
||||||
<div class="confirm-btn" @click="toRemove('您确认要将此居民纳入监测对象吗?', 1)">纳入监测</div>
|
<div class="confirm-btn" @click="toRemove('您确认要将此居民纳入监测对象吗?', 1)">纳入监测</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer-btn" v-if="info.status == 4">
|
<div class="footer-btn" v-if="info.status == 4">
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="MonitorRemoveView">
|
<div class="MonitorRemoveView">
|
||||||
<div class="user-info" v-if="info.length">
|
<div class="user-info" v-if="info">
|
||||||
<div class="title">审核信息</div>
|
<div class="title">审核信息</div>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<div class="item">
|
<div class="item">
|
||||||
@@ -115,7 +115,7 @@ export default {
|
|||||||
return this.$u.toast('请输入备注说明')
|
return this.$u.toast('请输入备注说明')
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.info.operationType == 0 || this.form.pass == 1) { // 申请纳入
|
if (this.form.pass == 1) { // 申请纳入
|
||||||
this.$http.post(`/app/apppreventionreturntopoverty/examine`,null,{
|
this.$http.post(`/app/apppreventionreturntopoverty/examine`,null,{
|
||||||
params: {
|
params: {
|
||||||
...this.form,
|
...this.form,
|
||||||
@@ -132,7 +132,7 @@ export default {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else { // 申请解除
|
} else if (this.form.pass == 0){ // 申请解除
|
||||||
this.$http.post(`/app/apppreventionreturntopoverty/relieve`,null,{
|
this.$http.post(`/app/apppreventionreturntopoverty/relieve`,null,{
|
||||||
params: {
|
params: {
|
||||||
...this.form,
|
...this.form,
|
||||||
|
|||||||
Reference in New Issue
Block a user