zoukankan      html  css  js  c++  java
  • 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
    单据进程报告。
    
    
    
  • 相关阅读:
    Zookeeper 基础知识【1】
    Spark 基础复习【1】
    ZooKeeper 入门 一致性
    Hive 视图 索引
    Yarn调度 历史与基础
    mysql 优化【1】
    TCP IP知识梳理
    Java 基础 锁
    Spark 累加器使用
    RATE-MAX----beta答辩博客
  • 原文地址:https://www.cnblogs.com/backuper/p/1388944.html
Copyright © 2011-2022 走看看