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
4b279679
Commit
4b279679
authored
Sep 30, 2019
by
786817560
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ren' into develop
parents
2148eb1f
2ac6da60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
contract-details.vue
src/pages/distributorSign/contract-details.vue
+10
-7
No files found.
src/pages/distributorSign/contract-details.vue
View file @
4b279679
...
...
@@ -2,7 +2,7 @@
* @Description: 合同详情
* @Author: your name
* @Date: 2019-09-25 15:38:21
* @LastEditTime: 2019-09-30 1
4:49:39
* @LastEditTime: 2019-09-30 1
5:35:27
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -59,10 +59,10 @@
<img
src=
"@/assets/distributorSign/call.png"
alt=
""
>
</div>
<div
class=
"center"
>
<p>
业务经办:
张三
</p>
<p>
联系电话:
17890765336
</p>
<p>
业务经办:
{{
baseInfo
.
bp_id_user_n
}}
</p>
<p>
联系电话:
{{
baseInfo
.
phone
}}
</p>
</div>
<div
class=
"right1"
>
<div
class=
"right1"
@
click=
"callUp"
>
<img
src=
"@/assets/distributorSign/calls.png"
alt=
""
>
</div>
</div>
...
...
@@ -142,10 +142,10 @@
<img
src=
"@/assets/distributorSign/call.png"
alt=
""
>
</div>
<div
class=
"center"
>
<p>
业务经办:
张三
</p>
<p>
联系电话:
17890765336
</p>
<p>
业务经办:
{{
baseInfo
.
bp_id_user_n
}}
</p>
<p>
联系电话:
{{
baseInfo
.
phone
}}
</p>
</div>
<div
class=
"right1"
>
<div
class=
"right1"
@
click=
"callUp"
>
<img
src=
"@/assets/distributorSign/calls.png"
alt=
""
>
</div>
</div>
...
...
@@ -314,6 +314,9 @@ export default {
dateConverse
(
date
)
{
return
date
.
replace
(
/
\/
/g
,
'-'
)
},
callUp
()
{
this
.
hlsPopup
.
showSuccess
(
'打电话'
)
},
repayPlan
()
{
this
.
$router
.
push
({
name
:
'FinancDetails'
,
...
...
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