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
9ebdfbde
Commit
9ebdfbde
authored
Oct 10, 2019
by
786817560
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修复待签约金额头部信息还款周期'
parent
5f41e47f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
contract-details.vue
src/pages/distributorSign/contract-details.vue
+4
-4
contract-list.vue
src/pages/distributorSign/contract-list.vue
+3
-3
rentInfo.vue
src/pages/intoApproval/intoApproval/rentInfo.vue
+2
-2
intoList.vue
src/pages/intoApproval/intoList.vue
+2
-2
No files found.
src/pages/distributorSign/contract-details.vue
View file @
9ebdfbde
...
...
@@ -2,15 +2,15 @@
* @Description: 合同详情
* @Author: your name
* @Date: 2019-09-25 15:38:21
* @LastEditTime: 2019-10-
09 21:43:27
* @LastEditTime: 2019-10-
10 10:52:55
* @LastEditors: Please set LastEditors
-->
<
template
>
<h-view
id=
"details"
class=
"public-style"
>
<h-view
id=
"details"
class=
"public-style"
title=
"经销商签约"
>
<h-header
:proportion=
"[5,1,1]"
class=
"bar-custom"
>
<div
slot=
"left"
class=
"h-header-btn"
>
<img
src=
"@/assets/userBind/arrow.png"
@
click=
"$routeGo()"
>
<span>
合同
详情
</span>
<span>
签约
详情
</span>
</div>
</h-header>
<Tab
@
getTabNum=
"getTabNum"
/>
...
...
@@ -110,7 +110,7 @@
</item>
<item>
<div
slot=
"name"
class=
"font-color"
>
还款周期
</div>
<input
slot=
"content"
v-model=
"info.annual_pay_times
+info.annual_pay_times
_n"
readonly
>
<input
slot=
"content"
v-model=
"info.annual_pay_times_n"
readonly
>
</item>
<item>
<div
slot=
"name"
class=
"font-color"
>
租赁期数
</div>
...
...
src/pages/distributorSign/contract-list.vue
View file @
9ebdfbde
...
...
@@ -5,11 +5,11 @@
-->
<
template
>
<h-view
id=
"sign"
class=
"public-style"
>
<h-view
id=
"sign"
class=
"public-style"
title=
"经销商签约"
>
<h-header
:proportion=
"[5,1,1]"
class=
"bar-custom"
>
<div
slot=
"left"
class=
"h-header-btn"
>
<img
src=
"@/assets/userBind/arrow.png"
@
click=
"$routeGo()"
>
<span>
合同
签约
</span>
<span>
经销商
签约
</span>
</div>
</h-header>
<Tab
@
getTabNum=
"getTabNum"
/>
...
...
@@ -33,7 +33,7 @@
</div>
<div
class=
"option"
>
<p
class=
"name"
>
合同金额
</p>
<p
class=
"normal money"
>
{{
item
.
equip
_price
|
NumFormat
}}
</p>
<p
class=
"normal money"
>
{{
item
.
total
_price
|
NumFormat
}}
</p>
<img
src=
"@/assets/distributorSign/goDetails.png"
alt=
""
>
</div>
<div
class=
"option"
>
...
...
src/pages/intoApproval/intoApproval/rentInfo.vue
View file @
9ebdfbde
...
...
@@ -2,7 +2,7 @@
* @Description: 修改参数项
* @Author: your name
* @Date: 2019-09-25 10:20:35
* @LastEditTime: 2019-10-
09 20:56:53
* @LastEditTime: 2019-10-
10 10:42:10
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -46,7 +46,7 @@
</item>
<item>
<div
slot=
"name"
>
还款周期
</div>
<input
slot=
"content"
v-model=
"rentInfo.annual_pay_times
+ rentInfo.annual_pay_times
_n"
readonly
>
<input
slot=
"content"
v-model=
"rentInfo.annual_pay_times_n"
readonly
>
</item>
<item>
<div
slot=
"name"
>
租赁期数
</div>
...
...
src/pages/intoApproval/intoList.vue
View file @
9ebdfbde
...
...
@@ -2,7 +2,7 @@
* @Description: 修改部分样式和数据筛选
* @Author: your name
* @Date: 2019-09-27 11:23:25
* @LastEditTime: 2019-10-
09 21:45:26
* @LastEditTime: 2019-10-
10 10:41:10
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -34,7 +34,7 @@
</div>
<div
class=
"option"
>
<p
class=
"name"
>
合同金额
</p>
<p
class=
"normal money"
>
{{
item
.
equip
_price
|
NumFormat
}}
</p>
<p
class=
"normal money"
>
{{
item
.
total
_price
|
NumFormat
}}
</p>
<img
src=
"@/assets/distributorSign/goDetails.png"
alt=
""
>
</div>
<div
class=
"option"
>
...
...
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