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
915ec2df
Commit
915ec2df
authored
Oct 23, 2019
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:租金还款
parent
edd7e3c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
contract-record.vue
src/pages/pay/payment/contract-record.vue
+1
-1
first-pay.vue
src/pages/pay/payment/first-pay.vue
+7
-3
No files found.
src/pages/pay/payment/contract-record.vue
View file @
915ec2df
...
@@ -96,7 +96,7 @@ export default {
...
@@ -96,7 +96,7 @@ export default {
vm
.
sumMoney
=
vm
.
money
vm
.
sumMoney
=
vm
.
money
for
(
let
i
of
this
.
info
)
{
for
(
let
i
of
this
.
info
)
{
i
.
con_lists
.
forEach
(
j
=>
{
i
.
con_lists
.
forEach
(
j
=>
{
sumL
.
push
(
j
.
pay
)
sumL
.
push
(
j
.
amount
)
})
})
let
a
=
0
let
a
=
0
let
newSum
=
sumL
.
filter
(
item
=>
{
let
newSum
=
sumL
.
filter
(
item
=>
{
...
...
src/pages/pay/payment/first-pay.vue
View file @
915ec2df
...
@@ -96,7 +96,9 @@ export default {
...
@@ -96,7 +96,9 @@ export default {
let
vm
=
this
let
vm
=
this
let
url
=
process
.
env
.
basePath
+
'create_order_1_amount'
let
url
=
process
.
env
.
basePath
+
'create_order_1_amount'
let
param
=
{
let
param
=
{
bp_id
:
window
.
sessionStorage
.
getItem
(
'bp_id'
),
info
:
{
bp_id
:
window
.
sessionStorage
.
getItem
(
'bp_id'
),
},
}
}
hlsPopup
.
showLoading
(
'请稍候'
)
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
...
@@ -115,13 +117,15 @@ export default {
...
@@ -115,13 +117,15 @@ export default {
window
.
sessionStorage
.
setItem
(
'order_id'
,
123
)
window
.
sessionStorage
.
setItem
(
'order_id'
,
123
)
// let url = process.env.basePath + 'do_order_1_con'
// let url = process.env.basePath + 'do_order_1_con'
// let param = {
// let param = {
// bp_id: vm.$route.params.bp_id,
// info: {
// bp_id: window.sessionStorage.getItem('bp_id'),
// },
// }
// }
// hlsPopup.showLoading('请稍候')
// hlsPopup.showLoading('请稍候')
// vm.$post(url, param).then(function (res) {
// vm.$post(url, param).then(function (res) {
// vm.hlsPopup.hideLoading()
// vm.hlsPopup.hideLoading()
// if (res.result === 'S') {
// if (res.result === 'S') {
// window.sessionStorage.setItem('order_id', res.info.order_id)
//
window.sessionStorage.setItem('order_id', res.info.order_id)
// vm.toContractRecord(vm.liquidated_damages)
// vm.toContractRecord(vm.liquidated_damages)
// } else {
// } else {
// hlsPopup.showLongCenter(res.message)
// hlsPopup.showLongCenter(res.message)
...
...
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