Commit 2fe73a5c authored by youjie's avatar youjie

no message

parent 0db1232a
......@@ -755,7 +755,8 @@
done();
},
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(
'InvoiceApply_get_GetOrderFinanceList', {
OrderId: this.detail.OrderId,
......
......@@ -1216,7 +1216,7 @@ export default {
this.$router.push({
name: "invoicesManagerDetail",
query: {
id: x.OrderId,
id: item.FrID?item.FrID:item.ID,
InvoiceApplyType: 6,
blank: "y",
},
......
......@@ -1422,7 +1422,7 @@ export default {
this.$router.push({
name: "invoicesManagerDetail",
query: {
id: x.OrderId,
id: item.FrID?item.FrID:item.ID,
InvoiceApplyType: 5,
blank: "y",
},
......
......@@ -1431,7 +1431,7 @@
this.$router.push({
name: "invoicesManagerDetail",
query: {
id: x.OrderId,
id: item.FrID ? item.FrID : item.ID,
InvoiceApplyType: 7,
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