📄 orderdd.php
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>处理订单</title>
<link rel="stylesheet" type="text/css" href="css/font.css">
<?php
include("conn/conn.php");
$id=$_GET[id];
$sql=mysql_query("select * from tb_dingdan where id='".$id."'",$conn);
$info=mysql_fetch_array($sql);
?>
<style type="text/css">
<!--
.style2 {color: #f2ab5b}
.style2 {color: #FF0000}
.style3 {color: #000000}
.style4 {color: #990000}
-->
</style>
</head>
<body topmargin="0" leftmargin="0" bottommargin="0">
<table width="750" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="20" bgcolor="#FFCF60"><div align="center" class="style4">执行处置</div></td>
</tr>
<tr>
<td bgcolor="#333333"><table width="750" border="0" align="center" cellpadding="0" cellspacing="1">
<form name="form1" method="post" action="saveorder.php?id=<?php echo $info[id];?>">
<tr>
<td width="70" height="25" bgcolor="#FFFFFF"><div align="center" class="style3">订单编号:</div></td>
<td width="271" bgcolor="#FFFFFF"><div align="left"><?php echo $info[dingdanhao];?></div></td>
<td width="100" bgcolor="#FFFFFF"><div align="center"><span class="style3">已收款</span>
<input type="checkbox" value="已收款" name="ysk"></div></td>
<td width="101" bgcolor="#FFFFFF"><div align="center"><span class="style3">已发货</span>
<input name="yfh" type="checkbox" value="已发货" >
</div></td>
<td width="100" bgcolor="#FFFFFF"><div align="center"><span class="style3">已收货</span>
<input name="ysh" type="checkbox" value="已收货" >
</div></td>
<td width="101" bgcolor="#FFFFFF"><div align="center"><input type="submit" value="修改" class="buttoncss"></div></td>
</tr>
</form>
</table></td>
</tr>
</table>
<table width="750" height="20" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="13"><div align="left">
<div align="center" class="style2">注:一旦商品确定发货,该商品数量将自动从库存中相应减少,并且不可更改!</div>
</div></td>
</tr>
</table>
<table width="750" height="50" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#CCCCCC"><table width="750" border="0" align="center" cellpadding="0" cellspacing="1">
<tr bgcolor="#FFCF60">
<td width="106" height="20"><div align="center" class="style4">商 品 名 称</div></td>
<td width="106"><div align="center" class="style4">数量</div></td>
<td width="106"><div align="center" class="style4">市场价</div></td>
<td width="106"><div align="center" class="style4">会员价</div></td>
<td width="106" height="20"><div align="center" class="style4">成交价</div></td>
<td width="106"><div align="center" class="style4">折扣</div></td>
<td><div align="center" class="style4">小 计</div></td>
</tr>
<?php
$array=explode("@",$info[spc]);
$arraysl=explode("@",$info[slc]);
$total=0;
for($i=0;$i<count($array)-1;$i++)
{
if($array[$i]!="")
{
$sql1=mysql_query("select * from tb_shangpin where id='".$array[$i]."'",$conn);
$info1=mysql_fetch_array($sql1);
$total=$total+$info1[huiyuanjia]*$arraysl[$i];
?>
<tr>
<td height="25" bgcolor="#FFFFFF"><div align="left"> <?php echo $info1[mingcheng];?></div></td>
<td height="25" bgcolor="#FFFFFF"><div align="center"><?php if($info1[shuliang]<0) echo "售完"; else echo $arraysl[$i];?></div></td>
<td height="25" bgcolor="#FFFFFF"><div align="center"><?php echo $info1[shichangjia];?></div></td>
<td height="25" bgcolor="#FFFFFF"><div align="center"><?php echo $info1[huiyuanjia];?></div></td>
<td height="25" bgcolor="#FFFFFF"><div align="center"><?php echo $info1[huiyuanjia];?></div></td>
<td height="25" bgcolor="#FFFFFF"><div align="center"><?php echo ceil(($info1[huiyuanjia]/$info1[shichangjia])*100);?>%</div></td>
<td height="25" bgcolor="#FFFFFF"><div align="center"><?php echo $info1[huiyuanjia]*$arraysl[$i];?></div></td>
</tr>
<?php
}
}
?>
</table></td>
</tr>
</table>
<table width="750" height="20" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><div align="right" class="style3">合计:<?php echo $total;?> 元 </div></td>
</tr>
</table>
<table width="750" height="195" border="0" align="center" cellpadding="0" cellspacing="1">
<tr>
<td height="193" bgcolor="#333333"><table width="750" height="151" border="0" align="center" cellpadding="0" cellspacing="1">
<tr bgcolor="#FFCF60">
<td height="20" colspan="2"><div align="center" class="style4">收货人信息</div></td>
</tr>
<tr>
<td width="120" height="25" bgcolor="#FFFFFF"><div align="center" class="style3">收货人姓名:</div></td>
<td width="627" bgcolor="#FFFFFF"><div align="left"><?php echo $info[shouhuoren];?></div></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF"><div align="center" class="style3">详细地址:</div></td>
<td height="25" bgcolor="#FFFFFF"><div align="left"><?php echo $info[dizhi];?></div></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF"><div align="center" class="style3">邮 编:</div></td>
<td height="25" bgcolor="#FFFFFF"><div align="left"><?php echo $info[youbian];?></div></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF"><div align="center" class="style3">电 话:</div></td>
<td height="25" bgcolor="#FFFFFF"><div align="left"><?php echo $info[tel];?></div></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF"><div align="center" class="style3">电子邮件:</div></td>
<td height="25" bgcolor="#FFFFFF"><div align="left"><?php echo $info[email];?></div></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF"><div align="center" class="style3">送货方式:</div></td>
<td height="25" bgcolor="#FFFFFF"><div align="left"><?php echo $info[shff];?></div></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF"><div align="center" class="style3">支付方式:</div></td>
<td height="25" bgcolor="#FFFFFF"><div align="left"><?php echo $info[zfff];?></div></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF"><div align="center" class="style3">简单留言:</div></td>
<td height="25" bgcolor="#FFFFFF"><div align="left"><?php echo $info[leaveword];?></div></td>
</tr>
</table></td>
</tr>
</table>
<table width="750" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="20" align="center"> <input name="button" type="button" class="buttoncss" onClick="javascript:history.back();" value="返回"> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -