Commit 447ba479 authored by linxin's avatar linxin

解决冲突

parents da8b1edf 751be246
Pipeline #4616 canceled with stages
......@@ -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('请输入用户名')
......
......@@ -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;
......
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