Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
9 years ago
Commit
c177b8e964f83cb7fb77a88a4ef0df3481e60d43
1 parent
83f20fed
update for status
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
apps/me/models/order.js
apps/me/models/order.js
View file @
c177b8e
...
...
@@ -96,25 +96,25 @@ const statusMap = {
1
:
{
value
:
1
,
valueStr
:
'备货中'
,
step
:
1
,
step
:
2
,
btns
:
btnMap
.
edit
},
2
:
{
value
:
1
,
valueStr
:
'备货中'
,
step
:
1
,
step
:
2
,
btns
:
btnMap
.
edit
},
3
:
{
value
:
1
,
valueStr
:
'备货中'
,
step
:
1
,
step
:
2
,
btns
:
btnMap
.
edit
},
4
:
{
value
:
2
,
valueStr
:
'待收货'
,
step
:
2
,
step
:
3
,
showGetBtn
:
true
,
btns
:
btnMap
.
complete
},
...
...
Please
register
or
login
to post a comment