Commit 8aa3071d authored by youjie's avatar youjie

no message

parent 1bae842f
...@@ -754,11 +754,13 @@ export default { ...@@ -754,11 +754,13 @@ export default {
this.OrderTitle='付款单'; this.OrderTitle='付款单';
} }
if(this.Offset=='other'){ if(this.Offset=='other'){
let TCIDARR = [this.tcid];
let orderObj = { let orderObj = {
OrderID: 0, OrderID: 0,
OrderSource: 10, OrderSource: 10,
Obj: {}, Obj: {},
SourceID: 0, SourceID: 0,
TCIDList: TCIDARR
} }
this.$router.push({ this.$router.push({
name: 'ChoiceAddFinancialDocuments', name: 'ChoiceAddFinancialDocuments',
......
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