Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄庭坚
jinfa-platform
Commits
b1a98583
Commit
b1a98583
authored
Apr 06, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 添加配送方式常量
parent
581007c5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
index.ts
src/constants/index.ts
+15
-3
No files found.
src/constants/index.ts
View file @
b1a98583
...
...
@@ -406,6 +406,18 @@ export const ORDER_TYPE = ['',
]
// 提货方式
/**
* 物流
*/
export
const
DELIVERY_TYPE_LOGISTICS
=
1
;
/**
* 自提
*/
export
const
DELIVERY_TYPE_SELF_PICKUP
=
2
;
/**
* 无须配送
*/
export
const
DELIVERY_TYPE_NO_DELIVERY
=
3
;
export
const
DELIVERY_TYPE
=
[
''
,
'物流'
,
'自提'
,
...
...
@@ -413,9 +425,9 @@ export const DELIVERY_TYPE = ['',
]
export
const
DELIVERY_TYPE_ENUM
=
[
{
label
:
'物流'
,
value
:
1
},
{
label
:
'自提'
,
value
:
2
},
{
label
:
'无需配送'
,
value
:
3
},
{
label
:
'物流'
,
value
:
DELIVERY_TYPE_LOGISTICS
},
{
label
:
'自提'
,
value
:
DELIVERY_TYPE_SELF_PICKUP
},
{
label
:
'无需配送'
,
value
:
DELIVERY_TYPE_NO_DELIVERY
},
]
// 仓位状态
...
...
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