Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
6c12f9ea
Commit
6c12f9ea
authored
Nov 19, 2019
by
jiaorz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改后台订单
parent
0baae5b7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
rentOrderDetailModal.vue
src/views/order/modal/rentOrderDetailModal.vue
+3
-3
index.vue
src/views/order/rentVehicleInfo/index.vue
+1
-1
No files found.
src/views/order/modal/rentOrderDetailModal.vue
View file @
6c12f9ea
...
...
@@ -78,14 +78,14 @@
<p
v-if=
"orderDetailInfo.rentVehiclePriceVO && orderDetailInfo.rentVehiclePriceVO.vehicleDayNum > 0"
>
¥
{{
orderDetailInfo
.
rentVehiclePriceVO
.
modelAmount
}}
*
{{
orderDetailInfo
.
rentVehiclePriceVO
.
vehicleNum
}}
/
{{
orderDetailInfo
.
rentVehiclePriceVO
.
vehicleDayNum
}}
天
</p>
<
p
v-else
>
{{
orderDetailInfo
.
costDetail
.
children
[
0
].
key
}}
:
{{
orderDetailInfo
.
costDetail
.
children
[
0
].
detail
}}
</p
>
<
!--
<p
v-else-if=
"orderDetailInfo.costDetail.children[0]"
>
{{
orderDetailInfo
.
costDetail
.
children
[
0
].
key
}}
:
{{
orderDetailInfo
.
costDetail
.
children
[
0
].
detail
}}
</p>
--
>
</td>
<td>
<p
v-if=
"orderDetailInfo.rentVehiclePriceVO && orderDetailInfo.rentVehiclePriceVO.couponAmount > 0"
>
<span>
{{
orderDetailInfo
.
rentVehiclePriceVO
.
couponDesc
}}
-
{{
orderDetailInfo
.
rentVehiclePriceVO
.
couponAmount
}}
元
</span>
</p>
<
p
v-else-if=
"orderDetailInfo.costDetail.children && orderDetailInfo.costDetail.children[2]"
>
{{
orderDetailInfo
.
costDetail
.
children
[
2
].
key
}}
:
{{
orderDetailInfo
.
costDetail
.
children
[
2
].
val
}}
</p
>
<
!--
<p
v-else-if=
"orderDetailInfo.costDetail.children && orderDetailInfo.costDetail.children[2]"
>
{{
orderDetailInfo
.
costDetail
.
children
[
2
].
key
}}
:
{{
orderDetailInfo
.
costDetail
.
children
[
2
].
val
}}
</p>
--
>
<p
v-else
>
无
</p>
</td>
<td>
...
...
@@ -96,7 +96,7 @@
</td>
<td>
<p
v-if=
"orderDetailInfo.rentVehiclePriceVO"
>
{{
orderDetailInfo
.
rentVehiclePriceVO
.
deposit
}}
</p>
<
p
v-else
>
{{
orderDetailInfo
.
costDetail
.
children
[
1
].
key
}}
:
{{
orderDetailInfo
.
costDetail
.
children
[
1
].
val
}}
</p
>
<
!--
<p
v-else-if=
"orderDetailInfo.costDetail.children[0]"
>
{{
orderDetailInfo
.
costDetail
.
children
[
1
].
key
}}
:
{{
orderDetailInfo
.
costDetail
.
children
[
1
].
val
}}
</p>
--
>
</td>
<td>
<p
...
...
src/views/order/rentVehicleInfo/index.vue
View file @
6c12f9ea
...
...
@@ -1036,7 +1036,7 @@ export default {
}
orderDetail
(
param
).
then
(
response
=>
{
this
.
orderDetailInfo
=
response
.
data
if
(
this
.
orderDetailInfo
&&
this
.
orderDetailInfo
.
memberLevel
)
{
if
(
this
.
orderDetailInfo
)
{
if
(
this
.
orderDetailInfo
.
memberLevel
==
1
)
{
this
.
orderDetailInfo
.
memberName
=
"普通会员"
}
...
...
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