Commit 9cefe727 authored by 黄奎's avatar 黄奎

页面修改

parent 02ad6d8e
......@@ -113,8 +113,8 @@
<div class="DirectPriceCenter">
<div class="singlePrice clearfix">
<!-- <CostPrice ref="CostPrice" :postConfig="postConfig" :OfferCostPrice="otherPrice"
:dayCostPrice="dayCostPrice"></CostPrice> -->
<CostPrice ref="CostPrice" :postConfig="postConfig" :OtherPrice="otherPrice"
:dayCostPrice="dayCostPrice" :LineList="LineList"></CostPrice>
</div>
</div>
<div class="DirectRightPrice" style="margin-left:20px;">
......@@ -273,7 +273,7 @@
import CostPrice from "../TravelNewQuotation/CostNewPrice";
export default {
props: ["postConfig", "dayCostPrice", "otherPrice", "teamPrice"],
props: ["postConfig", "dayCostPrice", "otherPrice", "teamPrice","LineList"],
data() {
return {
CheckedVaule: 2,
......
<template>
<div class="DirectQuotation clearfix">
<DirectQuotation ref="QuotationPrice" :postConfig="postData" :dayCostPrice="dayCostPriceList"
:otherPrice="otherPrice" :teamPrice="teamPrice"></DirectQuotation>
:otherPrice="otherPrice" :teamPrice="teamPrice" :LineList="LineList"></DirectQuotation>
<div class="btnFixedDiv">
<div class="toTop">
<i class="iconfont icon-huidaodingbu"></i>
......@@ -106,7 +106,8 @@
BackVisaPrice:0,//退签证费
BackSafeMoney:0,//退保险费
ContractUrl:"",//合同地址
}
},
LineList:[],//线路列表
};
},
methods: {
......
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