From 6df594a35ab138b5efb902d9aa40da7968850664 Mon Sep 17 00:00:00 2001
From: xiezhijun <15270898033@163.com>
Date: Wed, 23 Jun 2021 11:30:08 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E5=8D=95=E6=97=B6=E7=A7=BB=E9=99=A4?=
 =?UTF-8?q?=E4=BD=93=E9=AA=8C=E5=8D=95=E7=9A=84=E9=94=80=E5=94=AE=E4=B8=8D?=
 =?UTF-8?q?=E8=83=BD=E4=B8=BA=E7=A9=BA=E9=99=90=E5=88=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 stdiet-ui/src/components/OrderAdd/index.vue | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/stdiet-ui/src/components/OrderAdd/index.vue b/stdiet-ui/src/components/OrderAdd/index.vue
index 9b5b82ec2..4106ea2a0 100644
--- a/stdiet-ui/src/components/OrderAdd/index.vue
+++ b/stdiet-ui/src/components/OrderAdd/index.vue
@@ -613,14 +613,14 @@ export default {
       //体验单
       else if(this.form.orderTypeList[0] == 2){
           //售前、售中不能为空
-          if(this.form.preSaleId == null || this.form.preSaleId <= 0 || this.form.onSaleId == null ||  this.form.onSaleId <= 0){
+          /*if(this.form.preSaleId == null || this.form.preSaleId <= 0 || this.form.onSaleId == null ||  this.form.onSaleId <= 0){
               this.$message({
                 type: 'warning',
                 message: '售前、售中不能为空',
                 center: true
               });
               return false;
-           }
+           }*/
       }
       //售中单
       else if(this.form.orderTypeList[0] == 3){