Commit 2aa2fd46 authored by zhengke's avatar zhengke

修改

parent bed9752d
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
</div> </div>
</div> </div>
<div class="singlePrice clearfix"> <div class="singlePrice clearfix">
<CostPrice ref="CostPrice" @headCallBack="setOfferCostPrice" :postConfig="postConfig" :OfferCostPrice="otherPrice" <CostPrice ref="CostPrice" :postConfig="postConfig" :OfferCostPrice="otherPrice"
:dayCostPrice="dayCostPrice"></CostPrice> :dayCostPrice="dayCostPrice"></CostPrice>
</div> </div>
</div> </div>
...@@ -350,7 +350,8 @@ ...@@ -350,7 +350,8 @@
props: ["postConfig","dayCostPrice","otherPrice","teamPrice"], props: ["postConfig","dayCostPrice","otherPrice","teamPrice"],
data() { data() {
return { return {
CheckedVaule: 2,
UnCheckedVaule: 1,
}; };
}, },
methods: { methods: {
......
<template> <template>
<div v-if="isShow" class="DirectQuotation clearfix"> <div class="DirectQuotation clearfix">
<DirectQuotation ref="QuotationPrice" :postConfig="postData" :dayCostPrice="dayCostPriceList" <DirectQuotation ref="QuotationPrice" :postConfig="postData" :dayCostPrice="dayCostPriceList"
:otherPrice="otherPrice"></DirectQuotation> :otherPrice="otherPrice" :teamPrice="teamPrice"></DirectQuotation>
<div class="btnFixedDiv"> <div class="btnFixedDiv">
<div class="toTop" @click="backTop"> <div class="toTop">
<i class="iconfont icon-huidaodingbu"></i> <i class="iconfont icon-huidaodingbu"></i>
</div> </div>
<div class="DTSaveBtn" :class="{'disClick':!isSubmit}" @click="SaveData(2)">提交</div> <div class="DTSaveBtn" :class="{'disClick':!isSubmit}" @click="SaveData(2)">提交</div>
<div class="DTSaveBtn" @click="copyQuotationData" style="display:none;">复制</div> <div class="DTSaveBtn" style="display:none;">复制</div>
<div class="DTSaveBtn caogao" :class="{'disClick':!isSubmit}" @click="SaveData(1)"> <div class="DTSaveBtn caogao" :class="{'disClick':!isSubmit}" @click="SaveData(1)">
<span>保存</span> <span>保存</span>
<span>草稿</span> <span>草稿</span>
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
ReturnArriveCityId: 0, //返回抵达城市 ReturnArriveCityId: 0, //返回抵达城市
}, },
dayCostPriceList: [], //报价列表 dayCostPriceList: [], //报价列表
isSubmit:false,
otherPrice: { otherPrice: {
CostId: 0, //主键编号 CostId: 0, //主键编号
ConfigID: 0, //配置编号 ConfigID: 0, //配置编号
......
...@@ -2199,7 +2199,16 @@ export default { ...@@ -2199,7 +2199,16 @@ export default {
meta: { meta: {
title: '报价单' title: '报价单'
}, },
}, { // 销售 任务管理 },
{
path: '/newQuotation',
name: 'newQuotation',
component: resolve => require(['@/components/TravelManager/TravelNewQuotation/newQuotation'], resolve),
meta: {
title: '报价单'
},
},
{ // 销售 任务管理
path: '/saleTaskManagement', path: '/saleTaskManagement',
name: 'saleTaskManagement', name: 'saleTaskManagement',
component: resolve => require(['@/components/SalesModule/saleTaskManagement'], resolve), component: resolve => require(['@/components/SalesModule/saleTaskManagement'], resolve),
......
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