|
@@ -408,15 +408,15 @@ public class SyPackingListFabricItem implements Serializable {
|
|
|
}else{
|
|
|
kaoClothWeight=new BigDecimal(strs[20] );//拷布重
|
|
|
}
|
|
|
- if(strs[22]==null||strs[22].equals("")){//
|
|
|
+ if(strs[21]==null||strs[21].equals("")){//
|
|
|
actualDeclaredQuantity=new BigDecimal(0);//实际报关数量
|
|
|
}else{
|
|
|
- actualDeclaredQuantity=new BigDecimal(strs[22]);//实际报关数量
|
|
|
+ actualDeclaredQuantity=new BigDecimal(strs[21]);//实际报关数量
|
|
|
}
|
|
|
- mannerOfPacking=strs[23];//包装方式
|
|
|
- treatmentMethod=strs[24];//处理方式
|
|
|
- containerNumber=strs[25];//柜号
|
|
|
- remarks2=strs[26];//备注
|
|
|
+ mannerOfPacking=strs[22];//包装方式
|
|
|
+ treatmentMethod=strs[23];//处理方式
|
|
|
+ containerNumber=strs[24];//柜号
|
|
|
+ remarks2=strs[25];//备注
|
|
|
BigDecimal width1=new BigDecimal("0");
|
|
|
BigDecimal gramWeight2=new BigDecimal("0");
|
|
|
if(width!=null&&!width.equals("")){
|