소스 검색

[add] 预约取衣

BKGin 9 달 전
부모
커밋
89a99719e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
             }