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
e34c5941
Commit
e34c5941
authored
Dec 02, 2019
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
d15089a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
igirl-web/app/base/service/impl/orderSve.js
+2
-2
No files found.
igirl-web/app/base/service/impl/orderSve.js
View file @
e34c5941
...
@@ -603,7 +603,7 @@ class OrderService extends ServiceBase {
...
@@ -603,7 +603,7 @@ class OrderService extends ServiceBase {
var
gf
=
serviceitem
.
publicExpense
?
Number
(
serviceitem
.
publicExpense
)
:
0
;
//产品官费
var
gf
=
serviceitem
.
publicExpense
?
Number
(
serviceitem
.
publicExpense
)
:
0
;
//产品官费
var
nclSmallPrice
=
gf
/
10
;
//单个小类官费
var
nclSmallPrice
=
gf
/
10
;
//单个小类官费
nclSmallPrice
=
Number
(
nclSmallPrice
.
toFixed
(
2
));
nclSmallPrice
=
Number
(
nclSmallPrice
.
toFixed
(
2
));
var
productCount
=
1
;
//产品数量
var
productCount
=
tm
.
salesNum
||
1
;
//产品数量
var
gfze
=
0
;
//官费总额
var
gfze
=
0
;
//官费总额
if
(
verifyType
==
1
)
{
if
(
verifyType
==
1
)
{
productCount
=
nclones
.
length
;
productCount
=
nclones
.
length
;
...
@@ -724,7 +724,7 @@ class OrderService extends ServiceBase {
...
@@ -724,7 +724,7 @@ class OrderService extends ServiceBase {
wxPayOrderCode
:
ordercode
,
//业务微信支付订单号
wxPayOrderCode
:
ordercode
,
//业务微信支付订单号
aliPayOrderCode
:
ordercode
,
//业务支付宝支付订单号
aliPayOrderCode
:
ordercode
,
//业务支付宝支付订单号
orderType
:
apply
.
orderType
||
"dkxd"
,
//订单类型,"zzdd": "自主订单","dkxd": "代客下单"
orderType
:
apply
.
orderType
||
"dkxd"
,
//订单类型,"zzdd": "自主订单","dkxd": "代客下单"
salesNum
:
1
,
//项目订单数量(即服务项目的倍数,默认值为1)
salesNum
:
tm
.
salesNum
||
1
,
//项目订单数量(即服务项目的倍数,默认值为1)
salesDiliverNum
:
0
,
//项目订单交付数量(即与项目订单数量相对应)
salesDiliverNum
:
0
,
//项目订单交付数量(即与项目订单数量相对应)
orderPayStatus
:
"dfk"
,
//订单付款状态"dfk": "待付款", "yfk": "已付款", "ddqx": "订单取消", "tkclz": "退款处理中", "ytk": "已退款"
orderPayStatus
:
"dfk"
,
//订单付款状态"dfk": "待付款", "yfk": "已付款", "ddqx": "订单取消", "tkclz": "退款处理中", "ytk": "已退款"
orderFlowStatus
:
"1"
,
//订单审核状态"1": "提交订单", "2": "已付款", "3": "已审核-待递交", "4": "已递交", "5": "已完成"
orderFlowStatus
:
"1"
,
//订单审核状态"1": "提交订单", "2": "已付款", "3": "已审核-待递交", "4": "已递交", "5": "已完成"
...
...
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