Commit c17558b6 authored by 吴春's avatar 吴春

no message

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