Commit 49a8ed9b authored by youjie's avatar youjie

no message

parent 6106d9ad
......@@ -757,13 +757,12 @@
getOrderDetail: function () { // 获取交易信息详情
// let OrderResource = this.$route.query.InvoiceApplyType ? 10 : 8
let OrderResource
// 签证
if(this.$route.query.InvoiceApplyType==2){
OrderResource = 10
OrderResource = 10 // 签证
}else if (this.$route.query.InvoiceApplyType){
OrderResource = this.$route.query.InvoiceApplyType
}else {
OrderResource = 8
OrderResource = 8 //团队订单
}
this.apipost(
'InvoiceApply_get_GetOrderFinanceList', {
......
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