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
1a370f97
Commit
1a370f97
authored
Nov 13, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
押金记录
parent
8eda1ebc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
index.vue
src/views/order/rentVehicleInfo/index.vue
+5
-3
No files found.
src/views/order/rentVehicleInfo/index.vue
View file @
1a370f97
...
@@ -277,7 +277,7 @@
...
@@ -277,7 +277,7 @@
<div
v-else-if=
"modalTitle=='还车记录'"
>
<div
v-else-if=
"modalTitle=='还车记录'"
>
<el-form-item
label=
"实退押金:"
>
<el-form-item
label=
"实退押金:"
>
<span>
{{orderReturnVehicleCrosstown.
rest
Deposit}}
</span>
<span>
{{orderReturnVehicleCrosstown.
actual
Deposit}}
</span>
</el-form-item>
</el-form-item>
<!-- {{orderReturnVehicleCrosstown.violateDetailList != ''}} -->
<!-- {{orderReturnVehicleCrosstown.violateDetailList != ''}} -->
<div
v-show=
"orderReturnVehicleCrosstown.violateDetailList != ''"
>
<div
v-show=
"orderReturnVehicleCrosstown.violateDetailList != ''"
>
...
@@ -444,7 +444,7 @@
...
@@ -444,7 +444,7 @@
</
template
>
</
template
>
<
template
v-if=
"item.status==3"
>
<
template
v-if=
"item.status==3"
>
<div
class=
"picBox"
>
<div
class=
"picBox"
>
<div
v-show=
"item.iscomplete"
>
退还违章保证金
{{
item
.
restAmount
}}
元(扣除
{{
item
.
amount
}}
元)
</div>
<div
v-show=
"item.iscomplete"
>
退还违章保证金
{{
activeRecord
.
refundOfRemainingDeposit
}}
元(扣除
{{
activeRecord
.
violationOfCharges
}}
元)
</div>
<div
v-show=
"!item.iscomplete"
>
退还押金
{{
item
.
restAmount
}}
元
</div>
<div
v-show=
"!item.iscomplete"
>
退还押金
{{
item
.
restAmount
}}
元
</div>
<div
style=
"color: #999"
v-show=
"item.iscomplete"
>
<div
style=
"color: #999"
v-show=
"item.iscomplete"
>
{{
item
.
updTimeStr
}}
{{
item
.
updTimeStr
}}
...
@@ -597,6 +597,7 @@ export default {
...
@@ -597,6 +597,7 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
activeRecord
:
null
,
isInline
:
false
,
isInline
:
false
,
pictureList
:
[],
pictureList
:
[],
dedDetail
:
[],
dedDetail
:
[],
...
@@ -1224,7 +1225,9 @@ export default {
...
@@ -1224,7 +1225,9 @@ export default {
that
.
dedTotal
=
0
that
.
dedTotal
=
0
that
.
Tel
=
''
that
.
Tel
=
''
getStep
(
row
.
no
+
'&address=1'
).
then
(
response
=>
{
getStep
(
row
.
no
+
'&address=1'
).
then
(
response
=>
{
this
.
activeRecord
=
response
.
data
[
0
]
response
.
data
.
forEach
(
function
(
item
)
{
response
.
data
.
forEach
(
function
(
item
)
{
if
(
item
.
type
!=
1
)
{
if
(
item
.
type
!=
1
)
{
that
.
Tel
=
item
.
customerPhone
that
.
Tel
=
item
.
customerPhone
that
.
type
=
item
.
type
that
.
type
=
item
.
type
...
@@ -1265,7 +1268,6 @@ export default {
...
@@ -1265,7 +1268,6 @@ export default {
}
else
{
}
else
{
var
arr
=
item
.
depositRefundRecord
var
arr
=
item
.
depositRefundRecord
}
}
that
.
depositRefundRecord
=
arr
that
.
depositRefundRecord
=
arr
// console.log(that.depositRefundRecord);
// console.log(that.depositRefundRecord);
}
}
...
...
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