Commit f2aac9f8 authored by 李晓兵's avatar 李晓兵

'修改页面变黑'

parent 85d9dd17
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
<p @click="repayPlan">查看还款计划</p> <p @click="repayPlan">查看还款计划</p>
</div> </div>
<div class="equipment-list-fund"> <div class="equipment-list-fund">
<span></span> <span/>
<p>设备清单</p></div> <p>设备清单</p></div>
<list-item :item-height="44" class="second-part"> <list-item :item-height="44" class="second-part">
<item> <item>
...@@ -622,7 +622,7 @@ export default { ...@@ -622,7 +622,7 @@ export default {
margin-top: -10px; margin-top: -10px;
.bottom-call { .bottom-call {
width: 100%; width: 100%;
height: 62%; height: 58%;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
...@@ -655,7 +655,7 @@ export default { ...@@ -655,7 +655,7 @@ export default {
height: 100%; height: 100%;
width: 16%; width: 16%;
//background: rgba(0,70,156,0.20); //background: rgba(0,70,156,0.20);
background: #F2F2F2; background: #CCCCCC;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center align-items: center
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<list-item :item-height="44" style="margin-bottom:0px;"> <list-item :item-height="44" style="margin-bottom:0px;">
<item> <item>
<div slot="name">商务政策</div> <div slot="name">商务政策</div>
<input slot="content" v-model="rentInfo.product_plan_id_n" readonly > <input slot="content" v-model="rentInfo.product_plan_id_n" readonly>
</item> </item>
<item> <item>
<div slot="name">设备总价</div> <div slot="name">设备总价</div>
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</item> </item>
<item> <item>
<div slot="name">保证金比例</div> <div slot="name">保证金比例</div>
<input slot="content" v-model="rentInfo.deposit_ratio_n" readonly > <input slot="content" v-model="rentInfo.deposit_ratio_n" readonly>
</item> </item>
<item> <item>
<div slot="name">保证金</div> <div slot="name">保证金</div>
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</item> </item>
<item> <item>
<div slot="name">手续费比例</div> <div slot="name">手续费比例</div>
<input slot="content" v-model="rentInfo.lease_charge_ratio_n" readonly > <input slot="content" v-model="rentInfo.lease_charge_ratio_n" readonly>
</item> </item>
<item> <item>
<div slot="name">手续费</div> <div slot="name">手续费</div>
...@@ -58,37 +58,40 @@ ...@@ -58,37 +58,40 @@
</item> </item>
<item> <item>
<div slot="name">还款周期</div> <div slot="name">还款周期</div>
<input slot="content" v-model="rentInfo.annual_pay_times_n" readonly > <input slot="content" v-model="rentInfo.annual_pay_times_n" readonly>
</item> </item>
<item> <item>
<div slot="name">租赁期数</div> <div slot="name">租赁期数</div>
<input slot="content" v-model="rentInfo.lease_times" readonly > <input slot="content" v-model="rentInfo.lease_times" readonly>
</item> </item>
<item> <item>
<div slot="name">年利率</div> <div slot="name">年利率</div>
<input slot="content" v-model="rentInfo.int_rate_n" readonly > <input slot="content" v-model="rentInfo.int_rate_n" readonly>
</item> </item>
</list-item> </list-item>
<div class="top-userInfo"><span @click="changeRefund">查看还款计划</span></div> <div class="top-userInfo"><span @click="changeRefund">查看还款计划</span></div>
<div class="userInfo">设备清单</div> <div class="equipment-list-fund">
<span/>
<p>设备清单</p>
</div>
<list-item> <list-item>
<item> <item>
<div slot="name">参数项</div> <div slot="name">参数项</div>
<input slot="content" v-model="rentInfo.product_code" readonly > <input slot="content" v-model="rentInfo.product_code" readonly>
</item> </item>
<item> <item>
<div slot="name">产品线</div> <div slot="name">产品线</div>
<input slot="content" v-model="rentInfo.product_name" readonly > <input slot="content" v-model="rentInfo.product_name" readonly>
</item> </item>
<item> <item>
<div slot="name">产品数量</div> <div slot="name">产品数量</div>
<input slot="content" v-model="rentInfo.product_num" readonly > <input slot="content" v-model="rentInfo.product_num" readonly>
</item> </item>
</list-item> </list-item>
<div class="alert"> <div class="alert">
<div class="alert-content"> <div class="alert-content">
<div class="title"> <div class="title">
<img src="@/assets/intoApproval/info.png" > <img src="@/assets/intoApproval/info.png">
<span class="info-word">提示</span> <span class="info-word">提示</span>
</div> </div>
<p class="top-info">绑定成功后,您即可使用APP中合同查询、还款查询等功能。 <p class="top-info">绑定成功后,您即可使用APP中合同查询、还款查询等功能。
...@@ -98,7 +101,7 @@ ...@@ -98,7 +101,7 @@
</div> </div>
</template> </template>
<script> <script>
export default { export default {
filters: { filters: {
'NumFormat': function (valueOrig) { 'NumFormat': function (valueOrig) {
// if (!value) return '0.00' // if (!value) return '0.00'
...@@ -136,7 +139,7 @@ export default { ...@@ -136,7 +139,7 @@ export default {
default: '', default: '',
}, },
}, },
data () { data() {
return { return {
rentInfo: { rentInfo: {
finance_amount: '', finance_amount: '',
...@@ -161,11 +164,11 @@ export default { ...@@ -161,11 +164,11 @@ export default {
}, },
} }
}, },
created () { created() {
this.getRent() this.getRent()
}, },
methods: { methods: {
changeRefund () { changeRefund() {
this.$router.push({ this.$router.push({
name: 'Refund', name: 'Refund',
params: { params: {
...@@ -174,7 +177,7 @@ export default { ...@@ -174,7 +177,7 @@ export default {
}, },
}) })
}, },
getRent () { getRent() {
let vm = this let vm = this
let url = process.env.basePath + 'prj_lease_query' let url = process.env.basePath + 'prj_lease_query'
let param = { let param = {
...@@ -188,32 +191,55 @@ export default { ...@@ -188,32 +191,55 @@ export default {
}) })
}, },
}, },
} }
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
#rentInfo { #rentInfo {
.top-userInfo { .top-userInfo {
height: 45px; height: 44px;
line-height: 45px; width: 100%;
text-decoration: underline; // background: rgba(0,70,156,0.03);
background: #F2F2F2;
span {
font-family: PingFangSC-Semibold; font-family: PingFangSC-Semibold;
font-size: 14px; font-size: 14px;
color: #00469c; color: #00469C;
letter-spacing: 0; letter-spacing: 0;
padding-left: 16px; height: 44px;
background: rgba(0, 70, 156, 0.03); width: 84px;
line-height: 44px;
font-weight: bold;
text-decoration: underline;
margin-left: 16px;
} }
.userInfo { }
height: 45px;
line-height: 45px; .equipment-list-fund {
height: 40px;
line-height: 40px;
background-color: #fafafa;
display: flex;
align-items: center;
color: #00469c; color: #00469c;
font-size: 15px; font-size: 15px;
margin-left: 16px; //margin-left: 16px;
position: relative; position: relative;
top:5px; margin-top: -10px;
span {
width: 4px;
height: 20px;
background: #00469c;
}
p {
padding-left: 10px;
}
} }
.userInfo::before {
/*.userInfo::before {
content: ""; content: "";
display: block; display: block;
width: 4px; width: 4px;
...@@ -222,17 +248,22 @@ export default { ...@@ -222,17 +248,22 @@ export default {
position: absolute; position: absolute;
left: -15px; left: -15px;
top: 12px; top: 12px;
} }*/
.alert { .alert {
height: 113px; height: 100px;
width: 100%; width: 100%;
background: rgba(252, 200, 0, 0.16); margin-top: -10px;
margin-bottom: 20px;
background: #F5DEB3;
} }
.alert-content { .alert-content {
width: 334px; width: 334px;
margin: 0 auto; margin: 0 auto;
padding-top: 16px; padding-top: 16px;
} }
.info-word { .info-word {
font-family: PingFangSC-Semibold; font-family: PingFangSC-Semibold;
font-size: 14px; font-size: 14px;
...@@ -240,10 +271,12 @@ export default { ...@@ -240,10 +271,12 @@ export default {
letter-spacing: 0.5px; letter-spacing: 0.5px;
margin-left: 8px; margin-left: 8px;
} }
.title { .title {
display: flex; display: flex;
align-items: center; align-items: center;
} }
.top-info { .top-info {
font-family: PingFangSC-Regular; font-family: PingFangSC-Regular;
font-size: 12px; font-size: 12px;
...@@ -251,13 +284,15 @@ export default { ...@@ -251,13 +284,15 @@ export default {
letter-spacing: 0.37px; letter-spacing: 0.37px;
margin-top: 7px; margin-top: 7px;
line-height: 15px; line-height: 15px;
span{
span {
color: #fcc800; color: #fcc800;
} }
} }
.alert img { .alert img {
width: 18px; width: 18px;
height: 18px; height: 18px;
} }
} }
</style> </style>
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