浏览代码

[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
             }