Commit 7bec946a authored by 华国豪's avatar 华国豪 🙄

领队报账新增参数IsSelectAll=1

parent 848c6b4a
...@@ -487,7 +487,8 @@ ...@@ -487,7 +487,8 @@
TemporaryItem: {}, TemporaryItem: {},
msg: { msg: {
TCIDs: '', TCIDs: '',
NewCombinationNum: '' NewCombinationNum: '',
IsSelectAll: 1,
}, },
list: [], list: [],
nav: [], nav: [],
......
...@@ -418,7 +418,7 @@ export default { ...@@ -418,7 +418,7 @@ export default {
}, },
methods: { methods: {
goZhiDan: function(obj) { goZhiDan: function(obj) {
let id = [3]; let id = [59];
let TCIDARR = [obj.TCIDS]; let TCIDARR = [obj.TCIDS];
let orderObj = { let orderObj = {
OrderID: 0, OrderID: 0,
......
...@@ -306,7 +306,8 @@ ...@@ -306,7 +306,8 @@
TemporaryItem: {}, TemporaryItem: {},
msg: { msg: {
TCIDs: '', TCIDs: '',
NewCombinationNum: '' NewCombinationNum: '',
IsSelectAll: 1,
}, },
list: [], list: [],
nav: [], nav: [],
......
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