示例#1
0
    echo isset($item['goods_nums']) ? $item['goods_nums'] : "";
    ?>
</td>
					<td>
						<?php 
    if ($item['is_send'] == 0) {
        ?>
						<input type="checkbox" name="sendgoods[]" value="<?php 
        echo isset($item['id']) ? $item['id'] : "";
        ?>
" />
						<?php 
    } else {
        ?>
						<?php 
        echo Order_class::goodsSendStatus($item['is_send']);
        ?>
						<?php 
    }
    ?>
					</td>
				</tr>
				<?php 
}
?>
			</tbody>
		</table>

		<table width="95%" class="border_table" style="margin:10px auto">
			<col width="100px" />
			<col />