Commit 2fe73a5c authored by youjie's avatar youjie

no message

parent 0db1232a
...@@ -755,7 +755,8 @@ ...@@ -755,7 +755,8 @@
done(); done();
}, },
getOrderDetail: function () { // 获取交易信息详情 getOrderDetail: function () { // 获取交易信息详情
let OrderResource = this.$route.query.InvoiceApplyType ? 10 : 8 // let OrderResource = this.$route.query.InvoiceApplyType ? 10 : 8
let OrderResource = this.$route.query.InvoiceApplyType ? this.$route.query.InvoiceApplyType : 8
this.apipost( this.apipost(
'InvoiceApply_get_GetOrderFinanceList', { 'InvoiceApply_get_GetOrderFinanceList', {
OrderId: this.detail.OrderId, OrderId: this.detail.OrderId,
......
...@@ -1216,7 +1216,7 @@ export default { ...@@ -1216,7 +1216,7 @@ export default {
this.$router.push({ this.$router.push({
name: "invoicesManagerDetail", name: "invoicesManagerDetail",
query: { query: {
id: x.OrderId, id: item.FrID?item.FrID:item.ID,
InvoiceApplyType: 6, InvoiceApplyType: 6,
blank: "y", blank: "y",
}, },
......
...@@ -1422,7 +1422,7 @@ export default { ...@@ -1422,7 +1422,7 @@ export default {
this.$router.push({ this.$router.push({
name: "invoicesManagerDetail", name: "invoicesManagerDetail",
query: { query: {
id: x.OrderId, id: item.FrID?item.FrID:item.ID,
InvoiceApplyType: 5, InvoiceApplyType: 5,
blank: "y", blank: "y",
}, },
......
...@@ -1431,7 +1431,7 @@ ...@@ -1431,7 +1431,7 @@
this.$router.push({ this.$router.push({
name: "invoicesManagerDetail", name: "invoicesManagerDetail",
query: { query: {
id: x.OrderId, id: item.FrID ? item.FrID : item.ID,
InvoiceApplyType: 7, InvoiceApplyType: 7,
blank: "y", 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