|
|
@@ -312,7 +312,7 @@
|
|
|
html+='<td class="tg-031e" >'+arr[i].small_num+'件*'+parseInt(arr[i].num)+'张'+'</td>';
|
|
|
}else if (arr[i].mater_type==2){
|
|
|
html+= '<td class="tg-031e">kg</td>';
|
|
|
- html+='<td class="tg-031e">'+arr[i].l_weight+'</td>';
|
|
|
+ html+='<td class="tg-031e">'+arr[i].l_weight +'</td>';
|
|
|
html+='<td class="tg-031e" >'+arr[i].small_num+'件*'+parseFloat(arr[i].num)/1000+'kg'+'</td>';
|
|
|
}else if (arr[i].mater_type==3){
|
|
|
html+= '<td class="tg-031e">万支</td>';
|