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
c2464d38
Commit
c2464d38
authored
May 07, 2022
by
5359
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
4ba9755d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
20 deletions
+25
-20
cmbPolyPay.vue
src/pages/applications/cmbPolyPay/cmbPolyPay.vue
+5
-3
cmbPolyPayDetail.vue
src/pages/applications/cmbPolyPay/cmbPolyPayDetail.vue
+20
-17
No files found.
src/pages/applications/cmbPolyPay/cmbPolyPay.vue
View file @
c2464d38
...
...
@@ -151,7 +151,7 @@ export default {
background-color: rgb(230, 230, 230);
border: 1px solid #cccccc;
border-radius: 20px;
width:
15
%;
width:
20
%;
height: 100%;
}
}
...
...
@@ -201,12 +201,14 @@ export default {
position: absolute;
top: 12px;
right: 5px;
width: 7
5
px;
width: 7
0
px;
height: 25px;
font-size: 1
4
px;
font-size: 1
2
px;
background-color: #d1d1d1;
border: 2px solid #dcd0d0;
border-radius: 5px;
padding-right: 1px;
padding-left: 1px;
}
.more {
position: absolute;
...
...
src/pages/applications/cmbPolyPay/cmbPolyPayDetail.vue
View file @
c2464d38
...
...
@@ -55,6 +55,8 @@ export default {
showPayamount
:
0
,
// 后续支付结果页面显示
recamt_id
:
''
,
// 获得的账单二维码
counter
:
[
10
,
10
,
1
],
// 前十次请求间隔,后十次请求间隔,间隔一/二
timer
:
''
,
timer2
:
''
}
},
computed
:
{
...
...
@@ -76,7 +78,6 @@ export default {
let
vm
=
this
let
url
=
process
.
env
.
basePath
+
'getCmbConDetail'
let
params
=
{
// L20RJ00313
'contractno'
:
this
.
contractno
,
}
// console.log("请求");
...
...
@@ -143,7 +144,7 @@ export default {
},
showRecamt
()
{
let
vm
=
this
let
url
=
'http://sign.hitachics.com/core/r/api
/cmb/poly/get/qrcode'
let
url
=
process
.
env
.
rootPath
+
'
/cmb/poly/get/qrcode'
// console.log('支付id', this.recamt_id)
let
params
=
{
'recamt_id'
:
this
.
recamt_id
,
...
...
@@ -236,11 +237,11 @@ export default {
};
// 支付成功应该不需要前端主动关闭订单吧;
// vm.closeBill(urlp, params);
//
console.log(res.respMsg)
vm
.
hlsPopup
.
showLongCenter
(
res
.
respMsg
)
console
.
log
(
res
.
respMsg
)
//
vm.hlsPopup.showLongCenter(res.respMsg)
}
else
{
//
console.log(res.respMsg)
vm
.
hlsPopup
.
showLongCenter
(
res
.
respMsg
)
console
.
log
(
res
.
respMsg
)
//
vm.hlsPopup.showLongCenter(res.respMsg)
}
})
}
else
{
...
...
@@ -258,11 +259,11 @@ export default {
if
(
res
.
tradeState
!=
'P'
)
{
clearInterval
(
vm
.
timer2
)
// 判断订单已支付暂停定时器
};
//
console.log(res.respMsg)
vm
.
hlsPopup
.
showLongCenter
(
res
.
respMsg
)
console
.
log
(
res
.
respMsg
)
//
vm.hlsPopup.showLongCenter(res.respMsg)
}
else
{
//
console.log(res.respMsg)
vm
.
hlsPopup
.
showLongCenter
(
res
.
respMsg
)
console
.
log
(
res
.
respMsg
)
//
vm.hlsPopup.showLongCenter(res.respMsg)
}
})
}
else
{
clearInterval
(
vm
.
timer2
)
}
...
...
@@ -286,6 +287,8 @@ export default {
close
()
{
// 点击关闭二维码页面;
this
.
bottomType
=
0
clearInterval
(
this
.
timer
)
clearInterval
(
this
.
timer2
)
this
.
getData
()
},
// 选择账单后把总计金额显示在底部
...
...
@@ -296,11 +299,11 @@ export default {
var
num
=
this
.
total
// 计算
if
(
this
.
checked
[
index
]
==
false
)
{
num
+=
this
.
Lists
[
index
].
recdueamt_total
num
=
Math
.
round
((
num
+
this
.
Lists
[
index
].
recdueamt_total
)
*
100
)
/
100
}
else
if
(
this
.
checked
[
index
]
==
true
)
{
num
-=
this
.
Lists
[
index
].
recdueamt_total
num
=
Math
.
round
((
num
-
this
.
Lists
[
index
].
recdueamt_total
)
*
100
)
/
100
}
this
.
total
=
Math
.
floor
(
num
*
100
)
/
100
this
.
total
=
num
document
.
getElementById
(
'payamount'
).
value
=
this
.
total
// console.log(index)
},
...
...
@@ -408,13 +411,13 @@ input[type="checkbox"] {
position: absolute;
bottom: 0px;
width: 100%;
height: 1
8
%;
height: 1
5
%;
background-color: #fffffe;
border-top: 2px solid #7aae3b;
.total {
font-size: 12px;
color: rgb(180, 0, 0);
width:
80
%;
width:
75
%;
height: 20%;
margin: 20px auto;
display: flex;
...
...
@@ -427,10 +430,10 @@ input[type="checkbox"] {
input {
position: relative;
right: 0px;
width:
5
0%;
width:
4
0%;
border: 1px solid #dab2b2;
border-radius: 5px;
padding-left: 6%
;
text-align: center
;
}
}
button {
...
...
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