|
|
@ -1586,7 +1586,10 @@ public class BomUploadServiceImpl {
|
|
|
|
System.out.println("e.getWpggZ().split(\"\\\\*\")[0] = " + e.getWpgg().split("\\*")[0]);
|
|
|
|
System.out.println("e.getWpggZ().split(\"\\\\*\")[0] = " + e.getWpgg().split("\\*")[0]);
|
|
|
|
System.out.println("e.getWpggZ().split(\"\\\\*\")[0] = " + e.getWpgg());
|
|
|
|
System.out.println("e.getWpggZ().split(\"\\\\*\")[0] = " + e.getWpgg());
|
|
|
|
dmBom.setBh(new BigDecimal(e.getWpgg().split("\\*")[0]));
|
|
|
|
dmBom.setBh(new BigDecimal(e.getWpgg().split("\\*")[0]));
|
|
|
|
dmBom.setBc(new BigDecimal(e.getWpgg().split("\\*")[2]));
|
|
|
|
try {
|
|
|
|
|
|
|
|
dmBom.setBc(new BigDecimal(e.getWpgg().split("\\*")[2]));
|
|
|
|
|
|
|
|
}catch (Exception e0){}
|
|
|
|
|
|
|
|
|
|
|
|
String tzbh = e.getTzbh();
|
|
|
|
String tzbh = e.getTzbh();
|
|
|
|
String hxlx = "";
|
|
|
|
String hxlx = "";
|
|
|
|
// 根据图纸编号获取 手工,数控 跨位,组立,、
|
|
|
|
// 根据图纸编号获取 手工,数控 跨位,组立,、
|
|
|
|