Commit 6fcd0d50 by 庄冰

orderinfo

parent 67c68a67
...@@ -128,6 +128,7 @@ class OrderInfoService extends ServiceBase { ...@@ -128,6 +128,7 @@ class OrderInfoService extends ServiceBase {
quantity:channelOrder.quantity, quantity:channelOrder.quantity,
needNo:channelOrder.needNo,payTime:channelOrder.payTime,orderPayStatus:channelOrder.payStatus, needNo:channelOrder.needNo,payTime:channelOrder.payTime,orderPayStatus:channelOrder.payStatus,
totalSum:channelOrder.totalSum, totalSum:channelOrder.totalSum,
payTotalSum:channelOrder.payTotalSum,
totalServiceCharge :0,// 服务费总额(产品配置的服务费*订单件数) totalServiceCharge :0,// 服务费总额(产品配置的服务费*订单件数)
totalPublicExpense :0,// 官费总额(产品配置的官费*订单件数) totalPublicExpense :0,// 官费总额(产品配置的官费*订单件数)
totalTaxes :0,// 税费总额(订单总额-(订单总额/(1+产品费率))) totalTaxes :0,// 税费总额(订单总额-(订单总额/(1+产品费率)))
...@@ -136,7 +137,7 @@ class OrderInfoService extends ServiceBase { ...@@ -136,7 +137,7 @@ class OrderInfoService extends ServiceBase {
pfProfitSum :0,// 订单平台毛利润总额(订单毛利润总额-订单渠道分成毛利润总额) pfProfitSum :0,// 订单平台毛利润总额(订单毛利润总额-订单渠道分成毛利润总额)
channelProfitSum :0,// 订单渠道分成毛利润总额((订单总额-官费总额)*渠道利润分成比率) channelProfitSum :0,// 订单渠道分成毛利润总额((订单总额-官费总额)*渠道利润分成比率)
// pfSettleProfit :DataTypes.INTEGER,// 平台结算渠道利润,0否,1是 // pfSettleProfit :DataTypes.INTEGER,// 平台结算渠道利润,0否,1是
// invoiceApplyStatus :DataTypes.STRING(10),// 发票状态:00: 未申请, 10: 已申请,20:已开票 invoiceApplyStatus :"00",// 发票状态:00: 未申请, 10: 已申请,20:已开票
}; };
if(verifyResult && verifyResult.code==1 && verifyResult.data){ if(verifyResult && verifyResult.code==1 && verifyResult.data){
var orderCostObj=verifyResult.data; var orderCostObj=verifyResult.data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment