예제 #1
0
				<col width="150px" />
				<col />
			</colgroup>

			<tr>
				<th>订单号:</th>
				<td><?php 
echo isset($this->data['order_no']) ? $this->data['order_no'] : "";
?>
</td>
			</tr>

			<tr>
				<th>处理结果:</th>
				<td><?php 
echo Order_Class::refundmentText($this->data['pay_status']);
?>
</td>
			</tr>

			<tr>
				<th>退款商品:</th>
				<?php 
$goodsInfo = JSON::decode($this->data['goods']['goods_array']);
?>
				<td><a class="blue" href="<?php 
echo IUrl::creatUrl("/site/products/id/" . $this->data['goods_id'] . "");
?>
" href="_blank"><?php 
echo isset($goodsInfo['name']) ? $goodsInfo['name'] : "";
?>
예제 #2
0
$queryRefundmentDocList = Api::run('getRefundmentDocList', $user_id);
?>
	    	<?php 
foreach ($queryRefundmentDocList->find() as $key => $item) {
    ?>
                <tr>
                	<td><?php 
    echo isset($item['order_no']) ? $item['order_no'] : "";
    ?>
</td>
                	<td><?php 
    echo isset($item['time']) ? $item['time'] : "";
    ?>
</td>
                	<td><?php 
    echo Order_Class::refundmentText($item['pay_status']);
    ?>
</td>
                	<td>
                		<?php 
    if ($item['pay_status'] == 0) {
        ?>
<a class="blue" href='javascript:delModel({link:"<?php 
        echo IUrl::creatUrl("/ucenter/refunds_del/id/" . $item['id'] . "");
        ?>
"})'>取消</a>|<?php 
    }
    ?>
                		<a class="blue" href="<?php 
    echo IUrl::creatUrl("/ucenter/refunds_detail/id/" . $item['id'] . "");
    ?>
예제 #3
0
					<a href="<?php 
    echo IUrl::creatUrl("/site/home/id/" . $seller_id . "");
    ?>
" target="_blank"><img src="<?php 
    echo IUrl::creatUrl("") . "views/" . $this->theme . "/skin/" . $this->skin . "/images/admin/seller_ico.png";
    ?>
" /></a>
					<?php 
}
?>
				</td>
			</tr>
			<tr class='t_l'>
				<th>处理状态</th>
				<td><?php 
echo Order_Class::refundmentText($pay_status);
?>
</td>
			</tr>
			<tr class='t_l'>
				<th>处理时间:</th><td><?php 
echo isset($dispose_time) ? $dispose_time : "";
?>
</td>
			</tr>
			<tr class='t_l'>
				<th>退款原因:</th><td><?php 
echo isset($content) ? $content : "";
?>
</td>
			</tr>