Commit b536e251 authored by liudong1993's avatar liudong1993

1

parent 083903ac
...@@ -553,7 +553,7 @@ ...@@ -553,7 +553,7 @@
<th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{$t('salesModule.belongUnion')}}</th> <th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{$t('salesModule.belongUnion')}}</th>
<th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{$t('salesModule.HappinessPassbook')}}</th> <th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{$t('salesModule.HappinessPassbook')}}</th>
<th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{$t('active.ad_yhq')}}</th> <th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{$t('active.ad_yhq')}}</th>
<th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{$t('objFill.yucunyue')}}</th> <th>{{$t('objFill.yucunyue')}}</th>
<th width="220px">{{$t('hotel.table_operat')}}</th> <th width="220px">{{$t('hotel.table_operat')}}</th>
</tr> </tr>
<tr v-for="(item,i) in dataList" :key="i"> <tr v-for="(item,i) in dataList" :key="i">
...@@ -623,7 +623,7 @@ ...@@ -623,7 +623,7 @@
<td v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2"><span <td v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2"><span
style="cursor: pointer;text-decoration: underline;" style="cursor: pointer;text-decoration: underline;"
@click.stop="goUrC('CouponsList',item.customerAccountId)">{{item.couponNum}}</span></td> @click.stop="goUrC('CouponsList',item.customerAccountId)">{{item.couponNum}}</span></td>
<td v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2"> <td>
<span style="cursor: pointer;color: #2CA4F0" <span style="cursor: pointer;color: #2CA4F0"
@click="seeDeta(item)">{{ item.depositMoney?item.depositMoney:0 }}</span> @click="seeDeta(item)">{{ item.depositMoney?item.depositMoney:0 }}</span>
</td> </td>
......
...@@ -637,7 +637,7 @@ ...@@ -637,7 +637,7 @@
} }
}); });
}else{ }else{
let portTypeId=0; let portTypeId='';
//_orderSource 1 酒店 2餐厅 3 门票 5 车资 //_orderSource 1 酒店 2餐厅 3 门票 5 车资
if (_orderSource === 1 && _type === 2) { if (_orderSource === 1 && _type === 2) {
portTypeId=4; portTypeId=4;
......
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