zzw
2024-02-23 d4e287e1002aa8d547490374bc386b71d18032ea
web/src/views/modules/itemCirculatOrder/ItemCirculatOrder-AddOrUpdate.vue
@@ -424,26 +424,27 @@
          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
            }