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
qinchao
2019-02-12 14:57:11 +0800
Commit
7d00061a3700e509e39bd70d99586946b5c9398c
1 parent
a121516f
增加虚假发货(系统自动取消)状态
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
web/src/main/webapp/html/orderManage/list.html
web/src/main/webapp/html/orderManage/list.html
View file @
7d00061
...
...
@@ -65,6 +65,7 @@
<option
value=
"16"
>
已取消(买家在卖家发货前取消订单)
</option>
<option
value=
"17"
>
已取消(买家在卖家发货后取消订单)
</option>
<option
value=
"18"
>
已取消(鉴定中心收货前客服取消)
</option>
<option
value=
"19"
>
已取消(鉴定中心收货前系统取消)
</option>
</select>
<label>
订单渠道:
</label>
...
...
Please
register
or
login
to post a comment