Commit c17558b6 authored by 吴春's avatar 吴春

no message

parent 97b7ae6f
...@@ -452,13 +452,14 @@ ...@@ -452,13 +452,14 @@
SourceID: this.$route.query.id, SourceID: this.$route.query.id,
TCIDList: TCIDARR TCIDList: TCIDARR
} }
id=id.length>0?JSON.stringify(id):null;
this.$router.push({ this.$router.push({
name: 'ChoiceAddFinancialDocuments', name: 'ChoiceAddFinancialDocuments',
query: { query: {
'Type': _type, 'Type': _type,
'path': 'teamRevenueExpenditure', 'path': 'teamRevenueExpenditure',
'companyID': this.msgList[0].OutBranchId, 'companyID': this.msgList[0].OutBranchId,
'templateID': JSON.stringify(id), 'templateID': id,
'blank': 'y', 'blank': 'y',
'orderObj': JSON.stringify(orderObj), 'orderObj': JSON.stringify(orderObj),
'OrderSource': _orderSource, 'OrderSource': _orderSource,
......
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