2 커밋

작성자 SHA1 메시지 날짜
  QI_YUJIE 385e3c2353 注释授权图片 1 년 전
  QI_YUJIE a3d6d3a291 修改跳转页面 1 년 전
2개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
통합 보기
  1. +6
    -6
      src/views/sunVillage_info/list_cbfsq_view.vue
  2. +1
    -1
      src/views/sunVillage_info/list_contractor_single_process.vue

+ 6
- 6
src/views/sunVillage_info/list_cbfsq_view.vue 파일 보기

@@ -160,7 +160,7 @@
</div> </div>
<img class="bottomImg" v-if="sqbutShow && cbfsqShow" src="../../assets/images/sunVillage_info/cbfwsq.png" alt="" /> <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" 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> </div>
</template> </template>


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


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


+ 1
- 1
src/views/sunVillage_info/list_contractor_single_process.vue 파일 보기

@@ -201,7 +201,7 @@
this.$notify({type: 'success', message: '签字成功'}); this.$notify({type: 'success', message: '签字成功'});
this.showForm2 = true; this.showForm2 = true;
this.form = r1.data; this.form = r1.data;
this.$router.push({name:'sunVillageInfoListContractor'})
this.$router.push({path:'/sunVillage_info/list_contractor',query:{sqStatus:true}});
}) })
// let param = new FormData() // 创建form对象 // let param = new FormData() // 创建form对象
// param.append('file', wj) // 通过append向form对象添加数据 // param.append('file', wj) // 通过append向form对象添加数据


불러오는 중...
취소
저장