Commit 465c8d8e280e31ee106eb40cfb286af5b401befe

Authored by zlz
2 parents a9e6df19 c9bc0cb8

Merge branch 'minhang' of http://222.66.0.204:8090/panzhaov5/bsth_control into minhang

src/main/resources/static/pages/forms/statement/waybill.html
@@ -303,9 +303,12 @@ @@ -303,9 +303,12 @@
303 $("#info tbody tr").each(function(index){ 303 $("#info tbody tr").each(function(index){
304 param[index] = new Array(); 304 param[index] = new Array();
305 $(this).children().each(function(i){ 305 $(this).children().each(function(i){
306 - param[index][i] = $(this).text().split("\\")[0];  
307 - if(i==0){  
308 - param[index][3] = $(this).text().split("\\")[1]; 306 + if(i<3){
  307 + param[index][i] = $(this).text().split("\\")[0];
  308 + if(i==0){
  309 + param[index][3] = $(this).text().split("\\")[1];
  310 +
  311 + }
309 } 312 }
310 }); 313 });
311 }); 314 });