Commit 4598d7be authored by 黄奎's avatar 黄奎

11

parent 77bf4314
<template> <template>
<!-- border-top: 1px solid #cccccc;margin-top: 5px -->
<div class="passengerSaleList"> <div class="passengerSaleList">
<div class="passengerSaleList_topBtn" style="width: 30%;float:right;margin-bottom: 10px;"> <div class="passengerSaleList_topBtn" style="width: 30%;float:right;margin-bottom: 10px;">
<template v-if="isOrder==0"> <template v-if="isOrder==0">
...@@ -10,7 +9,6 @@ ...@@ -10,7 +9,6 @@
{{$t('objFill.v101.Rest.xuanzhelddy')}}</div> {{$t('objFill.v101.Rest.xuanzhelddy')}}</div>
<div v-show="tableList.length<guestNum" @click="goUrlA(0)">{{$t('pub.addBtn')}}</div> <div v-show="tableList.length<guestNum" @click="goUrlA(0)">{{$t('pub.addBtn')}}</div>
</template> </template>
<div v-if="isOrder==1 && isOneDay !== 1 && !isDis" @click="goUrlP()">{{$t('op.Fenfang')}}</div> <div v-if="isOrder==1 && isOneDay !== 1 && !isDis" @click="goUrlP()">{{$t('op.Fenfang')}}</div>
</div> </div>
<div class="passengerSaleList_tableBox"> <div class="passengerSaleList_tableBox">
...@@ -161,8 +159,6 @@ ...@@ -161,8 +159,6 @@
getLeaderTypeStr(item.Type, item.LeaderGuidClass) getLeaderTypeStr(item.Type, item.LeaderGuidClass)
}}】</span> }}】</span>
</div> </div>
</div> </div>
</div> </div>
<div class="clearfix " style="float: left;width: 5%;"> <div class="clearfix " style="float: left;width: 5%;">
...@@ -171,7 +167,6 @@ ...@@ -171,7 +167,6 @@
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<el-dialog custom-class="w450" :title="$t('sm.exitsure')" :visible.sync="isShowOpSure" center <el-dialog custom-class="w450" :title="$t('sm.exitsure')" :visible.sync="isShowOpSure" center
......
...@@ -499,7 +499,7 @@ ...@@ -499,7 +499,7 @@
</el-form-item> </el-form-item>
</td> </td>
<td> <td>
<template v-if="teamPrice&&teamPrice.SingleDMCPrice"> <template v-if="teamPrice&&teamPrice.SingleDMCPrice>=0">
<el-form-item :label="$t('objFill.dandijcb')"> <el-form-item :label="$t('objFill.dandijcb')">
<el-input v-model="teamPrice.SingleDMCPrice" <el-input v-model="teamPrice.SingleDMCPrice"
@keyup.native="checkInteger(teamPrice,'SingleDMCPrice')" @change="getchange()" class="w70"> @keyup.native="checkInteger(teamPrice,'SingleDMCPrice')" @change="getchange()" class="w70">
......
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