Commit 76ecf617 authored by liudong1993's avatar liudong1993

1

parent 692e9d41
......@@ -103,6 +103,7 @@
<th>{{$t('sm.company')}}</th>
<th>{{$t('admin.admin_Department')}}</th>
<th>{{$t('visaT.sale')}}</th>
<th>{{$t('objFill.tuanduilx')}}</th>
<th>{{$t('objFill.v101.FinancialModule.tuanxinx')}}</th>
<th>{{$t('objFill.v101.FinancialModule.tuanlirun')}}</th>
<!-- <th>{{$t('hotel.order_Number')}}</th> -->
......@@ -119,7 +120,13 @@
<td>{{item.BranchName}}</td>
<td>{{item.DeptName}}</td>
<td>{{item.UserName}}</td>
<td>
<td>{{(item.SingleOrderType==1?$t('objFill.baoche'):$t('active.cl_team'))}}</td>
<td v-if="item.SingleOrderType==1">
<span style="cursor: pointer;text-decoration: underline;" @click="goCarInfo(item.SingleOrderId)">
{{item.SingleOrderId}}
</span>
</td>
<td v-else>
<div>{{item.OutBranchName}}</div>
<span style="cursor: pointer;text-decoration: underline;" @click="goTravel(item.TCID)">
{{item.TCNUM}}({{item.TCID}})
......@@ -361,8 +368,17 @@
tab: '团队收支'//团控列表
}
});
},
goCarInfo(OrderId) { //跳转到团队列表
this.$router.push({
path: 'CharterOrderListOP',//TravelControlList
query: {
OrderId: OrderId,
OrderType: 3,
blank: "y",
}
});
}
}
}
......
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