Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-rljj-wx
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
rl
hls-rljj-wx
Commits
018ef96e
Commit
018ef96e
authored
Apr 29, 2022
by
liangliang.wang01
🤸🏽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
给承租人独特宽度
parent
9b2a02a8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
14 deletions
+12
-14
cmbPolyPay.vue
src/pages/applications/cmbPolyPay/cmbPolyPay.vue
+12
-14
No files found.
src/pages/applications/cmbPolyPay/cmbPolyPay.vue
View file @
018ef96e
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<div
v-if=
"ListNum != 0"
class=
"billList"
>
<div
v-if=
"ListNum != 0"
class=
"billList"
>
<article
v-for=
"(item, index) in massages"
:key=
"item.id"
class=
"article"
style=
"margin-top:10px"
>
<article
v-for=
"(item, index) in massages"
:key=
"item.id"
class=
"article"
style=
"margin-top:10px"
>
<img
slot=
"left-icon"
src=
"../../../assets\electronicContract\contract-list.png"
class=
"icon"
>
<img
slot=
"left-icon"
src=
"../../../assets\electronicContract\contract-list.png"
class=
"icon"
>
<div
slot=
"name"
class=
"text"
style=
"width:
62
%;font-size: 12px;"
>
<div
slot=
"name"
class=
"text"
style=
"width:
80
%;font-size: 12px;"
>
<div
class=
"cont-type"
style=
"color: #000;font-size: 14px;font-weight:700"
>
承租人:
{{
item
.
customername
}}
<div
class=
"cont-type"
style=
"color: #000;font-size: 14px;font-weight:700"
>
承租人:
{{
item
.
customername
}}
</div>
</div>
<div
class=
"cont-type"
style=
"color: #5a5959;font-size: 14px"
>
经销商:
{{
item
.
dealername
}}
</div>
<div
class=
"cont-type"
style=
"color: #5a5959;font-size: 14px"
>
经销商:
{{
item
.
dealername
}}
</div>
...
@@ -33,7 +33,8 @@
...
@@ -33,7 +33,8 @@
<div
class=
"cont-type"
style=
"color: #5a5959;font-size: 14px"
>
机号:
{{
item
.
serialno
}}
</div>
<div
class=
"cont-type"
style=
"color: #5a5959;font-size: 14px"
>
机号:
{{
item
.
serialno
}}
</div>
<div
class=
"cont-type"
style=
"color: #5a5959;font-size: 14px"
>
租金总额:
{{
item
.
contractamt
}}
</div>
<div
class=
"cont-type"
style=
"color: #5a5959;font-size: 14px"
>
租金总额:
{{
item
.
contractamt
}}
</div>
<div
class=
"cont-type"
style=
"color: #5a5959;font-size: 14px"
>
租赁开始日:
{{
item
.
leasebgndt
}}
</div>
<div
class=
"cont-type"
style=
"color: #5a5959;font-size: 14px"
>
租赁开始日:
{{
item
.
leasebgndt
}}
</div>
<div
class=
"cont-type"
style=
"color: #5a5959;font-size: 14px"
>
状态:
<span>
{{
item
.
status
}}
</span></div>
<div
class=
"cont-type"
style=
"color: #5a5959;font-size: 14px"
>
状态:
<span
style=
"font-weight: 700;
color: rgba(198, 0, 0, 0.5);"
>
{{
item
.
status
}}
</span></div>
</div>
</div>
<button
@
click=
"download(index)"
>
账单下载
</button>
<button
@
click=
"download(index)"
>
账单下载
</button>
<router-link
:to=
"
{name:'CmbPolyPayDetail',query:{contractno:item.contractno}}">
<router-link
:to=
"
{name:'CmbPolyPayDetail',query:{contractno:item.contractno}}">
...
@@ -83,10 +84,10 @@ export default {
...
@@ -83,10 +84,10 @@ export default {
console
.
log
(
"请求数据"
)
console
.
log
(
"请求数据"
)
// http://sign.hitachics.com/core/r/api?sysName=HCL_UPLOAD_FILE&apiName=getCmbConList
// http://sign.hitachics.com/core/r/api?sysName=HCL_UPLOAD_FILE&apiName=getCmbConList
let
params
=
{
let
params
=
{
//
openId:"oBdoRwAgUiwsQvNGYhBYks6JJLPE",
openId
:
"oBdoRwAgUiwsQvNGYhBYks6JJLPE"
,
//
serialno:"JAEB0T100610",
serialno
:
"JAEB0T100610"
,
openId
:
openId
,
//
openId: openId,
serialno
:
value
,
//
serialno: value,
};
};
// console.log("请求");
// console.log("请求");
vm
.
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
hlsPopup
.
showLoading
(
'请稍候'
)
...
@@ -181,11 +182,8 @@ export default {
...
@@ -181,11 +182,8 @@ export default {
width: 100%;
width: 100%;
word-wrap:break-word;
word-wrap:break-word;
}
}
:nth-child(8){
:nth-child(1){
span{
width: 200px;
font-weight: 700;
color: rgba(198, 0, 0, 0.5);
}
}
}
}
}
.icon {
.icon {
...
@@ -207,13 +205,13 @@ export default {
...
@@ -207,13 +205,13 @@ export default {
}
}
button {
button {
position: absolute;
position: absolute;
top: 1
5
px;
top: 1
2
px;
right: 5px;
right: 5px;
width: 75px;
width: 75px;
height: 25px;
height: 25px;
font-size: 14px;
font-size: 14px;
background-color: #
cecece
;
background-color: #
d1d1d1
;
border: 2px solid #
999999
;
border: 2px solid #
dcd0d0
;
border-radius: 5px;
border-radius: 5px;
};
};
.more {
.more {
...
...
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