Browse Source

去掉 取衣方式必填提示

lhch2015 1 month ago
parent
commit
bd1fb31f37
1 changed files with 4 additions and 4 deletions
  1. 4 4
      admin-ui/src/views/order/cloth/collectCloth.vue

+ 4 - 4
admin-ui/src/views/order/cloth/collectCloth.vue

@@ -1539,10 +1539,10 @@ export default {
                     this.$message.error('未查询到预约订单')
                     this.$message.error('未查询到预约订单')
                     return
                     return
                 }
                 }
-                if (!this.orderForm.sendClothWay) {
-                    this.$message.error('请先选取衣方式')
-                    return
-                }
+                // if (!this.orderForm.sendClothWay) {
+                //     this.$message.error('请先选取衣方式')
+                //     return
+                // }
                 // this.orderForm.sendClothWay = res.data.sendClothWay
                 // this.orderForm.sendClothWay = res.data.sendClothWay
             }
             }