Commit 728a6905 authored by youjie's avatar youjie

no message

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