|
@@ -312,7 +312,7 @@ Class Manage
|
|
$goods_info['tax'],
|
|
$goods_info['tax'],
|
|
|
|
|
|
round($goods_info['price'], 2),#单价
|
|
round($goods_info['price'], 2),#单价
|
|
- round($v['num'],2),#数量
|
|
|
|
|
|
+ round($v1['num'],2),#数量
|
|
round(($goods_info['price']*$v['num']),2),#商品合计金额
|
|
round(($goods_info['price']*$v['num']),2),#商品合计金额
|
|
$dl_discount_cash,//代理商优惠金额
|
|
$dl_discount_cash,//代理商优惠金额
|
|
$price,#实付金额
|
|
$price,#实付金额
|