Commit 6afb9cae authored by linxin's avatar linxin

Merge branch 'liuxin' into develop

parents b1651891 b7432f59
Pipeline #4249 canceled with stages
<template>
<h-view id="add-person">
<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>
</div>
</h-header>
<h-content>
<div class="search has-header">
<input v-model="keyWord" placeholder="请输入担保人名称/证件号码" >
</div>
<list-item :item-height="68" class="item">
<item>
<img slot="left-icon" src="@/assets/contractCreate/name.png" class="left-icon" >
<div slot="name">担保人名称<br>证件号</div>
<div slot="content">
<input placeholder="暂无信息" readonly >
<input placeholder="暂无信息" readonly >
</div>
</item>
</list-item>
</h-content>
</h-view>
</template>
<script>
export default {
data () {
return {
keyWord: '',
}
},
}
</script>
<style lang="less" scoped>
#add-person{
.item{
width:359px;
margin:0 auto;
}
.search {
background-color: #fff;
padding: 8px 12px;
width: 100%;
height: 1.02rem;
z-index: 100;
margin-bottom: 8px;
input {
background: url("../../assets/contractStart/search1.png") 320px no-repeat;
background-size: 16px 16px;
background-color: rgba(239, 239, 239, 0.55);
padding-left: 12px;
height:36px;
line-height: 36px;
border-radius: 4px;
width: 100%;
font-family: PingFangSC-Regular;
font-size: 14px;
color: #888c8f;
}
input::placeholder {
font-family: PingFangSC-Regular;
font-size: 14px;
color: #888c8f;
letter-spacing: 0;
}
input:focus {
background: url("../../assets/contractStart/search2.png") 320px no-repeat;
background-size: 16px 16px;
background-color: rgba(239, 239, 239, 0.55);
border: 2px solid #bcc6ff;
}
}
}
@media (device-width: 414px) and (device-height: 896px) {
.platform-ios {
#add-person {
.search {
input {
background: url("../../assets/contractStart/search1.png") 320px
no-repeat;
background-size: 16px 16px;
background-color: rgba(239, 239, 239, 0.55);
padding: 8px 12px;
border-radius: 4px;
width: 100%;
font-family: PingFangSC-Regular;
font-size: 14px;
color: #888c8f;
}
}
}
}
}
</style>
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
</div> </div>
</scroll> </scroll>
<bottom-tab> <bottom-tab>
<tab-button class="footer"> <tab-button class="footer" @click.native="changePage">
<img class="add-img" src="@/assets/contractCreate/create-add.png" alt=""> 创建新合同 <img class="add-img" src="@/assets/contractCreate/create-add.png" alt=""> 创建新合同
</tab-button> </tab-button>
</bottom-tab> </bottom-tab>
...@@ -93,6 +93,11 @@ export default { ...@@ -93,6 +93,11 @@ export default {
name: 'SalesInfo', name: 'SalesInfo',
}) })
}, },
changePage () {
this.$router.push({
name: 'CreateBaseInfo',
})
},
loadMore () {}, loadMore () {},
}, },
} }
......
<template>
<h-view id="create-rent-info">
<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>
</div>
</h-header>
<h-content/>
</h-view>
</template>
<script>
export default {
}
</script>
<style lang="less" scoped>
</style>
This diff is collapsed.
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
</div> </div>
</div> </div>
<bottom-tab> <bottom-tab>
<tab-button class="footer" @click.native="checkPay">&nbsp;&nbsp;</tab-button> <tab-button class="footer" @click.native="checkPay">提交订单</tab-button>
</bottom-tab> </bottom-tab>
</h-view> </h-view>
</template> </template>
......
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
</section> </section>
</item> </item>
</list-item> </list-item>
<list-item :item-height="56" class="pay-way"> <list-item v-if="isNongPay" :item-height="56" class="pay-way">
<item <item
v-for="(item,index) in nongPayList" v-for="(item,index) in nongPayList"
:proportion="[7,1,1]" :proportion="[7,1,1]"
...@@ -233,6 +233,7 @@ export default { ...@@ -233,6 +233,7 @@ export default {
sectctNong: false, sectctNong: false,
pay_type: '', pay_type: '',
bank_account_id: '', bank_account_id: '',
isNongPay: false,
checkType: { checkType: {
img: '', img: '',
bank_full_name: '', bank_full_name: '',
...@@ -309,7 +310,6 @@ export default { ...@@ -309,7 +310,6 @@ export default {
if (way.pay_type_name === '银联支付') { if (way.pay_type_name === '银联支付') {
this.checkPayWay.img = yinlian this.checkPayWay.img = yinlian
} else { } else {
debugger
this.checkPayWay.img = ny this.checkPayWay.img = ny
} }
this.sectctNong = true this.sectctNong = true
...@@ -454,6 +454,15 @@ export default { ...@@ -454,6 +454,15 @@ export default {
this.confirm = true this.confirm = true
this.confirmToPay() this.confirmToPay()
this.getPayType() this.getPayType()
if (this.checkType.bank_full_name.indexOf('农业') !== -1) {
this.checkPayWay.img = ny
this.checkPayWay.pay_type_name = 'K码支付'
this.isNongPay = true
} else {
this.checkPayWay.img = yinlian
this.checkPayWay.pay_type_name = '银联支付'
this.isNongPay = false
}
}, },
changePage () { changePage () {
this.$router.push({ this.$router.push({
...@@ -515,6 +524,9 @@ export default { ...@@ -515,6 +524,9 @@ export default {
</script> </script>
<style lang='less' > <style lang='less' >
#pay-entry { #pay-entry {
.hls-list-item{
margin-bottom: 2px !important;
}
.vue-better-scroll__wrapper { .vue-better-scroll__wrapper {
padding: 0; padding: 0;
} }
......
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
</div> </div>
</div> </div>
<bottom-tab> <bottom-tab>
<tab-button class="footer" @click.native="checkPay()">&nbsp;&nbsp;</tab-button> <tab-button class="footer" @click.native="checkPay()">提交订单</tab-button>
</bottom-tab> </bottom-tab>
</div> </div>
</h-view> </h-view>
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
</div> </div>
</h-content> </h-content>
<bottom-tab> <bottom-tab>
<tab-button class="footer" @click.native="checkPay">&nbsp;&nbsp;</tab-button> <tab-button class="footer" @click.native="checkPay">提交订单</tab-button>
</bottom-tab> </bottom-tab>
</h-view> </h-view>
</template> </template>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<div class="down"> <div class="down">
<div class="top"> <div class="top">
<img src="@/assets/payment/back.png" @click="show=false" > <img src="@/assets/payment/back.png" @click="show=false" >
<span>支付方式</span> <span>选择银行卡</span>
</div> </div>
<scroll> <scroll>
<list-item :item-height="56" class="pay-way"> <list-item :item-height="56" class="pay-way">
...@@ -80,12 +80,58 @@ ...@@ -80,12 +80,58 @@
</scroll> </scroll>
</div> </div>
</div></transition> </div></transition>
<transition name="trans">
<div v-show="wayShow" class="modal-show-payWay">
<div class="down">
<div class="top">
<img src="@/assets/payment/back.png" @click="wayShow=false" >
<span>选择支付方式</span>
</div>
<scroll>
<list-item :item-height="56" class="pay-way">
<item
v-for="(item,index) in notNongList"
:proportion="[7,1,1]"
:key="index"
@click.native="isSelect(`bind`);ischeckPay(item)"
>
<div slot="name" style="flex=3">
<img src="@/assets/payment/bind.png" alt class="icon" >
{{ item.pay_type_name }}
</div>
<section slot="content">
<img v-show="select === `bind`" src="@/assets/payment/select.png" alt >
<img v-show="select !== `bind`" src="@/assets/payment/unselect.png" alt >
</section>
</item>
</list-item>
<list-item v-if="isNongPay" :item-height="56" class="pay-way">
<item
v-for="(item,index) in nongPayList"
:proportion="[7,1,1]"
:key="index"
@click.native="isSelect(`pay${index}`);ischeckPay(item)"
>
<div slot="name" style="flex=3">
<img src="@/assets/payment/ly.png" alt class="icon" >
{{ item.pay_type_name }}
</div>
<section slot="content">
<img v-show="select === `pay${index}`" src="@/assets/payment/select.png" alt >
<img v-show="select !== `pay${index}`" src="@/assets/payment/unselect.png" alt >
</section>
</item>
</list-item>
</scroll>
</div>
</div>
</transition>
<transition name="trans"> <transition name="trans">
<div v-show="confirm" class="modal-show-confirm"> <div v-show="confirm" class="modal-show-confirm">
<div class="down"> <div class="down">
<div class="top"> <div class="top">
<img src="@/assets/payment/back.png" @click="confirm=false" > <img src="@/assets/payment/back.png" @click="confirm=false" >
<span>确认付款</span> <span>确认付款方式</span>
</div> </div>
<div class="info"> <div class="info">
<div class="info-item"> <div class="info-item">
...@@ -99,12 +145,11 @@ ...@@ -99,12 +145,11 @@
<span>手续费</span> <span>手续费</span>
<span>{{ serviceCharge |currency }}</span> <span>{{ serviceCharge |currency }}</span>
</div> </div>
<div class="info-item" @click="show=true"> <div class="info-item" @click="wayShow=true">
<span>付款方式</span> <span>付款方式</span>
<span> <span>
<img :src="checkType.img" > <img :src="checkPayWay.img" >
<span>{{ checkType.bank_full_name }}</span> <span>{{ checkPayWay.pay_type_name }}</span>
<span v-if="sectctNong">({{ selectLast(checkType) }})</span>
<img class="arrow" src="@/assets/payment/go.png" > <img class="arrow" src="@/assets/payment/go.png" >
</span> </span>
</div> </div>
...@@ -118,7 +163,7 @@ ...@@ -118,7 +163,7 @@
<h-header :proportion="[5,1,1]" class="bar-custom"> <h-header :proportion="[5,1,1]" class="bar-custom">
<div slot="left" class="h-header-btn"> <div slot="left" class="h-header-btn">
<img src="@/assets/userBind/arrow.png" @click="changePage" > <img src="@/assets/userBind/arrow.png" @click="changePage" >
<span>支付中心</span> <span>{{ title }}</span>
</div> </div>
</h-header> </h-header>
...@@ -140,7 +185,7 @@ ...@@ -140,7 +185,7 @@
<span>{{ serviceCharge }}</span> <span>{{ serviceCharge }}</span>
</div> </div>
<div class="info-item" @click="show=true"> <div class="info-item" @click="show=true">
<span>付款方式</span> <span>银行卡</span>
<span> <span>
<img :src="checkType.img" > <img :src="checkType.img" >
<span>{{ checkType.bank_full_name }}</span> <span>{{ checkType.bank_full_name }}</span>
...@@ -151,7 +196,7 @@ ...@@ -151,7 +196,7 @@
</div> </div>
</h-content> </h-content>
<bottom-tab> <bottom-tab>
<tab-button class="footer" @click.native="affirm">确认支付</tab-button> <tab-button class="footer" @click.native="affirm">确认订单</tab-button>
</bottom-tab> </bottom-tab>
</h-view> </h-view>
</template> </template>
...@@ -172,6 +217,7 @@ import xy from '@/assets/payment/xy.png' ...@@ -172,6 +217,7 @@ import xy from '@/assets/payment/xy.png'
import yzcx from '@/assets/payment/yzcx.png' import yzcx from '@/assets/payment/yzcx.png'
import zg from '@/assets/payment/zg.png' import zg from '@/assets/payment/zg.png'
import zs from '@/assets/payment/zs.png' import zs from '@/assets/payment/zs.png'
import yinlian from '@/assets/payment/bind.png'
import zx from '@/assets/payment/zx.png' import zx from '@/assets/payment/zx.png'
export default { export default {
name: 'PaymentPayEntry', name: 'PaymentPayEntry',
...@@ -181,6 +227,7 @@ export default { ...@@ -181,6 +227,7 @@ export default {
money: '', money: '',
select: 'one', select: 'one',
name: '', name: '',
wayShow: false,
pay_type: '', pay_type: '',
bank_account_id: '', bank_account_id: '',
sectctNong: false, sectctNong: false,
...@@ -189,16 +236,30 @@ export default { ...@@ -189,16 +236,30 @@ export default {
bank_full_name: '', bank_full_name: '',
bank_account_num: '', bank_account_num: '',
}, },
checkPayWay: {
img: '',
pay_type_name: '',
},
confirm: false, confirm: false,
show: false, show: false,
downNum: false, downNum: false,
isNongPay: false,
userName: window.localStorage.getItem('bp_name'), userName: window.localStorage.getItem('bp_name'),
nongBank: [], // 存农行卡 nongBank: [], // 存农行卡
flag: false, // 用于判断是否有农业银行卡 flag: false, // 用于判断是否有农业银行卡
lists: [], lists: [],
notNongList: [],
nongPayList: [],
} }
}, },
computed: { computed: {
title () {
if (this.confirm) {
return '支付中心'
} else {
return '确认订单'
}
},
serviceCharge () { serviceCharge () {
return (this.money * (this.rate / 100)).toFixed(2) return (this.money * (this.rate / 100)).toFixed(2)
}, },
...@@ -226,6 +287,7 @@ export default { ...@@ -226,6 +287,7 @@ export default {
vm.confirm = false vm.confirm = false
vm.show = false vm.show = false
vm.downNum = false vm.downNum = false
vm.getPayType()
if (from.name === 'NewList') { if (from.name === 'NewList') {
vm.money = vm.$route.params.money vm.money = vm.$route.params.money
} else if (from.name === 'PaymentContractRecord') { } else if (from.name === 'PaymentContractRecord') {
...@@ -236,9 +298,46 @@ export default { ...@@ -236,9 +298,46 @@ export default {
}) })
}, },
methods: { methods: {
getPayType () {
let vm = this
let url = process.env.basePath + 'payment_type_query'
let param = {}
vm.$post(url, param).then(function (res) {
vm.hlsPopup.hideLoading()
if (res.result === 'S') {
vm.notNongList = res.lists.filter(i => {
return i.pay_type === 'ABC_UNION'
})
vm.nongPayList = res.lists.filter(i => {
return i.pay_type === 'ABC_KM' || i.pay_type === 'ABC_KL'
})
} else {
hlsPopup.showLongCenter(res.message)
}
})
},
ischeckPay (way) {
this.checkPayWay.pay_type_name = way.pay_type_name
if (way.pay_type_name === '银联支付') {
this.checkPayWay.img = yinlian
} else {
this.checkPayWay.img = ny
}
this.sectctNong = true
this.wayShow = false
},
affirm () { affirm () {
this.confirm = true this.confirm = true
this.confirmToPay() this.confirmToPay()
if (this.checkType.bank_full_name.indexOf('农业') !== -1) {
this.checkPayWay.img = ny
this.checkPayWay.pay_type_name = 'K码支付'
this.isNongPay = true
} else {
this.checkPayWay.img = yinlian
this.checkPayWay.pay_type_name = '银联支付'
this.isNongPay = false
}
}, },
confirmToPay (e) { confirmToPay (e) {
let vm = this let vm = this
...@@ -424,6 +523,9 @@ export default { ...@@ -424,6 +523,9 @@ export default {
</script> </script>
<style lang='less' > <style lang='less' >
#payment-pay-entry { #payment-pay-entry {
.hls-list-item{
margin-bottom: 2px !important;
}
.vue-better-scroll__wrapper{ .vue-better-scroll__wrapper{
padding: 0; padding: 0;
} }
...@@ -434,6 +536,94 @@ export default { ...@@ -434,6 +536,94 @@ export default {
.trans-enter, .trans-enter,
.trans-leave-active { .trans-leave-active {
opacity: 0; opacity: 0;
}
.modal-show-payWay{
width: 100%;
height: 100%;
position: absolute;
display: flex;
z-index: 910;
background-color: rgba(56, 63, 69, 0.3);
justify-content: center;
align-items: center;
.down {
height: 466px;
width: 100%;
position: relative;
top: 18%;
background: #fff;
border-radius: 12px 12px 0 0;
overflow: scroll;
display: flex;
align-items: center;
flex-direction: column;
.top {
left: 24px;
width: 330px;
height: 54px;
display: flex;
align-items: center;
background-color: #fff;
img {
width: 20px;
}
span {
margin-left: 38%;
font-family: PingFangSC-Semibold;
font-size: 16px;
color: #656464;
letter-spacing: 0.49px;
text-align: center;
}
}
.pay-way {
//width: 350px;
//margin: 0 auto;
width: 100%;
padding: 0 4% 0 4%;
background: #fff;
.hls-item {
padding-left: 12px;
.add-name {
flex: 3;
line-height: 56px;
font-family: PingFangSC-Regular;
font-size: 14px;
color: #656464;
div {
display: flex;
justify-content: center;
align-items: center;
}
.icon1 {
width: 34px;
height: 34px;
display: block;
float: left;
margin-top: 10px;
margin-right: 5px;
}
.icon2 {
width: 32px;
display: block;
float: left;
margin-top: 12px;
margin-right: 8px;
}
.icon {
width: 30px;
margin: 0 8px 0 3px;
}
}
.add-content {
img {
width: 21px;
}
}
}
}
}
} }
.modal-show-confirm { .modal-show-confirm {
width: 100%; width: 100%;
......
...@@ -122,6 +122,9 @@ import AccessoryInfo from '@/pages/userBindNew/np/accessory-info' ...@@ -122,6 +122,9 @@ import AccessoryInfo from '@/pages/userBindNew/np/accessory-info'
import ContractCreateList from '@/pages/contractCreate/contract-create-list' import ContractCreateList from '@/pages/contractCreate/contract-create-list'
import SalesInfo from '@/pages/contractCreate/sales-info' import SalesInfo from '@/pages/contractCreate/sales-info'
import PickLessee from '@/pages/contractCreate/pick-lessee' import PickLessee from '@/pages/contractCreate/pick-lessee'
import CreateBaseInfo from '@/pages/contractCreate/create-base-info'
import AddPerson from '@/pages/contractCreate/add-person'
import CreateRentInfo from '@/pages/contractCreate/creat-rent-info'
Vue.use(Router) Vue.use(Router)
export default new Router({ export default new Router({
...@@ -291,6 +294,9 @@ export default new Router({ ...@@ -291,6 +294,9 @@ export default new Router({
{path: '/contract-create-list', component: ContractCreateList, name: 'ContractCreateList', meta: {keepAlive: true}}, {path: '/contract-create-list', component: ContractCreateList, name: 'ContractCreateList', meta: {keepAlive: true}},
{path: '/sales-info', component: SalesInfo, name: 'SalesInfo', meta: {keepAlive: true}}, {path: '/sales-info', component: SalesInfo, name: 'SalesInfo', meta: {keepAlive: true}},
{path: '/pick-lessee', component: PickLessee, name: 'PickLessee', meta: {keepAlive: true}}, {path: '/pick-lessee', component: PickLessee, name: 'PickLessee', meta: {keepAlive: true}},
{path: '/create-base-info', component: CreateBaseInfo, name: 'CreateBaseInfo', meta: {keepAlive: true}},
{path: '/add-person', component: AddPerson, name: 'AddPerson', meta: {keepAlive: true}},
{path: '/create-rent-info', component: CreateRentInfo, name: 'CreateRentInfo', meta: {keepAlive: true}},
], ],
scrollBehavior (to, from, savedPosition) { scrollBehavior (to, from, savedPosition) {
if (to.hash) { if (to.hash) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment