Commit ee0a069a authored by youjie's avatar youjie

no message

parent c7ec8c3b
......@@ -1333,7 +1333,7 @@
this.postMsg.PayType = tempData.PayType;
this.postMsg.IsSure = tempData.IsSure;
this.postMsg.TeamName = tempData.TeamName;
this.postMsg.CurrencyId = tempData.CurrencyId>0?tempData.CurrencyId:1;
this.postMsg.CurrencyId = tempData.CurrencyId;
this.postMsg.CustomerName = tempData.CustomerName
this.postMsg.DiscountPrice = tempData.DiscountPrice;
this.postMsg.TotalPrice = tempData.TotalPrice;
......@@ -1417,6 +1417,10 @@
},
//提交报价
submitTripBusOffer() {
if(this.postMsg.CurrencyId){
this.Error('请选择币种');
return
}
// tripbus_SureSellBusTripOffer
this.apipost('tripbus_ErpSubmitTripBusOffer', this.postMsg, res => {
if (res.data.resultCode == 1) {
......
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