Commit 4c4609a1 authored by youjie's avatar youjie

no message

parent 10035d73
...@@ -3,12 +3,12 @@ ...@@ -3,12 +3,12 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
.listone-box, .listone-box,
.listtwo-card { .listtwo-card {
margin-top: 15px; margin-top: 15px;
} }
.listone-form { .listone-form {
padding: 10px; padding: 10px;
border-radius: 5px; border-radius: 5px;
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
margin-bottom: 10px; margin-bottom: 10px;
overflow: hidden; overflow: hidden;
} }
.listone-img { .listone-img {
width: 130px; width: 130px;
flex-shrink: 0; flex-shrink: 0;
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
border-radius: 5px; border-radius: 5px;
display: block; display: block;
} }
.listone-list { .listone-list {
flex-grow: 1; flex-grow: 1;
display: flex; display: flex;
...@@ -44,40 +44,40 @@ ...@@ -44,40 +44,40 @@
margin-bottom: 5px; margin-bottom: 5px;
cursor: pointer; cursor: pointer;
} }
.list-left div { .list-left div {
color: #7E8299; color: #7E8299;
font-size: 13px; font-size: 13px;
margin-top: 7px; margin-top: 7px;
} }
.list-left div a { .list-left div a {
color: #009EF7; color: #009EF7;
font-size: 12px; font-size: 12px;
margin-left: 15px; margin-left: 15px;
cursor: pointer; cursor: pointer;
} }
.list-right { .list-right {
flex-shrink: 1; flex-shrink: 1;
margin-left: 15px; margin-left: 15px;
} }
.list-right p { .list-right p {
margin-bottom: 10px; margin-bottom: 10px;
} }
.list-right p b { .list-right p b {
font-size: 18px; font-size: 18px;
color: #F1416C; color: #F1416C;
} }
.list-right p span { .list-right p span {
color: #8A8C9F; color: #8A8C9F;
font-size: 12px; font-size: 12px;
margin-left: 10px; margin-left: 10px;
} }
.listtwo-form { .listtwo-form {
height: 100%; height: 100%;
display: flex; display: flex;
...@@ -86,11 +86,11 @@ ...@@ -86,11 +86,11 @@
background: #ffffff; background: #ffffff;
border-radius: 5px; border-radius: 5px;
} }
.card-centent { .card-centent {
padding: 10px; padding: 10px;
} }
.card-centent p { .card-centent p {
color: #7E8299; color: #7E8299;
white-space: nowrap; white-space: nowrap;
...@@ -98,34 +98,34 @@ ...@@ -98,34 +98,34 @@
text-overflow: ellipsis; text-overflow: ellipsis;
font-size: 13px; font-size: 13px;
} }
.card-text { .card-text {
margin-top: 20px; margin-top: 20px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: inherit; align-items: inherit;
} }
.card-text b { .card-text b {
font-size: 14px; font-size: 14px;
} }
.card-form { .card-form {
display: flex; display: flex;
align-items: inherit; align-items: inherit;
flex-wrap: wrap; flex-wrap: wrap;
} }
.listtwo-col { .listtwo-col {
margin-bottom: 15px; margin-bottom: 15px;
} }
.listtwo-img { .listtwo-img {
height: 200px; height: 200px;
border-radius: 5px; border-radius: 5px;
display: block; display: block;
} }
.iconfont { .iconfont {
cursor: pointer; cursor: pointer;
background-color: #E95252; background-color: #E95252;
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
border-radius: 50%; border-radius: 50%;
margin-left: 10px; margin-left: 10px;
} }
.image-slot { .image-slot {
height: 100%; height: 100%;
display: flex; display: flex;
...@@ -336,7 +336,7 @@ export default { ...@@ -336,7 +336,7 @@ export default {
}, err => {}) }, err => {})
}, },
getDatesUse() { getDatesUse() {
if(this.DatelistUse){ if(this.DatelistUse){
if (this.DatelistUse[0]) { if (this.DatelistUse[0]) {
this.msg.UseSTime = this.DatelistUse[0] this.msg.UseSTime = this.DatelistUse[0]
} if (this.DatelistUse[1]) { } if (this.DatelistUse[1]) {
...@@ -426,7 +426,7 @@ export default { ...@@ -426,7 +426,7 @@ export default {
addList(data) addList(data)
data.forEach((x) => { data.forEach((x) => {
// x.Money = 0 // x.Money = 0
let Money = 0 let Money = 0
x.DetailList.forEach((y) => { x.DetailList.forEach((y) => {
Money+=y.Money Money+=y.Money
...@@ -442,7 +442,8 @@ export default { ...@@ -442,7 +442,8 @@ export default {
PlatformTax: item.PlatformTax, PlatformTax: item.PlatformTax,
Refund: item.Refund, Refund: item.Refund,
PlatformMoney: item.PlatformMoney, PlatformMoney: item.PlatformMoney,
DueInMoney: item.DueInMoney DueInMoney: item.DueInMoney,
...item
} }
let DaiShou let DaiShou
DaiShou = Number(item.Money-item.Income-item.PlatformTax-item.PlatformMoney+item.Refund) DaiShou = Number(item.Money-item.Income-item.PlatformTax-item.PlatformMoney+item.Refund)
......
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