示例#1
0
    ?>
');">合</span>
					<span class="prt" title="快递单打印" onclick="window.open('<?php 
    echo IUrl::creatUrl("/order/expresswaybill_template/id/" . $item['id'] . "");
    ?>
');">递</span>
				</td>
				<td>
					<a class="order_deliery" data-id="<?php 
    if (Order_class::isGoDelivery($item)) {
        echo IUrl::creatUrl("/seller/order_deliver/id/" . $item['id'] . "");
    } else {
    }
    ?>
" href="<?php 
    if (Order_class::isGoDelivery($item)) {
        echo IUrl::creatUrl("/seller/order_deliver/id/" . $item['id'] . "");
    } else {
        ?>
javascript:alert('此单不满足发货条件');<?php 
    }
    ?>
"><img class="operator" src="<?php 
    echo IUrl::creatUrl("") . "views/" . $this->theme . "/skin/" . $this->skin . "/images/main/icn_jump_back.png";
    ?>
" title="立即发货" alt="立即发货" /></a>
					<a href="<?php 
    echo IUrl::creatUrl("/seller/order_show/id/" . $item['id'] . "");
    ?>
"><img title="订单详情" alt="订单详情" src="<?php 
    echo IUrl::creatUrl("") . "views/" . $this->theme . "/skin/" . $this->skin . "/images/main/icn_settings.png";