• netsuite suitelet 出报表样式的js循环


    <table border='0' cellspacing='0' cellpadding='0' width='100%'>
    <tr>
    <td width=100% colspan=1><table id="__tab" border="0" cellspacing="0" cellpadding="0" width="100%">
    
    <thead>
    <tr class='noprint'  id=header>
    <td height='100%' id="div__lab1" nowrap class="listheadernosort"><div class="smalltext">Original Transaction Type</div></td><td height='100%' id="div__lab2" nowrap class="listheadernosort"><div class="smalltext">Original Date</div></td><td height='100%' id="div__lab3" nowrap class="listheadernosort"><div class="smalltext">Original Number</div></td><td height='100%' id="div__lab4" nowrap class="listheadernosort"><div class="smalltext">Processed Transaction Type</div></td><td height='100%' id="div__lab5" nowrap class="listheadernosort"><div class="smalltext">Processed Number</div></td><td height='100%' id="div__lab6" nowrap class="listheadernosort"><div class="smalltext">Status</div></td><td height='100%' id="div__lab7" nowrap class="listheadernosort"><div class="smalltext">Error Message</div></td></tr>
    </thead>
    <tr id='row0'>
    <td valign=top class="listtext" style="">Sales Order</td>
    <td valign=top class="listtext" style="">12/2/2009</td>
    <td valign=top class="listtext" style=""><a href="/app/accounting/transactions/transaction.nl?id=855" target="_self">10</a></td>
    
    <td valign=top class="listtext" style="">&nbsp;</td>
    <td valign=top class="listtext" style="">&nbsp;</td>
    <td valign=top class="listtext" style="">Failed</td>
    <td valign=top class="listtext" style="">The number of lot numbers entered (0) is not equal to the item quantity (1)</td>
    </tr>
    
    
    </table>
    
    注意上面的规律格式 ,thead 一下 然后for 每个得<tr id='row?'><td></td></tr> 即可生成系统样式的
    
    Processed Orders
    单据进程报告。
    
    
    
  • 相关阅读:
    MORMOT数据库连接池
    TOleDBMSSQLConnectionProperties驱动MSSQL数据库
    mORMot访问远程数据库
    mormot 直接使用UNIDAC引擎操作数据库
    mormot 数据集和JSON互相转换
    Go -- 读取文件内容
    nginx -- 启动, 重启, 关闭
    JS -- 一篇文章掌握RequireJS常用知识
    用JS获取地址栏参数的方法(超级简单)
    git -- 忽略某个文件
  • 原文地址:https://www.cnblogs.com/backuper/p/1388944.html
Copyright © 2020-2023  润新知