| @@ -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事件不自动关闭 | ||||