Commit b820706b authored by youjie's avatar youjie

no message

parent 7234c474
...@@ -952,6 +952,9 @@ ...@@ -952,6 +952,9 @@
<td>签证产品编号:<span @click="jumpPage('VisaProductOrder',GetDetail,8)" <td>签证产品编号:<span @click="jumpPage('VisaProductOrder',GetDetail,8)"
class="_jump_page _font_bold">{{GetDetail.SourceID}}</span></td> class="_jump_page _font_bold">{{GetDetail.SourceID}}</span></td>
<!-- <td @click="jumpPage('FinancialOrder',GetDetail,3)"> <span class="_jump_page _font_bold">签证收支</span> </td> --> <!-- <td @click="jumpPage('FinancialOrder',GetDetail,3)"> <span class="_jump_page _font_bold">签证收支</span> </td> -->
<td v-if="GetDetail.OrderID">签证订单:<span
@click="jumpPage(isOrderOP?'VisaProductEditOrderQZ':'VisaProductEditOrder',GetDetail,9,GetDetail.OrderID)"
class="_jump_page _font_bold">{{GetDetail.OrderID}}</span></td>
</tr> </tr>
</table> </table>
<table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;margin-top:15px;" width="100%" <table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;margin-top:15px;" width="100%"
...@@ -2790,7 +2793,7 @@ ...@@ -2790,7 +2793,7 @@
} }
}, null) }, null)
}, },
jumpPage(path, id, type) { jumpPage(path, id, type,OrderID) {
if (type == 1) { if (type == 1) {
// let routeData = this.$router.resolve({ // let routeData = this.$router.resolve({
// name: path, // name: path,
......
...@@ -948,6 +948,9 @@ ...@@ -948,6 +948,9 @@
class="_jump_page _font_bold">国内票务</span> </td> class="_jump_page _font_bold">国内票务</span> </td>
<!-- <td v-else-if="OrderSource==10&&GetDetail.SourceID>0" @click="jumpPage('FinancialOrder',GetDetail,3)"> <!-- <td v-else-if="OrderSource==10&&GetDetail.SourceID>0" @click="jumpPage('FinancialOrder',GetDetail,3)">
<span class="_jump_page _font_bold">签证收支</span></td> --> <span class="_jump_page _font_bold">签证收支</span></td> -->
<td v-if="GetDetail.OrderID&&OrderSource==10">签证订单:<span
@click="jumpPage(isOrderOP?'VisaProductEditOrderQZ':'VisaProductEditOrder',GetDetail,8,GetDetail.OrderID)"
class="_jump_page _font_bold">{{GetDetail.OrderID}}</span></td>
<td v-else-if="OrderSource==4&&GetDetail.SourceID>0" @click="jumpPage('FinancialOrder',GetDetail,4)"> <td v-else-if="OrderSource==4&&GetDetail.SourceID>0" @click="jumpPage('FinancialOrder',GetDetail,4)">
<span class="_jump_page _font_bold">机票收支</span> </td> <span class="_jump_page _font_bold">机票收支</span> </td>
<td <td
......
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