Commit 5702163c authored by liudong1993's avatar liudong1993

1

parent feedb23d
......@@ -1094,7 +1094,7 @@
<!-- <td v-else-if="OrderSource==10&&GetDetail.SourceID>0" @click="jumpPage('FinancialOrder',GetDetail,3)">
<span class="_jump_page _font_bold">签证收支</span></td> -->
<td v-if="GetDetail.OrderSource==10&&o.TCNUM&&o.TCID"
@click="jumpPage('VisaFinancialDocuments',o.TCID,3,o.TCNUM)">
@click="jumpPage('VisaFinancialDocuments',o,9,GetDetail)">
<span class="_jump_page _font_bold">{{$t('objFill.qzsz')}}</span></td>
<td v-if="GetDetail.OrderID&&OrderSource==10">{{$t('objFill.qzdd')}}:<span
@click="jumpPage(isOrderOP?'VisaProductEditOrderQZ':'VisaProductEditOrder',GetDetail,8,GetDetail.OrderID)"
......@@ -2808,6 +2808,16 @@
})
}
} else if (type == 9) {
this.$router.push({
name: path,
query: {
TCID: id.TCID,
TCNUM: id.TCNUM,
OutBranchId: OrderID.RB_Branch_Id,
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