Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
ddd_display
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
twj
ddd_display
Commits
62ae9aca
Commit
62ae9aca
authored
Mar 30, 2022
by
wuxiaoli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pzk
parent
a3fc3836
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
28 deletions
+34
-28
display/displayOrder.html
display/displayOrder.html
+34
-28
No files found.
display/displayOrder.html
View file @
62ae9aca
...
...
@@ -99,9 +99,38 @@
box-sizing
:
border-box
;
border-bottom
:
none
;
}
.ol
>
li
:nth-child
(
even
)
{
/* 偶数行换色 */
/* .ol>li:nth-child(even){
background:#EFF2F7;
} */
/* 待接单 */
.ol
>
li
.state_2
{
background
:
rgba
(
255
,
101
,
96
,
0.2
);
}
/* 已接单 */
.ol
>
li
.state_3
{
background
:
rgba
(
75
,
216
,
132
,
0.2
);
}
/* 已到达 */
.ol
>
li
.state_4
{
background
:
rgba
(
250
,
157
,
42
,
0.2
);
}
/* 正在洗车 */
.ol
>
li
.state_5
{
background
:
rgba
(
164
,
211
,
195
,
0.2
);
}
/* 洗车完成 */
.ol
>
li
.state_6
{
background
:
rgba
(
72
,
146
,
254
,
0.2
);
}
/* 用户确认完成订单 */
.ol
>
li
.state_7
{
background
:
rgba
(
247
,
179
,
149
,
0.2
);
}
.ol
>
.list
>
div
{
float
:
left
;
...
...
@@ -304,7 +333,7 @@
<li
class=
"washer_nickname"
style=
"width:10%;"
>
技师
</li>
</ul>
<ol
class=
"ol"
id=
"downpaly"
style=
"background-color: #FFFFFF;"
>
<li
class=
"list
"
style=
"width: 100%; display: none"
v-for=
"(item,index) in items"
<li
class=
"list"
:class=
"'state_'+item.state
"
style=
"width: 100%; display: none"
v-for=
"(item,index) in items"
:a_id=
"index"
>
<div
class=
"nickname"
style=
"width: 10%;"
>
{{ item.nickname}}
</div>
<div
class=
"mobile"
style=
"width: 10%;"
>
{{ item.mobile}}
</div>
...
...
@@ -341,11 +370,10 @@
// } else {
// var date = new Date();
// }
var
date
=
new
Date
();
max_id
=
''
;
zt
=
true
;
...
...
@@ -363,6 +391,7 @@
el
:
'
#app
'
,
data
()
{
return
{
timer
:
""
,
}
},
...
...
@@ -430,30 +459,7 @@
});
}
},
get
()
{
if
(
get_sou
)
{
//总交易额
//总交易额
this
.
totalamount
=
this
.
totalamount
;
//总订单量
this
.
totalcount
=
this
.
totalcount
;
//当日交易额
this
.
dayamount
=
this
.
dayamount
;
//当日订单量
this
.
daycount
=
this
.
daycount
;
}
get_sou
=
false
;
}
},
// mounted() {
// // for (var i = 0; i
<
20
;
i
++
)
{
// // $("#downpaly").find("li[a_id='" + i + "']").show();
// // }
// },
// beforeDestroy() {
// clearInterval(this.timer);
// }
})
...
...
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