Commit 6106d9ad authored by youjie's avatar youjie

no message

parent 2fe73a5c
......@@ -756,7 +756,15 @@
},
getOrderDetail: function () { // 获取交易信息详情
// let OrderResource = this.$route.query.InvoiceApplyType ? 10 : 8
let OrderResource = this.$route.query.InvoiceApplyType ? this.$route.query.InvoiceApplyType : 8
let OrderResource
// 签证
if(this.$route.query.InvoiceApplyType==2){
OrderResource = 10
}else if (this.$route.query.InvoiceApplyType){
OrderResource = this.$route.query.InvoiceApplyType
}else {
OrderResource = 8
}
this.apipost(
'InvoiceApply_get_GetOrderFinanceList', {
OrderId: this.detail.OrderId,
......
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