Przeglądaj źródła

[add] 预约取衣

BKGin 9 miesięcy temu
rodzic
commit
89a99719e2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/order/cloth/collectCloth.vue

+ 1 - 1
src/views/order/cloth/collectCloth.vue

@@ -1379,7 +1379,7 @@ export default {
 
                 return
             }
-            if (!this.orderForm.sendClothWay) {
+            if (this.orderForm.isAppointment == 'Y' && !this.isEmpty(this.orderForm.orderNo) && !this.orderForm.sendClothWay) {
               this.$message.error('请先选取衣方式')
               return
             }