Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhengke
jz_Travel
Commits
6f9ac5d1
Commit
6f9ac5d1
authored
Jul 24, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
e1d21773
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
31 additions
and
15 deletions
+31
-15
headeDatas.vue
pages/teamLeader/components/headeDatas.vue
+1
-0
otherInfor1.vue
pages/teamLeader/components/report/otherInfor1.vue
+3
-3
otherInfor2.vue
pages/teamLeader/components/report/otherInfor2.vue
+2
-2
otherInfor3.vue
pages/teamLeader/components/report/otherInfor3.vue
+2
-2
otherInfor4.vue
pages/teamLeader/components/report/otherInfor4.vue
+2
-2
otherInfor5.vue
pages/teamLeader/components/report/otherInfor5.vue
+2
-2
otherInfor6.vue
pages/teamLeader/components/report/otherInfor6.vue
+2
-2
reimbursementInfor.vue
pages/teamLeader/reimbursementInfor.vue
+17
-2
No files found.
pages/teamLeader/components/headeDatas.vue
View file @
6f9ac5d1
...
...
@@ -332,6 +332,7 @@
data
:
{
handler
(
newVal
,
oldVal
)
{
this
.
params
=
JSON
.
parse
(
JSON
.
stringify
(
newVal
))
console
.
log
(
"this.params"
,
this
.
params
);
this
.
BusList
=
this
.
params
.
BusList
//车信息
this
.
HotelOrderListReport
=
this
.
params
.
HotelOrderListReport
//酒店信息,合团
this
.
DiningList
=
this
.
params
.
DiningList
//餐厅
...
...
pages/teamLeader/components/report/otherInfor1.vue
View file @
6f9ac5d1
...
...
@@ -263,7 +263,7 @@
watch
:
{
OtherList
:
{
handler
(
newVal
,
oldVal
)
{
this
.
updateData
()
this
.
updateData
()
;
},
deep
:
true
,
immediate
:
false
...
...
@@ -302,8 +302,8 @@
this
.
OtherList
[
i
].
VoucherPicList
.
splice
(
index
,
1
)
},
updateData
()
{
this
.
params
.
OtherOrderInfo
.
OtherList
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
OtherList
))
this
.
$emit
(
'change'
,
this
.
params
)
//
this.params.OtherOrderInfo.OtherList = JSON.parse(JSON.stringify(this.OtherList))
this
.
$emit
(
'change'
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
OtherList
)),
5
)
},
getRenderingData
()
{
this
.
ReimDatas
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
OtherList
[
0
]))
...
...
pages/teamLeader/components/report/otherInfor2.vue
View file @
6f9ac5d1
...
...
@@ -245,8 +245,8 @@
this
.
TipList
[
i
].
VoucherPicList
.
splice
(
index
,
1
)
},
updateData
()
{
this
.
params
.
OtherOrderInfo
.
TipList
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
TipList
))
this
.
$emit
(
'change'
,
this
.
params
)
//
this.params.OtherOrderInfo.TipList = JSON.parse(JSON.stringify(this.TipList))
this
.
$emit
(
'change'
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
TipList
)),
this
.
params
.
type
);
},
getRenderingData
()
{
this
.
ReimDatas
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
TipList
[
0
]))
...
...
pages/teamLeader/components/report/otherInfor3.vue
View file @
6f9ac5d1
...
...
@@ -248,8 +248,8 @@
this
.
TeamList
[
i
].
VoucherPicList
.
splice
(
index
,
1
)
},
updateData
()
{
this
.
params
.
OtherOrderInfo
.
TeamList
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
TeamList
))
this
.
$emit
(
'change'
,
this
.
params
)
//
this.params.OtherOrderInfo.TeamList = JSON.parse(JSON.stringify(this.TeamList))
this
.
$emit
(
'change'
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
TeamList
)),
7
);
},
getRenderingData
()
{
this
.
ReimDatas
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
TeamList
[
0
]))
...
...
pages/teamLeader/components/report/otherInfor4.vue
View file @
6f9ac5d1
...
...
@@ -272,8 +272,8 @@
this
.
SelfPlayingIncomeList
[
i
].
VoucherPicList
.
splice
(
index
,
1
)
},
updateData
()
{
this
.
params
.
OtherOrderInfo
.
SelfPlayingIncomeList
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
SelfPlayingIncomeList
))
this
.
$emit
(
'change'
,
this
.
params
)
//
this.params.OtherOrderInfo.SelfPlayingIncomeList = JSON.parse(JSON.stringify(this.SelfPlayingIncomeList))
this
.
$emit
(
'change'
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
SelfPlayingIncomeList
)),
8
)
},
getRenderingData
()
{
this
.
ReimDatas
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
SelfPlayingIncomeList
[
0
]))
...
...
pages/teamLeader/components/report/otherInfor5.vue
View file @
6f9ac5d1
...
...
@@ -283,8 +283,8 @@
this
.
SelfPlayingExpendList
[
i
].
VoucherPicList
.
splice
(
index
,
1
)
},
updateData
()
{
this
.
params
.
OtherOrderInfo
.
SelfPlayingExpendList
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
SelfPlayingExpendList
))
this
.
$emit
(
'change'
,
this
.
params
)
//
this.params.OtherOrderInfo.SelfPlayingExpendList = JSON.parse(JSON.stringify(this.SelfPlayingExpendList))
this
.
$emit
(
'change'
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
SelfPlayingExpendList
)),
9
)
},
getRenderingData
()
{
this
.
ReimDatas
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
SelfPlayingExpendList
[
0
]))
...
...
pages/teamLeader/components/report/otherInfor6.vue
View file @
6f9ac5d1
...
...
@@ -306,8 +306,8 @@
this
.
LeaderShopList
[
i
].
VoucherPicList
.
splice
(
index
,
1
)
},
updateData
()
{
this
.
params
.
LeaderShopList
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
LeaderShopList
))
this
.
$emit
(
'change'
,
this
.
params
)
//
this.params.LeaderShopList = JSON.parse(JSON.stringify(this.LeaderShopList))
this
.
$emit
(
'change'
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
LeaderShopList
)),
10
);
},
getRenderingData
()
{
this
.
ReimDatas
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
LeaderShopList
[
0
]))
...
...
pages/teamLeader/reimbursementInfor.vue
View file @
6f9ac5d1
...
...
@@ -569,8 +569,23 @@
this
.
loading
=
false
})
},
getNewData
(
params
)
{
this
.
params
=
JSON
.
parse
(
JSON
.
stringify
(
params
))
getNewData
(
params
,
type
)
{
//其它费用
if
(
type
==
5
)
{
this
.
params
.
OtherOrderInfo
.
OtherList
=
params
;
}
else
if
(
type
==
6
)
{
this
.
params
.
OtherOrderInfo
.
TipList
=
params
;
}
else
if
(
type
==
7
)
{
this
.
params
.
OtherOrderInfo
.
TeamList
=
params
;
}
else
if
(
type
==
8
)
{
this
.
params
.
OtherOrderInfo
.
SelfPlayingIncomeList
=
params
;
}
else
if
(
type
==
9
)
{
this
.
params
.
OtherOrderInfo
.
SelfPlayingExpendList
=
params
;
}
else
if
(
type
==
10
)
{
this
.
params
.
LeaderShopList
=
params
;
}
else
{
this
.
params
=
JSON
.
parse
(
JSON
.
stringify
(
params
))
}
},
getType
(
item
)
{
this
.
params
.
type
=
item
.
id
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment