Server : Apache
System : Linux iZ6xhqomji47p1Z 5.10.134-15.al8.x86_64 #1 SMP Thu Jul 20 00:44:04 CST 2023 x86_64
User : www ( 1000)
PHP Version : 8.1.30
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Directory :  /www/wwwroot/fsjlkj.cn/application/admin/template/member/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : /www/wwwroot/fsjlkj.cn/application/admin/template/member/article_order_details.htm
{include file="public/layout" /}
<body class="bodystyle" style="overflow-y: scroll; cursor: default; -moz-user-select: inherit;">
<style type="text/css">
    .system_table{ border: 1px solid #dcdcdc; width: 100%;}
    .system_table td{ height: 40px; line-height: 40px; font-size: 12px; color: #454545; border-bottom: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; width: 35%; padding-left: 1%;}
    .system_table td.gray_bg{ background: #f7f7f7; width: 15%;}
</style>
<div id="append_parent"></div>
<div id="ajaxwaitid"></div>
<div class="page">
    <div class="flexigrid">
        <form class="form-horizontal">
            <div class="ncap-form-default">
                <table cellpadding="0" cellspacing="0" class="system_table">
                    <tbody>
                        <tr>
                            <td class="gray_bg">订单ID:</td>
                            <td>{$OrderData.order_id}</td>
                            <td class="gray_bg">订单编号:</td>
                            <td>{$OrderData.order_code}</td>
                        </tr>

                        <tr>
                            <td class="gray_bg">用户名:</td>
                            <td>{$UsersData.username}</td>
                            <td class="gray_bg">手机号码:</td>
                            <td>{$UsersData.mobile}</td>
                        </tr>

                        <tr>
                            <td class="gray_bg">订单金额:</td>
                            <td>¥{$OrderData.order_amount}</td>
                            <td class="gray_bg">订单状态:</td>
                            <td>{eq name="$OrderData.order_status" value="0"}未付款{else/}已付款{/eq}</td>
                        </tr>
                        
                        <tr>
                            <td class="gray_bg">下单时间:</td>
                            <td>{$OrderData.add_time|MyDate='Y-m-d H:i:s',###}</td>
                            <td class="gray_bg">付款时间:</td>
                            <td>{neq name="$OrderData.pay_time" value="0"}{$OrderData.pay_time|MyDate='Y-m-d H:i:s',###}{/neq}</td>
                        </tr>

                        <tr>
                            <td class="gray_bg">商品ID:</td>
                            <td>{$OrderData.product_id}</td>
                            <td class="gray_bg">商品名称:</td>
                            <td>
                                <a href="{$OrderData.arcurl}" target="_blank">
                                    <img src="{$OrderData.product_litpic}" style="width: 60px;height: 60px;">
                                    &nbsp; &nbsp; &nbsp;
                                    {$OrderData.product_name}
                                </a>
                            </td>
                        </tr>
                    </tbody>
                </table>
            </div>
        </form>
    </div>
</div>
{include file="public/footer" /}