Commit d37a0279 authored by youjie's avatar youjie

no message

parent cb91fa45
...@@ -825,6 +825,7 @@ ...@@ -825,6 +825,7 @@
</div> </div>
<div class="_conten"> <div class="_conten">
{{GetDetail.Type}}
<my-Bill v-if="GetDetail.Type===2 && GetDetail.Type!==5" :isPrintPage="false" :ID="GetDetail.FrID" <my-Bill v-if="GetDetail.Type===2 && GetDetail.Type!==5" :isPrintPage="false" :ID="GetDetail.FrID"
:width="widthSon" :color="colorSon"></my-Bill> :width="widthSon" :color="colorSon"></my-Bill>
<my-RVB-Bill v-else-if="GetDetail.Type===1" :ID="GetDetail.FrID" :isPrintPage="false" :width="widthSon" <my-RVB-Bill v-else-if="GetDetail.Type===1" :ID="GetDetail.FrID" :isPrintPage="false" :width="widthSon"
...@@ -912,7 +913,7 @@ ...@@ -912,7 +913,7 @@
<span v-if="GetDetail.IsShowDiJieChargeUrl==1" style="margin-left:10px;cursor:pointer;" <span v-if="GetDetail.IsShowDiJieChargeUrl==1" style="margin-left:10px;cursor:pointer;"
@click="jumpHotelContract('HotelContract',o)">手配费详情</span> @click="jumpHotelContract('HotelContract',o)">手配费详情</span>
</td> </td>
<td @click="getQuotation(o)" v-if="!GetDetail.OrderID"> <td @click="getQuotation(o)" v-if="!GetDetail.OrderID&&o.Config_OfferId>0">
<span class="_jump_page _font_bold">查看报价单</span> </td> <span class="_jump_page _font_bold">查看报价单</span> </td>
<td @click="gotoTravelList(o)"> <span class="_jump_page _font_bold">查看团队</span> </td> <td @click="gotoTravelList(o)"> <span class="_jump_page _font_bold">查看团队</span> </td>
<td @click="jumpPage('RegistrationList',o.TCID,7)"> <span class="_jump_page _font_bold">查看报名</span> </td> <td @click="jumpPage('RegistrationList',o.TCID,7)"> <span class="_jump_page _font_bold">查看报名</span> </td>
......
This diff is collapsed.
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