Commit e2e4e697 authored by 黄奎's avatar 黄奎

页面修改

parent e0192ef8
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
</div> </div>
</div> </div>
</div> </div>
<span slot="reference" class="diPrice">{{item.SalesPrice}}<span class="qi"></span></span> <span slot="reference" class="diPrice">{{item.JPYSalePrice}}<span class="qi"></span></span>
</el-popover> </el-popover>
</div> </div>
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
TravelState: 1, //团控状态(1-草稿,2-待审核,3-审核通过,4-审核拒绝,5已撤销) TravelState: 1, //团控状态(1-草稿,2-待审核,3-审核通过,4-审核拒绝,5已撤销)
OutBranchId: -1, //出团公司 OutBranchId: -1, //出团公司
OutDateTime: "", //出发时间 OutDateTime: "", //出发时间
OfferPayType:0,//报价单付款方式() OfferPayType: 0, //报价单付款方式()
}, },
dayCostPriceList: [], //报价列表 dayCostPriceList: [], //报价列表
isSubmit: true, isSubmit: true,
...@@ -95,8 +95,8 @@ ...@@ -95,8 +95,8 @@
GuideMoney: 0, //导游小费 GuideMoney: 0, //导游小费
InternationalAirTicket: 0, //国际段机票 InternationalAirTicket: 0, //国际段机票
InternationalAirTicketCurrency: 0, //国际段机票币种 InternationalAirTicketCurrency: 0, //国际段机票币种
GuideComplement:0,//导游回补 GuideComplement: 0, //导游回补
TipComplement:0,//小费回补 TipComplement: 0, //小费回补
}, },
CostCurrencyList: [], //选择的币种 CostCurrencyList: [], //选择的币种
CostNumberList: [], //人数 CostNumberList: [], //人数
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
BackSafeMoney: 0, //退保险费 BackSafeMoney: 0, //退保险费
ContractUrl: "", //合同地址 ContractUrl: "", //合同地址
PriceRemark: "", //定价备注 PriceRemark: "", //定价备注
ContractArray:[], ContractArray: [],
}, },
LineList: [], //线路列表 LineList: [], //线路列表
loading: false loading: false
...@@ -237,7 +237,7 @@ ...@@ -237,7 +237,7 @@
this.postData.CustomerName = tempData.CustomerName; this.postData.CustomerName = tempData.CustomerName;
this.postData.OutBranchId = tempData.OutBranchId; this.postData.OutBranchId = tempData.OutBranchId;
this.postData.OutDateTime = tempData.OutDateTime; this.postData.OutDateTime = tempData.OutDateTime;
this.postData.OfferPayType=tempData.OfferPayType; this.postData.OfferPayType = tempData.OfferPayType;
this.LineList = tempData.LineList; this.LineList = tempData.LineList;
if (tempData.dayCostPriceList && tempData.dayCostPriceList != null && tempData.dayCostPriceList.length > if (tempData.dayCostPriceList && tempData.dayCostPriceList != null && tempData.dayCostPriceList.length >
0) { 0) {
......
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
</div> </div>
</div> </div>
</div> </div>
<span slot="reference" class="diPrice">{{item.SalesPrice}}<span class="qi"></span></span> <span slot="reference" class="diPrice">{{item.JPYSalePrice}}<span class="qi"></span></span>
</el-popover> </el-popover>
</div> </div>
......
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