Exemplo n.º 1
0
    echo isset($item['phone']) ? $item['phone'] : "";
    ?>
</td>
					<td title="<?php 
    echo isset($item['mobile']) ? $item['mobile'] : "";
    ?>
"><?php 
    echo isset($item['mobile']) ? $item['mobile'] : "";
    ?>
</td>
					<td><?php 
    echo $item['is_vip'] == 0 ? '否' : '是';
    ?>
</td>
					<td><?php 
    echo statistics::sellCountSeller($item['id']);
    ?>
 件</td>
					<td><?php 
    echo statistics::gradeSeller($item['id']);
    ?>
 分</td>
					<td><a href="<?php 
    echo IUrl::creatUrl("/member/seller_balance_log/id/" . $item['id'] . "");
    ?>
"><?php 
    echo $item['balance'];
    ?>
</a></td>
					<td>
						<select onchange="changeStatus(<?php 
Exemplo n.º 2
0
			<div class="title">商户信息</div>
			<div class="content">
				<div class="c_box">
					<dl class="clearfix">
						<dt><strong><?php 
echo isset($sellerRow['true_name']) ? $sellerRow['true_name'] : "";
?>
</strong></dt>
					</dl>

					<p> 评分:<span class="grade"><i style="width:<?php 
echo Common::gradeWidth(statistics::gradeSeller($sellerRow['id']));
?>
px"></i></span></p>
					<p> 销量:<?php 
echo statistics::sellCountSeller($sellerRow['id']);
?>
 件</p>
					<p> 官网:<a href="<?php 
echo isset($sellerRow['home_url']) ? $sellerRow['home_url'] : "";
?>
" target="_blank" class="orange">点击进入</a></p>
					<p> 联系电话:<?php 
echo isset($sellerRow['phone']) ? $sellerRow['phone'] : "";
?>
</p>
					<p> 所在地:<?php 
echo join(' ', area::name($sellerRow['province'], $sellerRow['city'], $sellerRow['area']));
?>
 <?php 
echo isset($sellerRow['address']) ? $sellerRow['address'] : "";
Exemplo n.º 3
0
					<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>

<article class="module width_full">
	<header><h3>销售统计</h3></header>
	<div class="module_content">