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
447ba479
Commit
447ba479
authored
Jan 14, 2020
by
linxin
Browse files
Options
Browse Files
Download
Plain Diff
解决冲突
parents
da8b1edf
751be246
Pipeline
#4616
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
login.vue
src/pages/login.vue
+1
-0
contract-record.vue
src/pages/pay/payment/contract-record.vue
+4
-3
No files found.
src/pages/login.vue
View file @
447ba479
...
...
@@ -137,6 +137,7 @@ export default {
},
access
:
function
()
{
document
.
getElementById
(
'passwordInput'
).
blur
()
document
.
activeElement
.
blur
()
let
vm
=
this
if
(
!
vm
.
username
||
vm
.
username
===
undefined
)
{
vm
.
hlsPopup
.
showLongCenter
(
'请输入用户名'
)
...
...
src/pages/pay/payment/contract-record.vue
View file @
447ba479
...
...
@@ -217,13 +217,13 @@ export default {
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
vm
.
info
=
res
.
prj_lists
/* vm.info.forEach(i => {
/* vm.info.forEach(i => {
i.con_lists.forEach(j => {
// let num = (parseFloat(j.due_amount) - parseFloat(j.received_amount))
let num = ''
vm.$set(j, 'amount', num)
})
})*/
})
*/
vm
.
showList
=
vm
.
info
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
...
...
@@ -236,7 +236,7 @@ export default {
i
.
con_lists
.
forEach
(
j
=>
{
if
(
!
j
.
amount
||
j
.
amount
===
0
)
{
}
else
{
}
else
{
let
obj
=
{}
obj
.
bp_id
=
window
.
localStorage
.
getItem
(
'bp_id'
)
obj
.
amount
=
j
.
amount
...
...
@@ -330,6 +330,7 @@ export default {
justify-content: space-around;
background: #fff;
border-radius: 0.08rem;
box-shadow: 0 0 10px #ccc;
top: -23px;
img {
//position: absolute;
...
...
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