|
@@ -417,6 +417,9 @@ public class SyPackingListFabricItem implements Serializable {
|
|
width="0";
|
|
width="0";
|
|
}
|
|
}
|
|
if(gramWeight!=null&&!gramWeight.equals("")){
|
|
if(gramWeight!=null&&!gramWeight.equals("")){
|
|
|
|
+ if(gramWeight.indexOf("克")>0){
|
|
|
|
+ gramWeight=strs[10].substring(0,strs[10].length()-1);
|
|
|
|
+ }
|
|
gramWeight2=new BigDecimal(gramWeight);
|
|
gramWeight2=new BigDecimal(gramWeight);
|
|
}else{
|
|
}else{
|
|
gramWeight="0";
|
|
gramWeight="0";
|