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
5ead7a1b
Commit
5ead7a1b
authored
Sep 30, 2019
by
786817560
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ren' into develop
parents
13d35a36
bef9fd9b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
5 deletions
+27
-5
contract-details.vue
src/pages/distributorSign/contract-details.vue
+27
-5
No files found.
src/pages/distributorSign/contract-details.vue
View file @
5ead7a1b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Description: 合同详情
* @Description: 合同详情
* @Author: your name
* @Author: your name
* @Date: 2019-09-25 15:38:21
* @Date: 2019-09-25 15:38:21
* @LastEditTime: 2019-09-30 1
5:35:27
* @LastEditTime: 2019-09-30 1
7:26:48
* @LastEditors: Please set LastEditors
* @LastEditors: Please set LastEditors
-->
-->
<
template
>
<
template
>
...
@@ -23,8 +23,23 @@
...
@@ -23,8 +23,23 @@
<!-- 个人信息(自然人) -->
<!-- 个人信息(自然人) -->
<Personal
v-if=
"!bp_flag"
:baseInfo=
"baseInfo"
/>
<Personal
v-if=
"!bp_flag"
:baseInfo=
"baseInfo"
/>
<div
class=
"equipment-list"
>
担保人信息
</div>
<div
class=
"equipment-list"
>
担保人信息
<
span
v-if=
"guarantorInfo.length === 0"
>
(0)
</span>
>
<
/div>
<list-item
:item-height=
"76"
>
<list-item
:item-height=
"76"
>
<item
v-for=
"(item,index) in guarantorInfo"
:key=
"index"
>
<div
slot=
"name"
>
<span
class=
"name-box"
>
{{
index
+
1
}}
</span>
<span
class=
"name"
>
担保人
{{
index
+
1
}}
姓名
</span>
<span
class=
"card-num"
>
证件号
</span>
</div>
<div
slot=
"content"
class=
"right"
>
<img
src=
"@/assets/intoApproval/introduce.png"
>
<span
:title=
"item.bp_name"
>
{{
item
.
bp_name
}}
</span>
<br
>
<span>
{{
item
.
organization_code
}}
</span>
</div>
</item>
</list-item>
<!--
<list-item
:item-height=
"76"
>
<item>
<item>
<div
slot=
"name"
>
<div
slot=
"name"
>
<span
class=
"name-box"
>
1
</span>
<span
class=
"name-box"
>
1
</span>
...
@@ -51,7 +66,7 @@
...
@@ -51,7 +66,7 @@
<span>
42112029870928097
</span>
<span>
42112029870928097
</span>
</div>
</div>
</item>
</item>
</list-item>
</list-item>
-->
<!-- 联系人 -->
<!-- 联系人 -->
<div
class=
"bottom-call"
>
<div
class=
"bottom-call"
>
...
@@ -222,6 +237,7 @@ export default {
...
@@ -222,6 +237,7 @@ export default {
tabNum
:
0
,
tabNum
:
0
,
baseInfo
:
{},
baseInfo
:
{},
bp_flag
:
false
,
bp_flag
:
false
,
guarantorInfo
:
[],
bp_class
:
window
.
sessionStorage
.
getItem
(
'bp_class'
),
bp_class
:
window
.
sessionStorage
.
getItem
(
'bp_class'
),
}
}
},
},
...
@@ -289,7 +305,7 @@ export default {
...
@@ -289,7 +305,7 @@ export default {
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
console
.
log
(
'getGuarantor'
,
res
)
console
.
log
(
'getGuarantor'
,
res
)
if
(
res
.
result
===
'S'
)
{
if
(
res
.
result
===
'S'
)
{
vm
.
guarantorInfo
=
res
.
lists
}
}
})
})
},
},
...
@@ -375,12 +391,18 @@ export default {
...
@@ -375,12 +391,18 @@ export default {
}
}
.right span {
.right span {
float: right;
float: right;
margin-right: 36px;
margin-right: 48px;
display: block;
font-family: PingFangSC-Regular;
font-family: PingFangSC-Regular;
font-size: 14px;
font-size: 14px;
color: rgba(56, 63, 69, 0.6);
color: rgba(56, 63, 69, 0.6);
letter-spacing: 0;
letter-spacing: 0;
line-height: 18px;
line-height: 18px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 150px;
margin-top: -10px;
}
}
.right span:last-child {
.right span:last-child {
margin-top: 7px;
margin-top: 7px;
...
...
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