Browse Source

[add] 预约取衣

BKGin 9 tháng trước cách đây
mục cha
commit
89a99719e2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
             }