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

页面修改

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