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

领队报账新增参数IsSelectAll=1

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