Prechádzať zdrojové kódy

去掉 取衣方式必填提示

lhch2015 1 mesiac pred
rodič
commit
bd1fb31f37

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

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