Commit e34c5941 by 宋毅

tj

parent d15089a9
......@@ -603,7 +603,7 @@ class OrderService extends ServiceBase {
var gf = serviceitem.publicExpense ? Number(serviceitem.publicExpense) : 0;//产品官费
var nclSmallPrice = gf / 10;//单个小类官费
nclSmallPrice = Number(nclSmallPrice.toFixed(2));
var productCount = 1;//产品数量
var productCount = tm.salesNum || 1;//产品数量
var gfze = 0;//官费总额
if (verifyType == 1) {
productCount = nclones.length;
......@@ -724,7 +724,7 @@ class OrderService extends ServiceBase {
wxPayOrderCode: ordercode,//业务微信支付订单号
aliPayOrderCode: ordercode,//业务支付宝支付订单号
orderType: apply.orderType || "dkxd",//订单类型,"zzdd": "自主订单","dkxd": "代客下单"
salesNum: 1,//项目订单数量(即服务项目的倍数,默认值为1)
salesNum: tm.salesNum || 1,//项目订单数量(即服务项目的倍数,默认值为1)
salesDiliverNum: 0,//项目订单交付数量(即与项目订单数量相对应)
orderPayStatus: "dfk",//订单付款状态"dfk": "待付款", "yfk": "已付款", "ddqx": "订单取消", "tkclz": "退款处理中", "ytk": "已退款"
orderFlowStatus: "1",//订单审核状态"1": "提交订单", "2": "已付款", "3": "已审核-待递交", "4": "已递交", "5": "已完成"
......
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