Commit 91a5243a authored by youjie's avatar youjie
parents 478f06ac c9544f00
...@@ -901,7 +901,7 @@ ...@@ -901,7 +901,7 @@
<el-row :gutter="0"> <el-row :gutter="0">
<el-col :span="8"> <el-col :span="8">
<div class="TCID_cont PingFangSC"> <div class="TCID_cont PingFangSC">
{{$t('visa.v_tuanhao')}}<span v-if="item.TCNUM!=''">{{item.TCNUM}}</span> {{$t('visa.v_tuanhao')}}<span v-if="item.TCNUM!=''">{{item.TCID}}{{item.TCNUM}}</span>
</div> </div>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
......
...@@ -131,7 +131,8 @@ ...@@ -131,7 +131,8 @@
<th>{{$t('hotel.hotel_remark')}}</th> <th>{{$t('hotel.hotel_remark')}}</th>
<th>{{$t('system.table_operation')}}</th> <th>{{$t('system.table_operation')}}</th>
</tr> </tr>
<tr v-for="(item,index) in DataList" v-loading="loading"> <tbody v-loading="loading">
<tr v-for="(item,index) in DataList" :key="index">
<td>{{item.couponsName}}</td> <td>{{item.couponsName}}</td>
<td>{{item.couponCount}}</td> <td>{{item.couponCount}}</td>
<td> <td>
...@@ -153,7 +154,6 @@ ...@@ -153,7 +154,6 @@
<span v-if="item.couponEffectStatus === 2" style="color: gray">{{$t('active.cl_wsxiao')}}</span> <span v-if="item.couponEffectStatus === 2" style="color: gray">{{$t('active.cl_wsxiao')}}</span>
<span v-if="item.couponEffectStatus === 3" style="color: red">{{$t('active.cl_ygqi')}}</span> <span v-if="item.couponEffectStatus === 3" style="color: red">{{$t('active.cl_ygqi')}}</span>
</td> </td>
<td>{{item.expirationDate}}</td> <td>{{item.expirationDate}}</td>
<td> <td>
<span v-if="item.couponsUseScope == 1">{{$t('MarketingActi.alltongyong')}}</span> <span v-if="item.couponsUseScope == 1">{{$t('MarketingActi.alltongyong')}}</span>
...@@ -209,6 +209,7 @@ ...@@ -209,6 +209,7 @@
</el-tooltip> </el-tooltip>
</td> </td>
</tr> </tr>
</tbody>
</table> </table>
<div class="noDataNotice" v-if="DataList.length<1"> <div class="noDataNotice" v-if="DataList.length<1">
<i class="iconfont icon-kong"></i> <i class="iconfont icon-kong"></i>
...@@ -403,7 +404,6 @@ ...@@ -403,7 +404,6 @@
<el-form-item label="订单类型" prop="lineId"> <el-form-item label="订单类型" prop="lineId">
<el-select filterable v-model="addMsg.expansionModel.orderType"> <el-select filterable v-model="addMsg.expansionModel.orderType">
<el-option label="小包团" :value="2"></el-option> <el-option label="小包团" :value="2"></el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -571,7 +571,7 @@ ...@@ -571,7 +571,7 @@
checkInLineList: [], checkInLineList: [],
isExpansion: 0, isExpansion: 0,
expansionModel: { expansionModel: {
orderTyperderType: "", orderType: "",
denomination: "", denomination: "",
orderGuestNum: "" orderGuestNum: ""
} }
...@@ -665,7 +665,7 @@ ...@@ -665,7 +665,7 @@
EditItem(item) { EditItem(item) {
if (item.expansionModel === null) { if (item.expansionModel === null) {
item.expansionModel = { item.expansionModel = {
orderTyperderType: "", orderType: "",
denomination: "", denomination: "",
orderGuestNum: "" orderGuestNum: ""
} }
...@@ -823,7 +823,7 @@ ...@@ -823,7 +823,7 @@
this.addMsg.lineteamIdList = item.lineteamIdList this.addMsg.lineteamIdList = item.lineteamIdList
if (item.expansionModel === null) { if (item.expansionModel === null) {
this.addMsg.expansionModel = { this.addMsg.expansionModel = {
orderTyperderType: "", orderType: "",
denomination: "", denomination: "",
orderGuestNum: "" orderGuestNum: ""
} }
......
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