Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
caoyan
2019-07-12 14:44:38 +0800
Commit
05102ddd42ea643248051292bf9b6ebd3de95693
1 parent
2ed094b9
寄存
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
web/src/main/webapp/html/orderManage/detail.html
web/src/main/webapp/html/orderManage/list.html
web/src/main/webapp/html/orderManage/detail.html
View file @
05102dd
...
...
@@ -469,6 +469,8 @@ function getOrderInfo(orderCode){
attributesStr
=
'全新瑕疵'
;
}
else
if
(
"6"
==
attributes
){
attributesStr
=
'二手'
;
}
else
if
(
"7"
==
attributes
){
attributesStr
=
'寄存'
;
}
else
if
(
"17"
==
attributes
){
attributesStr
=
'海外直邮'
;
}
...
...
web/src/main/webapp/html/orderManage/list.html
View file @
05102dd
...
...
@@ -136,6 +136,7 @@
<option
value=
"4"
>
预售
</option>
<option
value=
"5"
>
全新瑕疵
</option>
<option
value=
"6"
>
二手
</option>
<option
value=
"7"
>
寄存
</option>
<option
value=
"11"
>
海外直邮
</option>
</select>
<label>
买家下单时间:
</label>
...
...
Please
register
or
login
to post a comment