Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
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
xugong
hls-xcmg-vue-app
Commits
7ec742e6
Commit
7ec742e6
authored
Oct 24, 2019
by
786817560
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'gps'
parent
8b50991d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
contract-detail.vue
src/pages/contractSigning/contract-detail.vue
+9
-1
product-list.vue
src/pages/productQuery/product-list.vue
+1
-1
No files found.
src/pages/contractSigning/contract-detail.vue
View file @
7ec742e6
<!--
* @Author: your name
* @Date: 2019-09-29 10:02:11
* @LastEditTime: 2019-10-24 1
8:59:49
* @LastEditTime: 2019-10-24 1
9:20:52
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
-->
...
...
@@ -60,6 +60,14 @@
<div
slot=
"name"
>
手续费
</div>
<section
slot=
"content"
>
{{
Math
.
round
(
conditionInfo
.
lease_charge
)
*
conditionInfo
.
product_num
|
currency
}}
</section>
</item>
<item>
<div
slot=
"name"
>
gps费用
</div>
<section
slot=
"content"
>
{{
conditionInfo
.
gps_fee
*
conditionInfo
.
product_num
|
currency
}}
</section>
</item>
<item>
<div
slot=
"name"
>
保险押金
</div>
<section
slot=
"content"
>
{{
conditionInfo
.
insurance_fee
*
conditionInfo
.
product_num
|
currency
}}
</section>
</item>
<item>
<div
slot=
"name"
>
预计付款日
</div>
<section
slot=
"content"
>
{{
conditionInfo
.
lease_start_date
}}
</section>
...
...
src/pages/productQuery/product-list.vue
View file @
7ec742e6
...
...
@@ -65,7 +65,7 @@ export default {
// next()
// },
activated
()
{
debugger
//
debugger
this
.
proQuery
()
},
methods
:
...
...
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