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
ea4eb5ec
Commit
ea4eb5ec
authored
Jul 04, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
d48c3c02
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
13 deletions
+10
-13
headeDatas.vue
pages/teamLeader/components/headeDatas.vue
+8
-11
otherInfor6.vue
pages/teamLeader/components/otherInfor6.vue
+1
-1
reimbursementInfor.vue
pages/teamLeader/reimbursementInfor.vue
+1
-1
No files found.
pages/teamLeader/components/headeDatas.vue
View file @
ea4eb5ec
...
...
@@ -106,22 +106,19 @@
</view>
<view
v-if=
"params.type>1&¶ms.type<5"
class=
"row justify-center items-center"
>
<view
v-if=
"params.type==2"
class=
"row justify-center items-center"
@
click=
"showOptionVisible(3)"
>
<view
class=
"nameTitle"
v-if=
"datas.HotelOrderList[datas.hotelIndex].HotelName"
>
{{ datas.HotelOrderList[datas.hotelIndex].HotelName }}
</view>
<view
v-else
>
暂无酒店信息
</view>
<view
class=
"nameTitle"
>
{{ datas.HotelOrderList[datas.hotelIndex].ReimburseList.ActualUseInfo?datas.HotelOrderList[datas.hotelIndex].ReimburseList.ActualUseInfo:datas.HotelOrderList[datas.hotelIndex].NewHotelName }}
</view>
<img
class=
"headeDatasTimeImg2 PL20"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638869669873781692.png"
/>
</view>
<view
v-if=
"params.type==3"
class=
"row justify-center items-center"
@
click=
"showOptionVisible(4)"
>
<view
class=
"nameTitle"
v-if=
"datas.DiningSummaryList[datas.diningIndex].DiningName"
>
{{ datas.DiningSummaryList[datas.diningIndex].DiningName }}
<view
class=
"nameTitle"
>
{{ datas.DiningSummaryList[datas.diningIndex].
ReimburseList.ActualUseInfo?datas.DiningSummaryList[datas.diningIndex].ReimburseList.ActualUseInfo:datas.DiningSummaryList[datas.diningIndex].New
DiningName }}
({{ datas.DiningSummaryList[datas.diningIndex].UseDinnerTypeStr }})
</view>
<view
v-else
>
暂无餐食信息
</view>
<img
class=
"headeDatasTimeImg2 PL20"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638869669873781692.png"
/>
</view>
<view
v-if=
"params.type==4"
class=
"row justify-center items-center"
@
click=
"showOptionVisible(5)"
>
<view
class=
"nameTitle"
v-if=
"datas.ScenicStatisticsList[datas.scenicIndex].ScenicName"
>
{{ datas.ScenicStatisticsList[datas.scenicIndex].ScenicName }}
<view
class=
"nameTitle"
>
{{ datas.ScenicStatisticsList[datas.scenicIndex].
ReimburseList.ActualUseInfo?datas.ScenicStatisticsList[datas.scenicIndex].ReimburseList.ActualUseInfo:datas.ScenicStatisticsList[datas.scenicIndex].
ScenicName }}
</view>
<view
v-else
>
暂无门票信息
</view>
<img
class=
"headeDatasTimeImg2 PL20"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638869669873781692.png"
/>
</view>
<img
@
click=
"showEditorVisible"
class=
"PL40"
style=
"width: 30rpx;height: 30rpx;display: inline-block;"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638870767566609082.png"
/>
...
...
@@ -317,15 +314,15 @@ export default {
popupEditor
(
value
){
let
text
=
value
.
detail
.
__args__
if
(
this
.
editorObj
.
type
==
2
){
this
.
datas
.
HotelOrderList
[
this
.
datas
.
hotelIndex
].
HotelName
=
text
[
0
]
this
.
datas
.
HotelOrderList
[
this
.
datas
.
hotelIndex
].
ReimburseList
.
ActualUseInfo
=
text
[
0
]
this
.
HotelOrderListReport
[
this
.
dataIndex
]
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
datas
))
this
.
params
.
HotelOrderListReport
=
this
.
HotelOrderListReport
}
else
if
(
this
.
params
.
type
==
3
){
this
.
datas
.
DiningSummaryList
[
this
.
datas
.
diningIndex
].
DiningName
=
text
[
0
]
this
.
datas
.
DiningSummaryList
[
this
.
datas
.
diningIndex
].
ReimburseList
.
ActualUseInfo
=
text
[
0
]
this
.
DiningList
[
this
.
dataIndex
]
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
datas
))
this
.
params
.
DiningList
=
this
.
DiningList
}
else
if
(
this
.
params
.
type
==
4
){
this
.
datas
.
ScenicStatisticsList
[
this
.
datas
.
scenicIndex
].
ScenicName
=
text
[
0
]
this
.
datas
.
ScenicStatisticsList
[
this
.
datas
.
scenicIndex
].
ReimburseList
.
ActualUseInfo
=
text
[
0
]
this
.
ScenicList
[
this
.
dataIndex
]
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
datas
))
this
.
params
.
ScenicList
=
this
.
ScenicList
}
...
...
pages/teamLeader/components/otherInfor6.vue
View file @
ea4eb5ec
...
...
@@ -252,7 +252,7 @@ export default {
x
.
EnterTime
=
this
.
$utils
.
formatDates
(
new
Date
(
x
.
EnterTime
),
'yyyy-MM-dd'
)
let
findIndex
=
this
.
options
.
findIndex
(
y
=>
y
.
id
==
x
.
ShopId
)
if
(
findIndex
!=-
1
)
x
.
ShopStr
=
this
.
options
[
findIndex
].
name
let
findIndex2
=
this
.
currencyList
.
findIndex
(
y
=>
y
.
id
==
x
.
Currency
)
let
findIndex2
=
this
.
currencyList
.
findIndex
(
y
=>
y
.
id
==
x
.
Currency
Id
)
if
(
findIndex2
!=-
1
)
x
.
CurrencyName
=
this
.
currencyList
[
findIndex2
].
name
})
},
...
...
pages/teamLeader/reimbursementInfor.vue
View file @
ea4eb5ec
...
...
@@ -47,7 +47,7 @@
}
.saveBox
{
position
:
fixed
;
right
:
10
0rpx
;
right
:
5
0rpx
;
bottom
:
50rpx
;
z-index
:
2
;
}
...
...
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