Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-shop-manage
·
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
lzhy
2020-04-13 19:33:39 +0800
Commit
ffccaf3dd386ab05016b4805968fd9f3d9c13547
1 parent
5a6e2f1e
一件代发
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
0 deletions
app/pages/order/configs/index.js
app/pages/order/configs/order.js
app/pages/order/configs/index.js
0 → 100644
View file @
ffccaf3
import
OrderConfig
from
'./order'
;
export
{
OrderConfig
};
...
...
app/pages/order/configs/order.js
0 → 100644
View file @
ffccaf3
export
default
{
//订单状态
orderStatus
:
{
0
:
'待审核'
,
20
:
'已付订金'
,
40
:
'待付尾款'
,
100
:
'已审核'
,
200
:
'备货中'
,
300
:
'调拨中'
,
400
:
'已发货'
,
500
:
'运输中'
,
600
:
'已交寄'
,
700
:
'订单完成'
,
900
:
'用户取消'
,
901
:
'客服取消'
,
902
:
'备货中取消'
,
903
:
'配货中取消'
,
904
:
'发货后取消'
,
905
:
'运输中取消'
,
906
:
'超时取消'
,
907
:
'拒收'
,
},
//支付状态
paymentStatus
:
{
0
:
'未支付'
,
1
:
'已支付'
,
2
:
'部分支付'
,
},
};
...
...
Please
register
or
login
to post a comment