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
09a61f07
Commit
09a61f07
authored
Jul 18, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
546d2de7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
12 deletions
+8
-12
itineraryDetails.vue
pages/teamLeader/itineraryDetails.vue
+4
-4
reimbursementInfor.vue
pages/teamLeader/reimbursementInfor.vue
+4
-8
No files found.
pages/teamLeader/itineraryDetails.vue
View file @
09a61f07
...
@@ -671,13 +671,13 @@ export default {
...
@@ -671,13 +671,13 @@ export default {
}
,
}
,
scroll
(
e
)
{
scroll
(
e
)
{
this
.
old
.
scrollTop
=
e
.
detail
.
scrollTop
this
.
old
.
scrollTop
=
e
.
detail
.
scrollTop
this
.
boxOption
=
Math
.
floor
((
e
.
detail
.
scrollTop
-
6
0
0
)
/
1.5
);
this
.
boxOption
=
Math
.
floor
((
e
.
detail
.
scrollTop
-
6
5
0
)
/
1.5
);
this
.
titleStyle
.
opacity
=
this
.
titleStyle
.
opacity
=
e
.
detail
.
scrollTop
-
6
0
0
<
0
?
e
.
detail
.
scrollTop
-
6
5
0
<
0
?
0
:
0
:
Math
.
floor
(
e
.
detail
.
scrollTop
-
6
0
0
)
/
100
>
1
?
Math
.
floor
(
e
.
detail
.
scrollTop
-
6
5
0
)
/
100
>
1
?
1
:
1
:
Math
.
floor
(
e
.
detail
.
scrollTop
-
6
0
0
)
/
100
;
Math
.
floor
(
e
.
detail
.
scrollTop
-
6
5
0
)
/
100
;
this
.
titlesList
.
forEach
((
x
,
index
)
=>
{
this
.
titlesList
.
forEach
((
x
,
index
)
=>
{
let
pev
let
pev
let
nex
let
nex
...
...
pages/teamLeader/reimbursementInfor.vue
View file @
09a61f07
...
@@ -325,7 +325,7 @@ export default {
...
@@ -325,7 +325,7 @@ export default {
for
(
let
j
=
0
;
j
<
obj
.
ReimburseList
.
ReimburseDetailsList
.
length
;
j
++
){
for
(
let
j
=
0
;
j
<
obj
.
ReimburseList
.
ReimburseDetailsList
.
length
;
j
++
){
let
child
=
obj
.
ReimburseList
.
ReimburseDetailsList
[
j
]
let
child
=
obj
.
ReimburseList
.
ReimburseDetailsList
[
j
]
if
(
msg
==
''
&&
if
(
msg
==
''
&&
(
child
.
CurrencyId
==
0
||
child
.
CurrencyId
==
''
)
&&
(
obj
.
CurrencyId
==
0
||
obj
.
CurrencyId
==
''
)
&&
(
obj
.
ReimburseList
.
SettlementType
>
0
||
obj
.
ReimburseList
.
Remarks
!=
''
||
(
obj
.
ReimburseList
.
SettlementType
>
0
||
obj
.
ReimburseList
.
Remarks
!=
''
||
obj
.
ReimburseList
.
VoucherPicList
.
length
>
0
||
child
.
StartPlace
!=
''
||
obj
.
ReimburseList
.
VoucherPicList
.
length
>
0
||
child
.
StartPlace
!=
''
||
child
.
EndPlace
!=
''
||
child
.
UserNum
>
0
||
child
.
UnitPrice
>
0
||
child
.
UserType
)
child
.
EndPlace
!=
''
||
child
.
UserNum
>
0
||
child
.
UnitPrice
>
0
||
child
.
UserType
)
...
@@ -359,7 +359,7 @@ export default {
...
@@ -359,7 +359,7 @@ export default {
let
child
=
obj
.
HotelOrderList
[
j
]
let
child
=
obj
.
HotelOrderList
[
j
]
for
(
let
x
=
0
;
x
<
child
.
ReimburseList
.
ReimburseDetailsList
.
length
;
x
++
){
for
(
let
x
=
0
;
x
<
child
.
ReimburseList
.
ReimburseDetailsList
.
length
;
x
++
){
let
grandson
=
child
.
ReimburseList
.
ReimburseDetailsList
[
x
]
let
grandson
=
child
.
ReimburseList
.
ReimburseDetailsList
[
x
]
if
(
msg
==
''
&&
(
grandson
.
CurrencyId
==
0
||
grandson
.
CurrencyId
==
''
)
&&
if
(
msg
==
''
&&
(
child
.
CurrencyId
==
0
||
child
.
CurrencyId
==
''
)
&&
(
child
.
ReimburseList
.
SettlementType
>
0
||
child
.
ReimburseList
.
Remarks
!=
''
||
(
child
.
ReimburseList
.
SettlementType
>
0
||
child
.
ReimburseList
.
Remarks
!=
''
||
child
.
ReimburseList
.
VoucherPicList
.
length
>
0
||
grandson
.
UserNum
>
0
||
child
.
ReimburseList
.
VoucherPicList
.
length
>
0
||
grandson
.
UserNum
>
0
||
grandson
.
UnitPrice
>
0
||
grandson
.
UserType
)
grandson
.
UnitPrice
>
0
||
grandson
.
UserType
)
...
@@ -380,7 +380,7 @@ export default {
...
@@ -380,7 +380,7 @@ export default {
let
child
=
obj
.
DiningSummaryList
[
j
]
let
child
=
obj
.
DiningSummaryList
[
j
]
for
(
let
x
=
0
;
x
<
child
.
ReimburseList
.
ReimburseDetailsList
.
length
;
x
++
){
for
(
let
x
=
0
;
x
<
child
.
ReimburseList
.
ReimburseDetailsList
.
length
;
x
++
){
let
grandson
=
child
.
ReimburseList
.
ReimburseDetailsList
[
x
]
let
grandson
=
child
.
ReimburseList
.
ReimburseDetailsList
[
x
]
if
(
msg
==
''
&&
(
grandson
.
CurrencyId
==
0
||
grandson
.
CurrencyId
==
''
)
&&
if
(
msg
==
''
&&
(
child
.
CurrencyId
==
0
||
child
.
CurrencyId
==
''
)
&&
(
child
.
ReimburseList
.
SettlementType
>
0
||
child
.
ReimburseList
.
Remarks
!=
''
||
(
child
.
ReimburseList
.
SettlementType
>
0
||
child
.
ReimburseList
.
Remarks
!=
''
||
child
.
ReimburseList
.
VoucherPicList
.
length
>
0
||
grandson
.
UserNum
>
0
||
child
.
ReimburseList
.
VoucherPicList
.
length
>
0
||
grandson
.
UserNum
>
0
||
grandson
.
UnitPrice
>
0
||
grandson
.
UserType
)
grandson
.
UnitPrice
>
0
||
grandson
.
UserType
)
...
@@ -401,7 +401,7 @@ export default {
...
@@ -401,7 +401,7 @@ export default {
let
child
=
obj
.
ScenicStatisticsList
[
j
]
let
child
=
obj
.
ScenicStatisticsList
[
j
]
for
(
let
x
=
0
;
x
<
child
.
ReimburseList
.
ReimburseDetailsList
.
length
;
x
++
){
for
(
let
x
=
0
;
x
<
child
.
ReimburseList
.
ReimburseDetailsList
.
length
;
x
++
){
let
grandson
=
child
.
ReimburseList
.
ReimburseDetailsList
[
x
]
let
grandson
=
child
.
ReimburseList
.
ReimburseDetailsList
[
x
]
if
(
msg
==
''
&&
(
grandson
.
CurrencyId
==
0
||
grandson
.
CurrencyId
==
''
)
&&
if
(
msg
==
''
&&
(
child
.
CurrencyId
==
0
||
child
.
CurrencyId
==
''
)
&&
(
child
.
ReimburseList
.
SettlementType
>
0
||
child
.
ReimburseList
.
Remarks
!=
''
||
(
child
.
ReimburseList
.
SettlementType
>
0
||
child
.
ReimburseList
.
Remarks
!=
''
||
child
.
ReimburseList
.
VoucherPicList
.
length
>
0
||
grandson
.
UserNum
>
0
||
child
.
ReimburseList
.
VoucherPicList
.
length
>
0
||
grandson
.
UserNum
>
0
||
grandson
.
UnitPrice
>
0
||
grandson
.
UserType
)
grandson
.
UnitPrice
>
0
||
grandson
.
UserType
)
...
@@ -416,10 +416,6 @@ export default {
...
@@ -416,10 +416,6 @@ export default {
},
},
saveData
(){
saveData
(){
let
msg
=
''
let
msg
=
''
// if(this.params.type==1) msg = this.VerificationBusList()
// else if(this.params.type==2) msg = this.VerificationHotel()
// else if(this.params.type==3) msg = this.VerificationDining()
// else if(this.params.type==4) msg = this.VerificationScenic()
if
(
msg
==
''
)
msg
=
this
.
VerificationBusList
()
if
(
msg
==
''
)
msg
=
this
.
VerificationBusList
()
if
(
msg
==
''
)
msg
=
this
.
VerificationHotel
()
if
(
msg
==
''
)
msg
=
this
.
VerificationHotel
()
if
(
msg
==
''
)
msg
=
this
.
VerificationDining
()
if
(
msg
==
''
)
msg
=
this
.
VerificationDining
()
...
...
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