庞东旭 1 year ago
parent
commit
9e8e21f532
1 changed files with 10 additions and 2 deletions
  1. +10
    -2
      src/views/homesteadSurvey/add4.vue

+ 10
- 2
src/views/homesteadSurvey/add4.vue View File

@@ -279,7 +279,8 @@ export default {
if(response.data.surveyStatus === "3" && businessLevel === "2"){ if(response.data.surveyStatus === "3" && businessLevel === "2"){
this.showDcsh = true; this.showDcsh = true;
} }
if(response.data.surveyStatus === "3"){

if(response.data.surveyStatus !== "5"){
this.showHd = true; this.showHd = true;
} }
if(this.permission ==='true' && response.data.surveyStatus !== "3" && response.data.surveyStatus !== '5'){ if(this.permission ==='true' && response.data.surveyStatus !== "3" && response.data.surveyStatus !== '5'){
@@ -487,7 +488,14 @@ export default {
surveyInspectByZjddm(this.zjdzdxx.zjddm).then(response => { surveyInspectByZjddm(this.zjdzdxx.zjddm).then(response => {
this.inspectDataList = response.data; this.inspectDataList = response.data;
this.$toast.clear(); this.$toast.clear();
this.zcxdShow = true;
if(this.inspectDataList.length > 0){
this.zcxdShow = true;
}else{
this.zcxdShow = false;
this.$toast.success('校对数据正常');
}


}); });
}, },
// van-dialog 点击confirm事件不自动关闭 // van-dialog 点击confirm事件不自动关闭


Loading…
Cancel
Save