Beispiel #1
0
    ?>
<a href="<?php 
    echo IUrl::creatUrl("/order/order_list/distribution_status/0");
    ?>
"><b class="f14 red3"><?php 
    echo isset($item['countNums']) ? $item['countNums'] : "";
    ?>
</b></a> 个<?php 
}
?>
</td></tr>
								<tr><th>退款申请</th><td><a href="<?php 
echo IUrl::creatUrl("/order/refundment_list");
?>
"><b class="red3 f14"><?php 
echo statistics::refundsCount();
?>
</b></a> 个</td></tr>
								<tr><th>待审商家</th><td><?php 
$query = new IQuery("seller");
$query->fields = "count(id) as countNums";
$query->where = "is_lock = 1";
$items = $query->find();
foreach ($items as $key => $item) {
    ?>
<a href="<?php 
    echo IUrl::creatUrl("/member/seller_list");
    ?>
"><b class="red3 f14"><?php 
    echo isset($item['countNums']) ? $item['countNums'] : "";
    ?>
Beispiel #2
0
"><?php 
echo statistics::referWaitCount($this->seller['seller_id']);
?>
 条</a></td>
					<td>商品评论数:<a href="<?php 
echo IUrl::creatUrl("/seller/comment_list");
?>
"><?php 
echo statistics::commentCount($this->seller['seller_id']);
?>
 条</a></td>
					<td>退款申请:<a href="<?php 
echo IUrl::creatUrl("/seller/refundment_list");
?>
"><?php 
echo statistics::refundsCount($this->seller['seller_id']);
?>
 条</a></td>
					<td>总销售量:<?php 
echo statistics::sellCountSeller($this->seller['seller_id']);
?>
 件</td>
					<td>信用评分:<?php 
echo statistics::gradeSeller($this->seller['seller_id']);
?>
 分</td>
				</tr>
			</tbody>
		</table>
	</div>
</article>