Commit 728a6905 authored by youjie's avatar youjie

no message

parent 069ca8e2
...@@ -1396,15 +1396,13 @@ ...@@ -1396,15 +1396,13 @@
}, },
//其他支出跳转制单 //其他支出跳转制单
AddOutDetail() { AddOutDetail() {
let id = [245, 246]
id = id.length > 0 ? JSON.stringify(id) : null;
var TCArr = [this.msg.TCIDs]; var TCArr = [this.msg.TCIDs];
let orderObj = { let orderObj = {
OrderID: 0, OrderID: 0,
OrderSource: 8, OrderSource: 8,
Obj: {}, Obj: {},
TCIDList: TCArr, TCIDList: TCArr,
queryObj: this.$route.query queryObj: this.$route.query,
} }
this.$router.push({ this.$router.push({
name: "ChoiceAddFinancialDocuments", name: "ChoiceAddFinancialDocuments",
...@@ -1414,7 +1412,6 @@ ...@@ -1414,7 +1412,6 @@
.OutBranchId : this.$route.query.OutBranchId, .OutBranchId : this.$route.query.OutBranchId,
'blank': 'y', 'blank': 'y',
'orderObj': JSON.stringify(orderObj), 'orderObj': JSON.stringify(orderObj),
'templateID': id,
} }
}); });
}, },
......
...@@ -468,8 +468,6 @@ ...@@ -468,8 +468,6 @@
// 门票 // 门票
else if (_orderSource === 3 && _type === 2) { else if (_orderSource === 3 && _type === 2) {
id = [88, 89, 245, 246] id = [88, 89, 245, 246]
}else if (_orderSource === 14 && _type === 2) {
id = [245, 246]
} }
} }
......
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