Sfoglia il codice sorgente

宅基地调查

wulanhaote
yujk 3 anni fa
parent
commit
2ae6bea9dd
1 ha cambiato i file con 4 aggiunte e 3 eliminazioni
  1. +4
    -3
      src/views/homesteadSurvey/add.vue

+ 4
- 3
src/views/homesteadSurvey/add.vue Vedi File

@@ -592,7 +592,7 @@
<div style="position:fixed;bottom:0;left:5%;width:90%;text-align:center;display:flex;">
<van-button round color="#ee0a24" style="flex:1;" @click="showycbjinfo">异常标记</van-button>
<van-button round color="#7AC943" style="flex:1;" @click="searchCommit">签名确认</van-button>
<van-button round color="#ff976a" v-if="form.houseDataConfirmStatus=='CONFIRMED'&&showsh" style="flex:1;" @click="showdcshinfo">调查审核</van-button>
<van-button round color="#ff976a" v-if="!isFinished&&showsh" style="flex:1;" @click="showdcshinfo">调查审核</van-button>
</div>
</div>
<van-popup v-model="showsyqr" style="height:100%;width:100%;">
@@ -3467,6 +3467,7 @@
this.form.auditRemark = this.auditRemark
if(this.form.zjdAudit=='2'){
this.form.houseDataConfirmStatus = 'UNCONFIRMED'
this.isFinished = true
let params = {
houseDataConfirmStatus : 'UNCONFIRMED',
zjddm : this.form.zjddm,
@@ -5108,7 +5109,7 @@
_this.showzrz = false
_this.active = 3
_this.getZrzList()
_this.shownmfwlist(_this.form3)
}
})
});
@@ -5124,7 +5125,7 @@
_this.showzrz = false
_this.active = 3
_this.getZrzList()
_this.shownmfwlist(_this.form3)
}
})
});


Caricamento…
Annulla
Salva