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
5587bd1c
Commit
5587bd1c
authored
Oct 21, 2019
by
786817560
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'合同签约'
parent
10d4dbfa
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
192 additions
and
94 deletions
+192
-94
contract-detail.vue
src/pages/contractSigning/contract-detail.vue
+49
-17
contract-signing.vue
src/pages/contractSigning/contract-signing.vue
+138
-76
product-list.vue
src/pages/productQuery/product-list.vue
+4
-1
filter.js
src/scripts/filter.js
+1
-0
No files found.
src/pages/contractSigning/contract-detail.vue
View file @
5587bd1c
<!--
* @Author: your name
* @Date: 2019-09-29 10:02:11
* @LastEditTime: 2019-10-21 11:16:28
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
-->
<
template
>
<h-view
id=
"contract-details"
class=
"public-style"
>
<div
v-show=
"isshow"
class=
"all"
>
...
...
@@ -23,51 +30,51 @@
<list-item
:item-height=
"44"
class=
"second-part"
>
<item>
<div
slot=
"name"
>
商务政策
</div>
<section
slot=
"content"
>
零手续费产品
</section>
<section
slot=
"content"
>
{{
conditionInfo
.
product_plan_id_n
}}
</section>
</item>
<item>
<div
slot=
"name"
>
设备总价
</div>
<section
slot=
"content"
>
150,0000.00
</section>
<section
slot=
"content"
>
{{
conditionInfo
.
equip_price
|
currency
}}
</section>
</item>
<item>
<div
slot=
"name"
>
融资金额
</div>
<section
slot=
"content"
>
100,000.00
</section>
<section
slot=
"content"
>
{{
Math
.
round
(
conditionInfo
.
finance_amount
)
|
currency
}}
</section>
</item>
<item>
<div
slot=
"name"
>
首付款
</div>
<section
slot=
"content"
>
100,000.00
</section>
<section
slot=
"content"
>
{{
Math
.
round
(
conditionInfo
.
down_payment
)
|
currency
}}
</section>
</item>
<item>
<div
slot=
"name"
>
保证金比例
</div>
<section
slot=
"content"
>
10%
</section>
<section
slot=
"content"
>
{{
conditionInfo
.
deposit_ratio_n
}}
</section>
</item>
<item>
<div
slot=
"name"
>
保证金
</div>
<section
slot=
"content"
>
150,000.00
</section>
<section
slot=
"content"
>
{{
Math
.
round
(
conditionInfo
.
deposit
)
|
currency
}}
</section>
</item>
<item>
<div
slot=
"name"
>
手续费比例
</div>
<section
slot=
"content"
>
5%
</section>
<section
slot=
"content"
>
{{
conditionInfo
.
lease_charge_ratio_n
}}
</section>
</item>
<item>
<div
slot=
"name"
>
手续费
</div>
<section
slot=
"content"
>
7,500.00
</section>
<section
slot=
"content"
>
{{
Math
.
round
(
conditionInfo
.
lease_charge
)
|
currency
}}
</section>
</item>
<item>
<div
slot=
"name"
>
预计付款日
</div>
<section
slot=
"content"
>
2019-08-01
</section>
<section
slot=
"content"
>
{{
conditionInfo
.
lease_start_date
}}
</section>
</item>
<item>
<div
slot=
"name"
>
还款周期
</div>
<section
slot=
"content"
>
月
</section>
<section
slot=
"content"
>
{{
conditionInfo
.
annual_pay_times_n
}}
</section>
</item>
<item>
<div
slot=
"name"
>
租赁期数
</div>
<section
slot=
"content"
>
6
</section>
<section
slot=
"content"
>
{{
conditionInfo
.
lease_times
}}
</section>
</item>
<item>
<div
slot=
"name"
>
年利率
</div>
<section
slot=
"content"
>
6.5%
</section>
<section
slot=
"content"
>
{{
conditionInfo
.
int_rate_n
}}
</section>
</item>
</list-item>
<div
class=
"repay-plan"
>
...
...
@@ -77,15 +84,15 @@
<list-item
:item-height=
"44"
class=
"second-part"
>
<item>
<div
slot=
"name"
>
参数项
</div>
<section
slot=
"content"
>
GTZ226
</section>
<section
slot=
"content"
>
{{
conditionInfo
.
product_code
}}
</section>
</item>
<item>
<div
slot=
"name"
>
产品线
</div>
<section
slot=
"content"
>
起重机
</section>
<section
slot=
"content"
>
{{
conditionInfo
.
product_name
}}
</section>
</item>
<item>
<div
slot=
"name"
>
产品数量
</div>
<section
slot=
"content"
>
10
</section>
<section
slot=
"content"
>
{{
conditionInfo
.
product_num
}}
</section>
</item>
</list-item>
...
...
@@ -94,8 +101,8 @@
<img
src=
"@/assets/constractSigning/work.png"
alt=
""
style=
"width:32px"
>
</div>
<div
class=
"center"
>
<p>
业务经办:
张三
</p>
<p>
联系电话:
17890765336
</p>
<p>
业务经办:
{{
conditionInfo
.
bp_user_id_n
}}
</p>
<p>
联系电话:
{{
conditionInfo
.
agent_phone
}}
</p>
</div>
<div
class=
"right"
>
<img
src=
"@/assets/constractSigning/phone.png"
alt=
""
style=
"width:30px"
>
...
...
@@ -164,6 +171,7 @@ export default {
return
{
isshow
:
false
,
// 提示框的显示与隐藏
num
:
1
,
conditionInfo
:
{},
check1
:
Check1
,
check2
:
Check2
,
uncheck1
:
unCheck1
,
...
...
@@ -172,7 +180,31 @@ export default {
},
computed
:
{},
watch
:
{},
beforeRouteEnter
(
to
,
from
,
next
)
{
if
(
from
.
name
===
'ContractSigning'
)
{
next
(
vm
=>
{
vm
.
conditionQuery
()
})
}
next
()
},
methods
:
{
// 合同商务条件查询
conditionQuery
()
{
let
vm
=
this
let
url
=
$config
.
basePath
+
'con_business_query'
let
param
=
{
project_id
:
this
.
$route
.
params
.
project_id
,
}
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
console
.
log
(
'商务条件'
,
res
)
if
(
res
.
result
===
'S'
)
{
vm
.
conditionInfo
=
res
.
info
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
}
})
},
// 跳转合同详情
goContractContent
(
name
)
{
this
.
$router
.
push
({
...
...
src/pages/contractSigning/contract-signing.vue
View file @
5587bd1c
<!--
* @Author: your name
* @Date: 2019-09-29 10:02:11
* @LastEditTime: 2019-10-21 11:09:20
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
-->
<
template
>
<h-view
class=
"contract-signing"
>
<h-header
:proportion=
"[5,1,1]"
class=
"bar-custom"
>
...
...
@@ -17,26 +24,51 @@
</div>
</div>
<h-content>
<div
v-for=
"(item,index) in
contractMsg
"
:key=
"index"
class=
"contract-list"
>
<h-content
v-if=
"num === 1"
>
<div
v-for=
"(item,index) in
submitLists
"
:key=
"index"
class=
"contract-list"
>
<div
class=
"item"
>
<img
src=
"@/assets/constractSigning/Incoming.png"
alt=
""
style=
"height:18px"
>
<p
class=
"incoming-num"
>
进件号
</p>
<p
class=
"code"
>
{{
item
.
code
}}
</p>
<p
class=
"code"
>
{{
item
.
project_number
}}
</p>
</div>
<div
class=
"details"
>
<div
class=
"details"
@
click=
"goDetails(item.project_id)"
>
<div
class=
"option"
>
<p
class=
"name"
>
承租人
</p>
<p
class=
"full-name normal"
>
{{
item
.
name
}}
</p>
<p
class=
"full-name normal"
>
{{
item
.
bp_
name
}}
</p>
</div>
<div
class=
"option"
@
click=
"goDetails(index)"
>
<div
class=
"option"
>
<p
class=
"name"
>
合同租金
</p>
<p
class=
"normal money"
>
{{
item
.
money
|
currency
}}
</p>
<p
class=
"normal money"
>
{{
item
.
total_price
|
currency
}}
</p>
<img
src=
"@/assets/distributorSign/goDetails.png"
alt=
""
>
</div>
<div
class=
"option"
>
<p
class=
"name"
>
申请时间
</p>
<p
class=
"normal"
>
{{
item
.
date
}}
</p>
<p
class=
"normal"
>
{{
item
.
confirm_start_date
}}
</p>
</div>
</div>
</div>
</h-content>
<h-content
v-if=
"num === 2"
>
<div
v-for=
"(item,index) in approvedLists"
:key=
"index"
class=
"contract-list"
>
<div
class=
"item"
>
<img
src=
"@/assets/constractSigning/Incoming.png"
alt=
""
style=
"height:18px"
>
<p
class=
"incoming-num"
>
进件号
</p>
<p
class=
"code"
>
{{
item
.
project_number
}}
</p>
</div>
<div
class=
"details"
@
click=
"goDetails(item.project_id)"
>
<div
class=
"option"
>
<p
class=
"name"
>
承租人
</p>
<p
class=
"full-name normal"
>
{{
item
.
bp_name
}}
</p>
</div>
<div
class=
"option"
>
<p
class=
"name"
>
合同租金
</p>
<p
class=
"normal money"
>
{{
item
.
total_price
|
currency
}}
</p>
<img
src=
"@/assets/distributorSign/goDetails.png"
alt=
""
>
</div>
<div
class=
"option"
>
<p
class=
"name"
>
申请时间
</p>
<p
class=
"normal"
>
{{
item
.
confirm_start_date
}}
</p>
</div>
</div>
</div>
...
...
@@ -58,25 +90,47 @@ export default {
check2
:
Check2
,
uncheck1
:
unCheck1
,
uncheck2
:
unCheck2
,
contractMsg
:
[
{
name
:
'张三'
,
money
:
90000
,
date
:
'2019-03-1'
,
code
:
'201903022001'
},
{
name
:
'李四'
,
money
:
90000
,
date
:
'2019-03-1'
,
code
:
'201903022002'
},
{
name
:
'王五'
,
money
:
90000
,
date
:
'2019-03-1'
,
code
:
'201903022003'
},
{
name
:
'赵六'
,
money
:
90000
,
date
:
'2019-03-1'
,
code
:
'201903022004'
},
{
name
:
'张三'
,
money
:
90000
,
date
:
'2019-03-1'
,
code
:
'201903022001'
},
{
name
:
'李四'
,
money
:
90000
,
date
:
'2019-03-1'
,
code
:
'201903022002'
},
{
name
:
'王五'
,
money
:
90000
,
date
:
'2019-03-1'
,
code
:
'201903022003'
},
{
name
:
'赵六'
,
money
:
90000
,
date
:
'2019-03-1'
,
code
:
'201903022004'
},
],
submitLists
:
[],
approvedLists
:
[],
}
},
activated
()
{
},
created
()
{
},
beforeRouteEnter
(
to
,
from
,
next
)
{
if
(
from
.
name
===
'HomePage'
)
{
next
(
vm
=>
{
vm
.
contractList
()
})
}
next
()
},
methods
:
{
goDetails
(
index
)
{
contractList
()
{
let
vm
=
this
let
url
=
$config
.
basePath
+
'con_confirm_list_query'
let
param
=
{
user_phone
:
window
.
localStorage
.
user_phone
,
}
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
console
.
log
(
res
)
if
(
res
.
result
===
'S'
)
{
vm
.
submitLists
=
res
.
lists
.
filter
(
item
=>
item
.
confirm_status
===
'SUBMIT'
)
vm
.
approvedLists
=
res
.
lists
.
filter
(
item
=>
item
.
confirm_status
===
'APPROVED'
)
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
}
})
},
goDetails
(
val
)
{
this
.
$router
.
push
({
name
:
'ContractDetail'
,
params
:
{
project_id
:
val
,
},
})
},
},
...
...
@@ -183,86 +237,94 @@ export default {
padding-bottom: 14px;
}
.contract-list {
width: 100%;
height: 120px;
// border: 1px solid #ccc;
background: #fff;
margin-top: 8px;
.item {
width: 100%;
height: 34px;
background: rgba(00, 70, 156, 0.1);
display: flex;
flex-direction: row;
align-items: center;
height: 120px;
// border: 1px solid #ccc;
background: #fff;
//margin-bottom: 8px;
.item {
width: 100%;
height: 34px;
background: rgba(00, 70, 156, 0.1);
display: flex;
flex-direction: row;
align-items: center;
img {
img {
margin-left: 16.6px;
}
}
.incoming-num {
font-family: PingFangSC-Semibold;
// width: 42px;
height: 20px;
font-weight: bolder;
line-height: 20px;
font-size: 14px;
color: #00469C;
letter-spacing: 0;
margin-left: 8.8px;
}
.incoming-num {
font-family: PingFangSC-Semibold;
// width: 42px;
height: 20px;
font-weight: bolder;
line-height: 20px;
font-size: 14px;
color: #00469C;
letter-spacing: 0;
margin-left: 8.8px;
}
.code {
font-family: PingFangSC-Semibold;
font-size: 14px;
color: #00469C;
margin-left: 8px;
font-weight: 700;
.code {
font-family: PingFangSC-Semibold;
font-size: 14px;
color: #00469C;
margin-left: 8px;
font-weight: bolder
}
}
}
.details {
width: 100%;
height: 86px;
display: flex;
flex-direction: column;
justify-content: space-around;
.option {
.details {
width: 100%;
// flex: 1
;
height: 86px
;
display: flex;
flex-basis: row;
flex-direction: column;
justify-content: space-around;
padding: 6px 0;
.name {
font-family: PingFangSC-Regular;
font-size: 13px;
color: rgba(56,63,69,0.60);
width: 80px;
.option {
width: 100%;
height: 18px;
line-height: 18px;
text-align: right
}
display: flex;
flex-direction: row;
.name {
font-family: PingFangSC-Regular;
font-size: 13px;
color: rgba(56, 63, 69, 0.60);
width: 80px;
height: 18px;
line-height: 18px;
text-align: right
}
.normal {
.normal {
font-family: PingFangSC-Regular;
font-size: 13px;
color: #383F45;
height: 18px;
line-height: 18px;
margin-left: 8px;
}
}
.money {
.money {
color: #FCC800;
}
}
img {
margin-left: 55%
img {
margin-left: 47%
}
}
.option:nth-of-type(2) {
position: relative;
img{
position: absolute;
right: 10px;
}
}
}
}
}
}
</
style
>
src/pages/productQuery/product-list.vue
View file @
5587bd1c
...
...
@@ -149,8 +149,11 @@ export default {
// margin-left: 30px;
margin-top: 16px;
}
// .hls-item .contents .add-name {
// flex: none!important;
// }
.item-pic {
width: 1
1
0px;
width: 1
0
0px;
//height: 110px;
img {
width: 100%;
...
...
src/scripts/filter.js
View file @
5587bd1c
export
default
(
Vue
)
=>
{
Vue
.
filter
(
'currency'
,
function
(
val
)
{
if
(
!
val
)
return
'0.00'
...
...
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