下单时移除体验单的销售不能为空限制

Merge pull request  from 德仔/xzj
This commit is contained in:
德仔 2021-06-23 03:36:06 +00:00 committed by Gitee
commit 3c07db58cf

@ -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){