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
ef8f3d2d
Commit
ef8f3d2d
authored
Aug 04, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug
parent
e414715a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
14 deletions
+23
-14
jz_SureOrder.vue
pages/jiuzhai/jz_SureOrder.vue
+2
-2
productInfor2.vue
pages/teamLeader/components/report/productInfor2.vue
+7
-4
productInfor3.vue
pages/teamLeader/components/report/productInfor3.vue
+7
-4
productInfor4.vue
pages/teamLeader/components/report/productInfor4.vue
+7
-4
No files found.
pages/jiuzhai/jz_SureOrder.vue
View file @
ef8f3d2d
...
...
@@ -385,13 +385,13 @@
</view>
<!-- #endif -->
<!-- #ifdef MP-DI -->
<view
v-if=
"
orderData.model.OrderState==2
&&remainingSeconds>0"
>
<view
v-if=
"
(orderData.model.OrderState==2||orderData.model.OrderState==3)
&&remainingSeconds>0"
>
<view
class=
"row"
>
<text>
请您于
{{
dielineTime
}}
前支付:¥
</text>
<text
class=
"bold"
>
{{
(
orderData
.
model
.
PreferPrice
-
orderData
.
model
.
DiscountMoney
-
orderData
.
model
.
RedEnvelopeMoney
).
toFixed
(
2
)
}}
</text>
</view>
<view
class=
"small"
>
完成支付才能
锁定
线路
</view>
完成支付才能
{{
orderData
.
model
.
OrderState
==
2
?
'锁定'
:
'候补'
}}
线路
</view>
</view>
<view
class=
"small"
v-else-if=
"orderData.model.OrderState==4"
>
取消原因:用户超时未付款,自动取消
...
...
pages/teamLeader/components/report/productInfor2.vue
View file @
ef8f3d2d
...
...
@@ -401,10 +401,13 @@
.
stringify
(
this
.
ReimDatas
)))
},
onSuccess
(
infor
)
{
if
(
this
.
datas
&&
this
.
datas
.
HotelOrderList
&&
this
.
datas
.
HotelOrderList
[
this
.
datas
.
hotelIndex
]
&&
this
.
datas
.
HotelOrderList
[
this
.
datas
.
hotelIndex
].
ReimburseList
)
this
.
datas
.
HotelOrderList
[
this
.
datas
.
hotelIndex
].
ReimburseList
.
VoucherPicList
.
push
({
FileName
:
infor
.
name
,
url
:
infor
.
url
,
})
if
(
this
.
datas
&&
this
.
datas
.
HotelOrderList
&&
this
.
datas
.
HotelOrderList
[
this
.
datas
.
hotelIndex
]
&&
this
.
datas
.
HotelOrderList
[
this
.
datas
.
hotelIndex
].
ReimburseList
)
{
this
.
datas
.
HotelOrderList
[
this
.
datas
.
hotelIndex
].
ReimburseList
.
VoucherPicList
.
push
({
FileName
:
infor
.
name
,
url
:
infor
.
url
,
})
this
.
updateData
()
}
}
}
}
...
...
pages/teamLeader/components/report/productInfor3.vue
View file @
ef8f3d2d
...
...
@@ -395,10 +395,13 @@
JSON
.
stringify
(
this
.
ReimDatas
)))
},
onSuccess
(
infor
)
{
if
(
this
.
datas
&&
this
.
datas
.
DiningSummaryList
&&
this
.
datas
.
DiningSummaryList
[
this
.
datas
.
diningIndex
]
&&
this
.
datas
.
DiningSummaryList
[
this
.
datas
.
diningIndex
].
ReimburseList
)
this
.
datas
.
DiningSummaryList
[
this
.
datas
.
diningIndex
].
ReimburseList
.
VoucherPicList
.
push
({
FileName
:
infor
.
name
,
url
:
infor
.
url
,
})
if
(
this
.
datas
&&
this
.
datas
.
DiningSummaryList
&&
this
.
datas
.
DiningSummaryList
[
this
.
datas
.
diningIndex
]
&&
this
.
datas
.
DiningSummaryList
[
this
.
datas
.
diningIndex
].
ReimburseList
)
{
this
.
datas
.
DiningSummaryList
[
this
.
datas
.
diningIndex
].
ReimburseList
.
VoucherPicList
.
push
({
FileName
:
infor
.
name
,
url
:
infor
.
url
,
})
this
.
updateData
()
}
}
}
}
...
...
pages/teamLeader/components/report/productInfor4.vue
View file @
ef8f3d2d
...
...
@@ -397,10 +397,13 @@
JSON
.
stringify
(
this
.
ReimDatas
)))
},
onSuccess
(
infor
)
{
if
(
this
.
datas
&&
this
.
datas
.
ScenicStatisticsList
&&
this
.
datas
.
ScenicStatisticsList
[
this
.
datas
.
scenicIndex
]
&&
this
.
datas
.
ScenicStatisticsList
[
this
.
datas
.
scenicIndex
].
ReimburseList
)
this
.
datas
.
ScenicStatisticsList
[
this
.
datas
.
scenicIndex
].
ReimburseList
.
VoucherPicList
.
push
({
FileName
:
infor
.
name
,
url
:
infor
.
url
,
})
if
(
this
.
datas
&&
this
.
datas
.
ScenicStatisticsList
&&
this
.
datas
.
ScenicStatisticsList
[
this
.
datas
.
scenicIndex
]
&&
this
.
datas
.
ScenicStatisticsList
[
this
.
datas
.
scenicIndex
].
ReimburseList
)
{
this
.
datas
.
ScenicStatisticsList
[
this
.
datas
.
scenicIndex
].
ReimburseList
.
VoucherPicList
.
push
({
FileName
:
infor
.
name
,
url
:
infor
.
url
,
})
this
.
updateData
()
}
}
}
}
...
...
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