Commit f2c45599 authored by youjie's avatar youjie

no message

parent aa27a9cb
...@@ -1394,7 +1394,7 @@ ...@@ -1394,7 +1394,7 @@
name: "ChoiceAddFinancialDocuments", name: "ChoiceAddFinancialDocuments",
query: { query: {
Type: 2, Type: 2,
companyID: this.msgList[0].OutBranchId?this.msgList[0].OutBranchId:this.$route.query.OutBranchId, companyID: this.msgList&&this.msgList.length>0&&this.msgList[0].OutBranchId?this.msgList[0].OutBranchId:this.$route.query.OutBranchId,
'blank': 'y', 'blank': 'y',
'orderObj': JSON.stringify(orderObj) 'orderObj': JSON.stringify(orderObj)
} }
...@@ -1506,7 +1506,7 @@ ...@@ -1506,7 +1506,7 @@
query: { query: {
'Type': _type, 'Type': _type,
'path': 'teamRevenueExpenditure', 'path': 'teamRevenueExpenditure',
'companyID': this.msgList[0].OutBranchId?this.msgList[0].OutBranchId:this.$route.query.OutBranchId, 'companyID': this.msgList&&this.msgList.length>0&&this.msgList[0].OutBranchId?this.msgList[0].OutBranchId:this.$route.query.OutBranchId,
'templateID': id, 'templateID': id,
'blank': 'y', 'blank': 'y',
'orderObj': JSON.stringify(orderObj), 'orderObj': JSON.stringify(orderObj),
......
...@@ -485,7 +485,7 @@ ...@@ -485,7 +485,7 @@
query: { query: {
'Type': _type, 'Type': _type,
'path': 'teamRevenueExpenditure', 'path': 'teamRevenueExpenditure',
'companyID': this.msgList[0].OutBranchId?this.msgList[0].OutBranchId:this.$route.query.OutBranchId, 'companyID': this.msgList&&this.msgList.length>0&&this.msgList[0].OutBranchId?this.msgList[0].OutBranchId:this.$route.query.OutBranchId,
'templateID': id, 'templateID': id,
'blank': 'y', 'blank': 'y',
'orderObj': JSON.stringify(orderObj), 'orderObj': JSON.stringify(orderObj),
......
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