{set:$seller_id = $this->seller['seller_id']}

统计{$this->_siteConfig->name}应付给您的商品货款

只有<在线支付>(非货到付款) 并且已经付款的商品才会统计到这里

商品货款明细

{set: $page = (isset($_GET['page'])&&(intval($_GET['page'])>0))?intval($_GET['page']):1; $orderGoodsQuery = CountSum::getSellerGoodsFeeQuery($seller_id); $orderGoodsQuery->page = $page; } {foreach: items = $orderGoodsQuery->find()} {set:$countData = CountSum::countSellerOrderFee(array($item))} {/foreach}
订单号 下单时间 订单金额 平台促销活动 退款金额 分销佣金金额 结算状态 操作
{$item['order_no']} {$item['create_time']} ¥{$countData['orderAmountPrice']} ¥{$countData['platformFee']} ¥{$countData['refundFee']} ¥{$countData['commissionFee']} {if:$item['is_checkout'] == 1} {else:} {/if} 订单详情
{$orderGoodsQuery->getPageBar()}