Commit e1010132 authored by 黄奎's avatar 黄奎

页面修改

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