Commit 54c68380 authored by 黄奎's avatar 黄奎
parents ae882691 38b69c14
...@@ -776,13 +776,14 @@ ...@@ -776,13 +776,14 @@
}, },
getOrderDetail: function () { // 获取交易信息详情 getOrderDetail: function () { // 获取交易信息详情
// let OrderResource = this.$route.query.InvoiceApplyType ? 10 : 8 // let OrderResource = this.$route.query.InvoiceApplyType ? 10 : 8
let OrderResource let OrderResource = 8 //团队订
if(this.$route.query.InvoiceApplyType==2){ if(this.$route.query.InvoiceApplyType){
OrderResource = 10 // 签证 if(this.$route.query.InvoiceApplyType == 1) query2.OrderType = 8 // 团队
}else if (this.$route.query.InvoiceApplyType){ if(this.$route.query.InvoiceApplyType == 2) query2.OrderType = 10 // 签证
OrderResource = this.$route.query.InvoiceApplyType if(this.$route.query.InvoiceApplyType == 4) query2.OrderType = 12 // 机票
}else { if(this.$route.query.InvoiceApplyType == 5) query2.OrderType = 5 // 车
OrderResource = 8 //团队订单 if(this.$route.query.InvoiceApplyType == 6) query2.OrderType = 1 // 酒店
if(this.$route.query.InvoiceApplyType == 7) query2.OrderType = 3 // 门票
} }
this.apipost( this.apipost(
'InvoiceApply_get_GetOrderFinanceList', { 'InvoiceApply_get_GetOrderFinanceList', {
......
...@@ -928,7 +928,9 @@ ...@@ -928,7 +928,9 @@
@input="changePrice"></el-input> @input="changePrice"></el-input>
</template> </template>
</div> </div>
<span style="color:red;font-weight:bold;">合团的请分别领款!</span> <span style="color:red;font-weight:bold;">
注意:<span>1、合团的请分别领款!</span> <span style="margin-left: 20px;">2、如需日本PIC付款,请选择PIC相关付款流程,请注意日本转账手续费</span>
</span>
</td> </td>
<td> <td>
<p v-for="(subItem, subIndex) in item.FinanceIds"><span class="cursorpointer text-decoration" <p v-for="(subItem, subIndex) in item.FinanceIds"><span class="cursorpointer text-decoration"
......
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