Server : Apache System : Linux iZ2vcgyutqttsd1p850kl8Z 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64 User : www ( 1000) PHP Version : 5.6.40 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/saimikebio.com/mobile/ecshopjcw/templates/ |
{if $full_page} <!-- $Id: users_list.htm 15617 2009-02-18 05:18:00Z sunxiaodong $ --> {include file="pageheader.htm"} {insert_scripts files="../data/static/js/utils.js,./js/listtable.js"} <form method="POST" action="" name="listForm"> <!-- start users list --> <div class="list-div" id="listDiv"> {/if} <!--用户列表部分--> <table cellpadding="3" cellspacing="1"> <tr> <th>订单号</th> <th>分成总金额</th> <th>比列</th> <th>分得金额</th> <th>状态</th> </tr> {foreach from=$logdb item=val} <tr> <td align="center"><a href="order.php?act=info&order_id={$val.order_id}">{$val.order_sn}</a></td> <td align="center">{$val.fencheng}</td> <td align="center">{$val.level_money}</td> <td align="center">{$val.set_money}</td> <td align="center">{if $val.is_separate eq 0}未分成{else}已分成{/if}</td> </tr> {foreachelse} <tr><td class="no-records" colspan="12">{$lang.no_records}</td></tr> {/foreach} </table> {if $full_page} </div> <!-- end users list --> </form> <script type="text/javascript" language="JavaScript"> <!-- {literal} onload = function() { document.forms['searchForm'].elements['keyword'].focus(); // 开始检查订单 startCheckOrder(); } //--> </script> {/literal} {include file="pagefooter.htm"} {/if}