网格长审批
This commit is contained in:
@@ -233,14 +233,14 @@
|
||||
<div class="footer-btn" v-if="info.status == 1">
|
||||
<div class="confirm-btn" @click="toAddView('您确认要申请解除此监测对象的风险吗?', '')">申请解除风险</div>
|
||||
</div>
|
||||
<div class="footer-btn" v-if="info.status == null || info.status == 3">
|
||||
<div class="footer-btn" v-if="info.status == 0 || info.status == 3">
|
||||
<div class="confirm-btn" @click="toAddView('您确认要申请纳入此监测对象吗?', '')">申请纳入监测</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div v-if="checkType == 2 && currIndex != 1">
|
||||
<div class="footer-btn" v-if="info.status == 0">
|
||||
<div @click="examine('您确认要驳回此居民的监测对象申请吗?', 0)">驳回申请</div>
|
||||
<div @click="toRemove('您确认要驳回此居民的监测对象申请吗?', 0)">驳回申请</div>
|
||||
<div class="confirm-btn" @click="toRemove('您确认要将此居民纳入监测对象吗?', 1)">纳入监测</div>
|
||||
</div>
|
||||
<div class="footer-btn" v-if="info.status == 1">
|
||||
@@ -248,7 +248,7 @@
|
||||
<div class="confirm-btn" @click="toRemove('您确认要解除此监测对象的风险吗?', 1)">消除风险</div>
|
||||
</div>
|
||||
<div class="footer-btn" v-if="info.status == 2">
|
||||
<div @click="examine('您确认要继续监测该居民?', 0)">继续监测</div>
|
||||
<div @click="toRemove('您确认要继续监测该居民?', 0)">继续监测</div>
|
||||
<div class="confirm-btn" @click="toRemove('您确认要解除此监测对象的风险吗?', 1)">消除风险</div>
|
||||
</div>
|
||||
<div class="footer-btn" v-if="info.status == 3">
|
||||
@@ -466,7 +466,7 @@ export default {
|
||||
|
||||
toRemove(text, pass) {
|
||||
this.$confirm('', text).then(() => {
|
||||
uni.navigateTo({url: `./MonitorAddView?pass=${pass}&id=${this.info.id}`})
|
||||
uni.navigateTo({url: `./MonitorRemoveView?pass=${pass}&id=${this.info.id}&status=${this.info.status}`})
|
||||
// this.$http.post(`/app/apppreventionreturntopoverty/relieve?id=${this.id}&pass=${pass}`).then(res => {
|
||||
// if (res.code === 0) {
|
||||
// this.$u.toast('操作成功')
|
||||
|
||||
Reference in New Issue
Block a user