Commit d9a41de7 authored by 黄奎's avatar 黄奎

报价单调整

parent 6862e954
......@@ -901,7 +901,7 @@
</tr>
<tr>
<td class="CP_ComTitle2">{{$t('objFill.shenhebz')}}</td>
<td colspan="5">
<td colspan="3">
<template v-if="postConfig.OpAuditDate&&postConfig.OpAuditDate!='' ">
<p> {{postConfig.OPName}}{{postConfig.OpAuditDate}}
<template v-if="postConfig.OpAuditStatus==1">
......@@ -938,6 +938,7 @@
{{postConfig.AuditContent}}
</p>
</template>
<template
v-if="postConfig.ChangeManagerAduitDate&&postConfig.ChangeManagerAduitDate!=''&&postConfig.ChangeManagerAduitName&&postConfig.ChangeManagerAduitName!=''">
<br />
......@@ -951,7 +952,7 @@
{{postConfig.ChangeManagerAduitContent}}
</p>
</template>
<template v-if=" postConfig.ChangeAduitDate&&postConfig.ChangeAduitDate!=''">
<template v-if="postConfig.ChangeAduitDate&&postConfig.ChangeAduitDate!=''">
<br />
<p>
{{postConfig.ChangeAuditByName}}{{postConfig.ChangeAduitDate}}
......@@ -968,6 +969,39 @@
<el-input type="textarea" v-model="postConfig.CRemarks"></el-input>
</template>
</td>
<td class="CP_ComTitle2">
变更原因:
</td>
<td colspan="5">
<template v-for="(cItem,cIndex) in dayCostPrice">
<template
v-if="cItem.IsHotelChange||cItem.IsBusChange ||cItem.IsBreakfastChange||cItem.IsLunchChange||cItem.IsDinnerChange||cItem.IsScenicChange||cItem.IsOtherChange">
<p :key="cIndex">{{cItem.DayNum}}
<template v-if="cItem.IsHotelChange">
酒店:{{cItem.HotelChangeRemark}} (<font style="color:red">{{cItem.HotelChangeValue}}</font>)
</template>
<template v-if="cItem.IsBusChange">
车资:{{cItem.BusChangeRemark}} (<font style="color:red">{{cItem.BusChangeValue}}</font>)
</template>
<template v-if="cItem.IsBreakfastChange">
早餐:{{cItem.BreakfastChangeRemark}} (<font style="color:red">{{cItem.BreakfastChangeValue}}</font>)
</template>
<template v-if="cItem.IsLunchChange">
午餐:{{cItem.LunchChangeRemark}} (<font style="color:red">{{cItem.LunchChangeValue}}</font>)
</template>
<template v-if="cItem.IsDinnerChange">
晚餐:{{cItem.DinnerChangeRemark}} (<font style="color:red">{{cItem.DinnerChangeValue}}</font>)
</template>
<template v-if="cItem.IsScenicChange">
景点:{{cItem.ScenicChangeRemark}} (<font style="color:red">{{cItem.ScenicChangeValue}}</font>)
</template>
<template v-if="cItem.IsOtherChange">
其他费用:{{cItem.OtherChangeRemark}} (<font style="color:red">{{cItem.OtherChangeValue}}</font>)
</template>
</p>
</template>
</template>
</td>
<td colspan="3">
{{$t('objFill.dangqiantdlx')}}: <template v-if="postConfig.TeamTypeName=='小包团'">
<span style="color:red;font-weight:bold;">{{postConfig.TeamTypeName}}</span>
......@@ -976,14 +1010,14 @@
{{postConfig.TeamTypeName}}
</template>
</td>
<td colspan="4">
<!-- <td colspan="4">
<el-form-item :label="$t('objFill.v101.gengctleix')">
<el-select class="multiple_input" v-model="postConfig.TeamType">
<el-option v-for='item in teamList' :key="item.ID" :label="item.Name" :value="item.ID">
</el-option>
</el-select>
</el-form-item>
</td>
</td> -->
</tr>
<!--报价单审核-->
<tr v-if="IsEdit==2">
......@@ -1043,6 +1077,10 @@
changeOffer: changeOffer,
},
methods: {
//获取变更原因
getChangeRemark() {
},
//关闭弹窗
closeDialog() {
this.changMsg.isShowChangeOffer = false;
......
......@@ -109,7 +109,7 @@
</el-option>
</template>
<template v-if="postData.TeamType==1">
<el-option v-if="item.Id==3" :key="item.Id" :label="item.Name" :value="item.Id">
<el-option v-if="item.Id==3||item.Id==2" :key="item.Id" :label="item.Name" :value="item.Id">
</el-option>
</template>
</template>
......
......@@ -922,7 +922,7 @@
</el-option>
</template>
<template v-if="priceData.TeamType==1">
<el-option v-if="item.Id==3" :key="item.Id" :label="item.Name" :value="item.Id">
<el-option v-if="item.Id==3||item.Id==2" :key="item.Id" :label="item.Name" :value="item.Id">
</el-option>
</template>
</template>
......
......@@ -908,7 +908,7 @@
</el-option>
</template>
<template v-if="priceData.TeamType==1">
<el-option v-if="item.Id==3" :key="item.Id" :label="item.Name" :value="item.Id">
<el-option v-if="item.Id==3||item.Id==2" :key="item.Id" :label="item.Name" :value="item.Id">
</el-option>
</template>
</template>
......@@ -1418,7 +1418,7 @@
ForeignPassportPrice: 0,
UseFlightType: this.CurrentUserInfo.UseFlightType,
SupplierId: 0, //供应商编号
PriceTeamType: 1, //团队类型
PriceTeamType: 3, //团队类型
PriceOfferUrl: '', //报价单地址
PriceOfferName: "", //报价单名称
IsUseCompanyBus: 0, //是否使用公司车辆
......
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