Commit dd1275d8 authored by 黄奎's avatar 黄奎

1111

parent a14fe349
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
OutBranchId: -1, //出团公司 OutBranchId: -1, //出团公司
OutBranchName: "", //出团公司名称 OutBranchName: "", //出团公司名称
OutDateTime: "", //出发时间 OutDateTime: "", //出发时间
OfferPayType:0,//报价单付款方式()
}, },
dayCostPriceList: [], //报价列表 dayCostPriceList: [], //报价列表
isSubmit: true, isSubmit: true,
...@@ -147,7 +148,8 @@ ...@@ -147,7 +148,8 @@
var nObj = { var nObj = {
ID: this.$route.query.configId, ID: this.$route.query.configId,
AuditContent: this.postData.AuditContent, AuditContent: this.postData.AuditContent,
TravelState: Type TravelState: Type,
OfferPayType:this.postData.OfferPayType,
}; };
this.loading = true; this.loading = true;
this.apipost( this.apipost(
......
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