alert('订单不存在或您没有权限查看');history.back();"; exit; } // 获取订单项信息 $sql = "SELECT oi.*, p.ProductName,ps.spec_name FROM order_items oi LEFT JOIN products p ON oi.product_id = p.id LEFT JOIN product_specifications ps ON oi.specification_id = ps.id WHERE oi.order_id = $id"; $itemsResult = mysqli_query($conn, $sql); $orderItems = []; while ($itemRow = mysqli_fetch_assoc($itemsResult)) { $orderItems[] = $itemRow; } } else { echo ""; exit; } ?> 订单详情

订单信息

销售订单号:
客户: -
出货日期:
创建时间:
最后更新:
销售员:

订单产品

产品
规格
数量
单位
单价
总价
$item): ?>
订单总额:

订单备注

无备注