Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
ac315ad5
Commit
ac315ad5
authored
Dec 03, 2019
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
d54e3750
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
igirl-channel/app/base/db/models/dbcorder/orderinfo.js
+3
-2
No files found.
igirl-channel/app/base/db/models/dbcorder/orderinfo.js
View file @
ac315ad5
...
@@ -11,8 +11,8 @@ module.exports = (db, DataTypes) => {
...
@@ -11,8 +11,8 @@ module.exports = (db, DataTypes) => {
ownerUserId
:
DataTypes
.
STRING
(
20
),
// 拥有渠道用户ID
ownerUserId
:
DataTypes
.
STRING
(
20
),
// 拥有渠道用户ID
needNo
:
DataTypes
.
STRING
(
64
),
// 需求单号
needNo
:
DataTypes
.
STRING
(
64
),
// 需求单号
payTime
:
DataTypes
.
DATE
,
// 渠道有支付时间则用渠道的支付时间
payTime
:
DataTypes
.
DATE
,
// 渠道有支付时间则用渠道的支付时间
salesNum
:
DataTypes
.
INTEGER
,
// 项目订单数量(即服务项目
的倍数,默认值为1)
quantity
:
DataTypes
.
INTEGER
,
// 订单数量(即产品
的倍数,默认值为1)
s
alesDiliverNum
:
DataTypes
.
INTEGER
,
// 项目订单交付数量(即与项目
订单数量相对应)
s
erviceQuantity
:
DataTypes
.
INTEGER
,
// 订单服务数量(即与
订单数量相对应)
orderPayStatusName
:
DataTypes
.
STRING
(
50
),
//
orderPayStatusName
:
DataTypes
.
STRING
(
50
),
//
orderPayStatus
:{
orderPayStatus
:{
type
:
DataTypes
.
ENUM
,
type
:
DataTypes
.
ENUM
,
...
@@ -23,6 +23,7 @@ module.exports = (db, DataTypes) => {
...
@@ -23,6 +23,7 @@ module.exports = (db, DataTypes) => {
}
}
},
// 订单付款状态dfk: 待付款, zfpz: 已上传支付凭证, yfk: 已付款, ddqx: 订单取消, tkclz: 退款处理中, bfytk: 部分已退款, ytk: 已退款,zfshbtg:支付审核不通过
},
// 订单付款状态dfk: 待付款, zfpz: 已上传支付凭证, yfk: 已付款, ddqx: 订单取消, tkclz: 退款处理中, bfytk: 部分已退款, ytk: 已退款,zfshbtg:支付审核不通过
totalSum
:
DataTypes
.
DECIMAL
(
12
,
2
),
// 订单总额(产品价格×优惠费率×订单件数)
totalSum
:
DataTypes
.
DECIMAL
(
12
,
2
),
// 订单总额(产品价格×优惠费率×订单件数)
payTotalSum
:
DataTypes
.
DECIMAL
(
12
,
2
),
// 付款订单总额
refundSum
:
DataTypes
.
DECIMAL
(
12
,
2
),
// 退款金额
refundSum
:
DataTypes
.
DECIMAL
(
12
,
2
),
// 退款金额
opNotes
:
DataTypes
.
STRING
,
// 备注
opNotes
:
DataTypes
.
STRING
,
// 备注
notes
:
DataTypes
.
STRING
,
// 备注
notes
:
DataTypes
.
STRING
,
// 备注
...
...
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