Ver a proveniência

注释授权图片

rongxin_prod
QI_YUJIE há 1 ano
ascendente
cometimento
385e3c2353
1 ficheiros alterados com 6 adições e 6 eliminações
  1. +6
    -6
      src/views/sunVillage_info/list_cbfsq_view.vue

+ 6
- 6
src/views/sunVillage_info/list_cbfsq_view.vue Ver ficheiro

@@ -160,7 +160,7 @@
</div>
<img class="bottomImg" v-if="sqbutShow && cbfsqShow" src="../../assets/images/sunVillage_info/cbfwsq.png" alt="" />
<img class="bottomImg" v-if="sqbutShow && cbfshShow" src="../../assets/images/sunVillage_info/cbfwsh.png" alt="" />
<img class="bottomImg" src="../../assets/images/sunVillage_info/contractor_authorized.png" alt="" v-if="!sqbutShow" />
<!-- <img class="bottomImg" src="../../assets/images/sunVillage_info/contractor_authorized.png" alt="" v-if="!sqbutShow" />-->
</div>
</template>

@@ -204,7 +204,7 @@
};
},
created() {
if(this.$route.query.sqStatus){
if(this.$route.query.sqStatus){ // 授权
getCbfById(this.$route.query.id).then(response => {
this.form = response.data;
if(this.form.accountId != null && this.form.accountId !== ""){
@@ -219,7 +219,7 @@
this.getContractedLandList(this.form.cbfbm);
});

}else if(this.$route.query.shStatus){
}else if(this.$route.query.shStatus){ // 审核
getCbfById(this.$route.query.id).then(response => {
this.form = response.data;
if(this.form.gsshqz != null && this.form.gsshqz !== ""){
@@ -239,20 +239,20 @@
}
},
methods: {
InitOptions() {
/* InitOptions() {
for(let k in this.options)
{
this.getDicts(k).then((resp) => this.options[k] = resp.data);
}
},
/*承包方授权*/
// 承包方授权
cbfsq(){
eqbEmpower(this.form).then(response => {
if(response.code === 200 ){
this.sqbutShow = false;
}
});
},
}, */
getSysCfb(){
getCbfList({deptId:this.sysFarmer.deptId,cbfzjhm:this.sysFarmer.idcard}).then(response => {
this.sqbutShow = true;


Carregando…
Cancelar
Guardar