Commit fa60d8ca authored by 黄奎's avatar 黄奎

去掉单团,上传报价单的验证

parent 256e11b5
...@@ -430,8 +430,8 @@ ...@@ -430,8 +430,8 @@
if (this.PostPrice && this.PostPrice.length > 0) { if (this.PostPrice && this.PostPrice.length > 0) {
for (let i = 0; i < this.PostPrice.length; i++) { for (let i = 0; i < this.PostPrice.length; i++) {
if (this.PostPrice[i].PriceTeamType == 3 && this.PostPrice[i].PriceOfferUrl == '') { if (this.PostPrice[i].PriceTeamType == 3 && this.PostPrice[i].PriceOfferUrl == '') {
this.Error("团期" + this.PostPrice[i].StartDate + '的日期,为单团请上传报价单.'); //this.Error("团期" + this.PostPrice[i].StartDate + '的日期,为单团请上传报价单.');
return //return
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment