From 4b04e7fd4fcad9af480a003509288aa6070b137e Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期日, 04 二月 2024 13:51:45 +0800
Subject: [PATCH] 修改
---
web/src/views/modules/itemCirculatOrder/ItemCirculatOrder-AddOrUpdate.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/web/src/views/modules/itemCirculatOrder/ItemCirculatOrder-AddOrUpdate.vue b/web/src/views/modules/itemCirculatOrder/ItemCirculatOrder-AddOrUpdate.vue
index f580989..b7967f0 100644
--- a/web/src/views/modules/itemCirculatOrder/ItemCirculatOrder-AddOrUpdate.vue
+++ b/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
}
--
Gitblit v1.9.1