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
81dff491
Commit
81dff491
authored
Mar 21, 2022
by
twj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
twj
parent
4b78d519
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
10 deletions
+14
-10
display/displayOrder.html
display/displayOrder.html
+14
-10
No files found.
display/displayOrder.html
View file @
81dff491
...
...
@@ -267,24 +267,28 @@
</div>
<div>
<ul
class=
"ul_title"
>
<li
class=
"id"
style=
"width: 10%;"
>
订单ID
</li>
<li
class=
"nickname"
style=
"width: 10%;"
>
用户姓名
</li>
<li
class=
"mobile"
style=
"width: 10%;"
>
手机号
</li>
<li
class=
"car_plate"
style=
"width:10%"
>
车牌号
</li>
<li
class=
"price"
style=
"width: 10%;"
>
订单金额
</li>
<li
class=
"address"
style=
"width: 40%;"
>
所属区域
</li>
<li
class=
"time"
style=
"width: 10%;"
>
创建时间
</li>
<li
class=
"car_service"
style=
"width:10%"
>
服务类型
</li>
<li
class=
"price"
style=
"width: 5%;"
>
订单金额
</li>
<li
class=
"address"
style=
"width: 20%;"
>
所属区域
</li>
<li
class=
"time"
style=
"width: 15%;"
>
创建时间
</li>
<li
class=
"status"
style=
"width: 10%;"
>
订单状态
</li>
<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"
:a_id=
"index"
>
<div
class=
"id"
style=
"width: 10%;"
>
{{ item.id}}
</div>
<div
class=
"nickname"
style=
"width: 10%;"
>
{{ item.nickname}}
</div>
<div
class=
"mobile"
style=
"width: 10%;"
>
{{ item.mobile}}
</div>
<div
class=
"car_plate"
style=
"width:10%"
>
{{ item.car_plate}}
</div>
<div
class=
"price"
style=
"width: 10%;"
>
{{ item.price}}
</div>
<div
class=
"address"
style=
"width: 40%;"
>
{{ item.address}}
</div>
<div
class=
"time"
style=
"width: 10%;"
>
{{ item.time}}
</div>
<div
class=
"car_service"
style=
"width:10%"
>
{{ item.car_service}}
</div>
<div
class=
"price"
style=
"width: 5%;"
>
{{ item.price}}
</div>
<div
class=
"address"
style=
"width: 20%;"
>
{{ item.address}}
</div>
<div
class=
"time"
style=
"width: 15%;"
>
{{ item.time}}
</div>
<div
class=
"status"
style=
"width: 10%;"
>
{{ item.status}}
</div>
<div
class=
"washer_nickname"
style=
"width: 10%;"
>
{{ item.washer_nickname}}
</div>
</li>
</ol>
</div>
...
...
@@ -378,13 +382,13 @@
that
.
dayamount
=
result
[
'
data
'
][
'
dayAmount
'
];
that
.
daycount
=
result
[
'
data
'
][
'
dayCount
'
];
if
(
max_id
!=
''
)
{
var
i
=
max_id
+
1
;
var
i
=
max_id
+
2
;
if
(
result
[
'
data
'
][
'
order_list
'
].
length
>
0
)
{
$
(
result
[
'
data
'
][
'
order_list
'
]).
each
(
function
(
s
,
v
)
{
that
.
items
.
splice
(
i
,
0
,
v
);
i
++
;
});
order_length
=
result
[
'
data
'
][
'
order_list
'
].
length
+
1
;
order_length
=
result
[
'
data
'
][
'
order_list
'
].
length
+
2
;
}
}
else
{
that
.
items
=
result
[
'
data
'
][
'
order_list
'
];
...
...
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