| | |
| | | return |
| | | } |
| | | if (submitType === 'tj' || submitType === 'bl') { |
| | | console.log(this.stepMarker, "this.stepMarker") |
| | | if (this.stepMarker === 'wplz_wpjs') { |
| | | if (this.dataForm.circulatOrder.acceptSituation == null || this.dataForm.circulatOrder.virusLibraryVersion == null) { |
| | | if (!this.dataForm.circulatOrder.acceptSituation || !this.dataForm.circulatOrder.virusLibraryVersion) { |
| | | this.$alert("当前有未填写的情况说明") |
| | | return |
| | | } |
| | | } |
| | | if (this.stepMarker === 'wplz_jcjs') { |
| | | if (this.dataForm.circulatOrder.detectAcceptSituation == null) { |
| | | if (!this.dataForm.circulatOrder.detectAcceptSituation) { |
| | | this.$alert("当前有未填写的情况说明") |
| | | return |
| | | } |
| | | } |
| | | if (this.stepMarker === 'wplz_xzjc') { |
| | | if (this.dataForm.circulatOrder.detectSituation == null) { |
| | | if (!this.dataForm.circulatOrder.detectSituation) { |
| | | this.$alert("当前有未填写的情况说明") |
| | | return |
| | | } |
| | | } |
| | | if (this.stepMarker === 'wplz_wprk') { |
| | | if (this.dataForm.circulatOrder.depositSituation == null) { |
| | | if (!this.dataForm.circulatOrder.depositSituation) { |
| | | this.$alert("当前有未填写的情况说明") |
| | | return |
| | | } |