TBODY2

来源:互联网 发布:英语六级怎么准备知乎 编辑:程序博客网 时间:2024/06/07 17:12
   docListTrArr.push("'"+checkerList[i].PRODUCT_FAMILY+"'");
      docListTrArr.push(' id="productFamilyId"/></td><td align="center" width="20%" noWrap="noWrap">'+checkerList[i].PRODUCT_NAME+'<input type="hidden" value=');
      docListTrArr.push("'"+checkerList[i].PRODUCT+"'");
      docListTrArr.push(' id="productId" ></td><td align="center" width="30%" noWrap="noWrap">'+checkerList[i].SECOND_HANDLER+'<input type="hidden" value=');
      docListTrArr.push("'"+checkerList[i].SECOND_HANDLER+"'");
      docListTrArr.push(' id="checkerId" /></td><td align="center" width="5%" noWrap="noWrap"><img style="cursor:hand" width="16" height="16" src="../../images/mySupport/icoDelete.gif" ');
      docListTrArr.push('onclick=deleteChecker(');
      docListTrArr.push("'"+ccode+"'");
      docListTrArr.push(') ></td>');
               docListTrArr.push('</tr>'); 
         }
           
            $("#product_doc_table_body").html("");
      $("#product_doc_table_body").append(docListTrArr.join(''));
   }