Commit cf142e01 authored by youjie's avatar youjie

no message

parents 6911625e 4d5e2cd3
...@@ -341,6 +341,7 @@ ...@@ -341,6 +341,7 @@
currentPage: 1, currentPage: 1,
total: 0, total: 0,
msg: { msg: {
SelectOP: 0,
pageIndex: 1, pageIndex: 1,
pageSize: 10, pageSize: 10,
LineId: "-1", LineId: "-1",
......
...@@ -454,7 +454,7 @@ ...@@ -454,7 +454,7 @@
<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" :true-label="CheckedVaule" <el-checkbox v-model="priceData.IsNeedAirportShuttle" @change="IsNeedAirportShuttleChange" :true-label="CheckedVaule"
:false-label="UnCheckedLessPrice">是否需要送团 :false-label="UnCheckedLessPrice">是否需要送团
</el-checkbox> </el-checkbox>
<template v-if="CurrentUserInfo.RB_Group_id==2"> <template v-if="CurrentUserInfo.RB_Group_id==2">
...@@ -738,8 +738,22 @@ ...@@ -738,8 +738,22 @@
<template slot="prepend">紧急联系人</template> <template slot="prepend">紧急联系人</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item prop="SendPersion">
<el-input class="w260" :disabled="!priceData.IsNeedAirportShuttle" placeholder="请输入送团人" v-model="priceData.SendPersion">
<template slot="prepend">送团人</template>
</el-input>
</el-form-item>
<div class="w260"></div>
<el-form-item> <el-form-item>
<el-input :placeholder="$t('pub.pleaseImport')" class="w260 ComSeat" v-model="priceData.GatherTag"> </el-form-item>
<el-form-item>
<div class="w260"></div>
</el-form-item>
<el-form-item>
<div class="w260"></div>
</el-form-item>
<el-form-item style="margin-top: -20px">
<el-input :placeholder="$t('pub.pleaseImport')" class="w260" v-model="priceData.GatherTag">
<template slot="prepend">{{$t('op.JHbiaoshi')}}</template> <template slot="prepend">{{$t('op.JHbiaoshi')}}</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
...@@ -1206,6 +1220,11 @@ ...@@ -1206,6 +1220,11 @@
}; };
}, },
methods: { methods: {
IsNeedAirportShuttleChange() {
if(!this.priceData.IsNeedAirportShuttle) {
this.priceData.SendPersion = ''
}
},
//获取团期供应商列表 //获取团期供应商列表
getTravelSupplier() { getTravelSupplier() {
this.apipost( this.apipost(
......
...@@ -454,7 +454,7 @@ ...@@ -454,7 +454,7 @@
<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" :true-label="CheckedVaule" <el-checkbox v-model="priceData.IsNeedAirportShuttle" @change="IsNeedAirportShuttleChange" :true-label="CheckedVaule"
:false-label="UnCheckedLessPrice">是否需要送团 :false-label="UnCheckedLessPrice">是否需要送团
</el-checkbox> </el-checkbox>
<template v-if="CurrentUserInfo.RB_Group_id==2"> <template v-if="CurrentUserInfo.RB_Group_id==2">
...@@ -738,7 +738,21 @@ ...@@ -738,7 +738,21 @@
<template slot="prepend">紧急联系人</template> <template slot="prepend">紧急联系人</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item prop="SendPersion">
<el-input class="w260" :disabled="!priceData.IsNeedAirportShuttle" placeholder="请输入送团人" v-model="priceData.SendPersion">
<template slot="prepend">送团人</template>
</el-input>
</el-form-item>
<div class="w260"></div>
<el-form-item> <el-form-item>
</el-form-item>
<el-form-item>
<div class="w260"></div>
</el-form-item>
<el-form-item>
<div class="w260"></div>
</el-form-item>
<el-form-item style="margin-top: -20px">
<el-input :placeholder="$t('pub.pleaseImport')" class="w260 ComSeat" v-model="priceData.GatherTag"> <el-input :placeholder="$t('pub.pleaseImport')" class="w260 ComSeat" v-model="priceData.GatherTag">
<template slot="prepend">{{$t('op.JHbiaoshi')}}</template> <template slot="prepend">{{$t('op.JHbiaoshi')}}</template>
</el-input> </el-input>
...@@ -1206,6 +1220,11 @@ ...@@ -1206,6 +1220,11 @@
}; };
}, },
methods: { methods: {
IsNeedAirportShuttleChange() {
if(!this.priceData.IsNeedAirportShuttle) {
this.priceData.SendPersion = ''
}
},
//获取团期供应商列表 //获取团期供应商列表
getTravelSupplier() { getTravelSupplier() {
this.apipost( this.apipost(
......
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