瀏覽代碼

宅基地调查自查校对显示判断

rongxin_prod
Xyq123* 1 年之前
父節點
當前提交
bc8948f2c2
共有 1 個檔案被更改,包括 9 行新增2 行删除
  1. +9
    -2
      src/views/homesteadSurvey/add4.vue

+ 9
- 2
src/views/homesteadSurvey/add4.vue 查看文件

@@ -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,13 @@ 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.$toast.success('校对数据正常');
}


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


Loading…
取消
儲存