2 Incheckningar

1 ändrade filer med 10 tillägg och 2 borttagningar
Delad Vy
  1. +10
    -2
      src/views/homesteadSurvey/add4.vue

+ 10
- 2
src/views/homesteadSurvey/add4.vue Visa fil

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

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


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


Laddar…
Avbryt
Spara