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
6fcd0d50
Commit
6fcd0d50
authored
Dec 03, 2019
by
庄冰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
orderinfo
parent
67c68a67
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
igirl-channel/app/base/service/impl/dbcorder/orderinfoSve.js
+2
-1
No files found.
igirl-channel/app/base/service/impl/dbcorder/orderinfoSve.js
View file @
6fcd0d50
...
...
@@ -128,6 +128,7 @@ class OrderInfoService extends ServiceBase {
quantity
:
channelOrder
.
quantity
,
needNo
:
channelOrder
.
needNo
,
payTime
:
channelOrder
.
payTime
,
orderPayStatus
:
channelOrder
.
payStatus
,
totalSum
:
channelOrder
.
totalSum
,
payTotalSum
:
channelOrder
.
payTotalSum
,
totalServiceCharge
:
0
,
// 服务费总额(产品配置的服务费*订单件数)
totalPublicExpense
:
0
,
// 官费总额(产品配置的官费*订单件数)
totalTaxes
:
0
,
// 税费总额(订单总额-(订单总额/(1+产品费率)))
...
...
@@ -136,7 +137,7 @@ class OrderInfoService extends ServiceBase {
pfProfitSum
:
0
,
// 订单平台毛利润总额(订单毛利润总额-订单渠道分成毛利润总额)
channelProfitSum
:
0
,
// 订单渠道分成毛利润总额((订单总额-官费总额)*渠道利润分成比率)
// pfSettleProfit :DataTypes.INTEGER,// 平台结算渠道利润,0否,1是
// invoiceApplyStatus :DataTypes.STRING(10)
,// 发票状态:00: 未申请, 10: 已申请,20:已开票
invoiceApplyStatus
:
"00"
,
// 发票状态:00: 未申请, 10: 已申请,20:已开票
};
if
(
verifyResult
&&
verifyResult
.
code
==
1
&&
verifyResult
.
data
){
var
orderCostObj
=
verifyResult
.
data
;
...
...
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