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

11

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