日期:2014-05-16 浏览次数:20384 次
<table class=tableframe style=word-break:break-all width="98%" align=center id="contenttableid" >
<tbody>
<tr class=listtitle>
<td class=listcelltitle align=middle islock="true" width="33px"></td>
<td class=listcelltitle align=middle height="25" width=200><div> 物料名称</div></td>
<td class=listcelltitle align=middle height="25" width=100><div> 最小发注量</div></td>
<td class=listcelltitle align=middle height="25" width=100><div> 采购周期</div></td>
</tr>
<!-- BEGIN BXBK -->
<tr class=listrow1 bgcolor="{bgcolor}" onClick="changecolor(this,'#FFEA96','1','#FFEA96');" >
<td class=listcellrow style='WIDTH: 10px;'><input type='checkbox' id=arrlabel name='checknote[{i}]' value='{vmat_name}' ></td>
<td class=listcellrow noWrap align=left height='23' >{vmat_name}</td>
<td class=listcellrow noWrap align=left height='23' ><input type="text" name="mat_zxfzl[]" id="mat_zxfzl[{i}]" size="12"></td>
<td class=listcellrow noWrap align=left height='23' ><input type="text" name="mat_cgzq[]" id="mat_cgzq[{i}]" size="12">(天)</td>
</tr>
<!-- END BXBK -->
</tbody>
</table>
$(function(){
$trs = $("input:checked").parentsUntil("tr").parent();
$.each($trs, function(index1, tr){
$.each($(this).find("td:gt(1)"), function(index2, td){
&nbs