Commit e1010132 authored by 黄奎's avatar 黄奎

页面修改

parent 7e5ae2f4
......@@ -454,8 +454,8 @@
<el-checkbox v-model="priceData.IsLessPrice" :true-label="CheckedVaule"
:false-label="UnCheckedLessPrice">{{$t('op.CanLessPrice')}}
</el-checkbox>
<el-checkbox v-model="priceData.IsNeedAirportShuttle" @change="IsNeedAirportShuttleChange" :true-label="CheckedVaule"
:false-label="UnCheckedLessPrice">是否需要送团
<el-checkbox v-model="priceData.IsNeedAirportShuttle" @change="IsNeedAirportShuttleChange"
:true-label="CheckedVaule" :false-label="UnCheckedLessPrice">是否需要送团
</el-checkbox>
<template v-if="CurrentUserInfo.RB_Group_id==2">
<input type="button" class="normalBtn" :value="$t('op.HotelUse')" @click="outerVisible=true"
......@@ -739,7 +739,8 @@
</el-input>
</el-form-item>
<el-form-item prop="SendPersion">
<el-input class="w260" :disabled="!priceData.IsNeedAirportShuttle" placeholder="请输入送团人" v-model="priceData.SendPersion">
<el-input class="w260" :disabled="!priceData.IsNeedAirportShuttle" placeholder="请输入送团人"
v-model="priceData.SendPersion">
<template slot="prepend">送团人</template>
</el-input>
</el-form-item>
......@@ -894,11 +895,10 @@
</el-upload>
<a style="margin-left:20px;color:blue;" :href="priceData.PriceOfferUrl"
v-if="priceData.PriceOfferUrl" target="_blank">预览</a>
<a style="color:red">行程如有变化,请重新上传报价单!</a>
</el-form-item>
</div>
</div>
<div class="clearfix">
<div class="leftSetInfo">
<span class="TPbaseSet" style="width:62px;"></span>
......@@ -1221,7 +1221,7 @@
},
methods: {
IsNeedAirportShuttleChange() {
if(!this.priceData.IsNeedAirportShuttle) {
if (!this.priceData.IsNeedAirportShuttle) {
this.priceData.SendPersion = ''
}
},
......@@ -1508,7 +1508,7 @@
that.priceData.AirticketBindList.forEach(x => {
that.selectFilghtList.forEach(y => {
//&& x.BindNum > 0 HK 2023-06-06 去掉条件
if (x.PurchaseId == y.Id ) {
if (x.PurchaseId == y.Id) {
y.IsSelected = true;
y.BindNum = x.BindNum;
that.FinfoList.push({
......
......@@ -894,6 +894,7 @@
</el-upload>
<a style="margin-left:20px;color:blue;" :href="priceData.PriceOfferUrl"
v-if="priceData.PriceOfferUrl" target="_blank">预览</a>
<a style="color:red">行程如有变化,请重新上传报价单!</a>
</el-form-item>
</div>
</div>
......@@ -1508,7 +1509,7 @@
that.priceData.AirticketBindList.forEach(x => {
that.selectFilghtList.forEach(y => {
//&& x.BindNum > 0 HK 2023-06-06 去掉条件
if (x.PurchaseId == y.Id ) {
if (x.PurchaseId == y.Id) {
y.IsSelected = true;
y.BindNum = x.BindNum;
that.FinfoList.push({
......
......@@ -742,12 +742,22 @@
</el-popover>
<el-form-item style="margin-top:1px;">
<span class="TP_Sendprepend" style="margin:3px -1px 0 0">{{$t('visa.v_salecompany')}}</span>
<el-select class="w350 multiple_input" :class="{'SaleBranchList':priceData.SaleBranchIdArray==''}"
<el-select class="w180 multiple_input" :class="{'SaleBranchList':priceData.SaleBranchIdArray==''}"
v-model="priceData.SaleBranchIdArray" multiple>
<el-option v-for="item in companyList" :key="item.id" :label="item.bName" :value="item.id">
</el-option>
</el-select>
</el-form-item>
<el-form-item style="margin-top:1px;">
<span class="TP_Sendprepend" style="margin:3px -1px 0 0">报价单地址</span>
<el-upload class="upload-demo" style="display:inline-block;position:relative;top:-1px;left:3px;"
:http-request="uploadFileBtn" :multiple="true" :show-file-list="false" action="">
<el-button size="small" type="primary">上传</el-button>
</el-upload>
<a style="margin-left:20px;color:blue;" :href="priceData.PriceOfferUrl"
v-if="priceData.PriceOfferUrl" target="_blank">预览</a>
<a style="color:red">行程如有变化,请重新上传报价单!</a>
</el-form-item>
</div>
</div>
<div class="clearfix">
......@@ -803,19 +813,6 @@
</div>
</el-form-item>
</div>
<div class="clearfix">
<div class="TPright clearfix">
<el-form-item style="margin-top:1px;">
<span class="TP_Sendprepend" style="margin:3px -1px 0 0">报价单地址</span>
<el-upload class="upload-demo" style="display:inline-block;position:relative;top:-1px;left:3px;"
:http-request="uploadFileBtn" :multiple="true" :show-file-list="false" action="">
<el-button size="small" type="primary">上传</el-button>
</el-upload>
<a style="margin-left:20px;color:blue;" :href="priceData.PriceOfferUrl"
v-if="priceData.PriceOfferUrl" target="_blank">预览</a>
</el-form-item>
</div>
</div>
</div>
</div>
</el-form>
......@@ -1318,7 +1315,7 @@
that.priceData.AirticketBindList.forEach(x => {
that.selectFilghtList.forEach(y => {
//&& x.BindNum > 0 HK 2023-06-06 去掉条件
if (x.PurchaseId == y.Id ) {
if (x.PurchaseId == y.Id) {
y.IsSelected = true;
y.BindNum = x.BindNum;
that.FinfoList.push({
......
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