|
|
|
@ -576,7 +576,7 @@ public class BomUploadServiceImpl {
|
|
|
|
|
ls_jgdm = "1020";
|
|
|
|
|
}
|
|
|
|
|
if (fileName.contains("手工")) {
|
|
|
|
|
ls_jgdm = "1030";
|
|
|
|
|
ls_jgdm = "1010";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
int cs = 0;
|
|
|
|
@ -619,7 +619,7 @@ public class BomUploadServiceImpl {
|
|
|
|
|
bchxylp.setZdrq(DateUtil.format(DateUtil.date(), "yyyy/MM/dd"));
|
|
|
|
|
if (cbbm.getXbz().equals("N")) {
|
|
|
|
|
if ("N".equals(splitLine[0].substring(0, 1))) {
|
|
|
|
|
ls_jgdm = "1030";
|
|
|
|
|
ls_jgdm = "1010";
|
|
|
|
|
} else {
|
|
|
|
|
ls_jgdm = "1020";
|
|
|
|
|
}
|
|
|
|
@ -630,7 +630,7 @@ public class BomUploadServiceImpl {
|
|
|
|
|
String tzbh = splitLine[0];
|
|
|
|
|
String hxlx = "";
|
|
|
|
|
if (tzbh.substring(4, 5).equals("S")) {
|
|
|
|
|
hxlx = "1030";
|
|
|
|
|
hxlx = "1010";
|
|
|
|
|
} else if (tzbh.substring(4, 5).equals("N")) {
|
|
|
|
|
hxlx = "1020";
|
|
|
|
|
}
|
|
|
|
@ -677,7 +677,7 @@ public class BomUploadServiceImpl {
|
|
|
|
|
bchxylp.setZdrq(DateUtil.format(DateUtil.date(), "yyyy/MM/dd"));
|
|
|
|
|
if (cbbm.getXbz().equals("N")) {
|
|
|
|
|
if ("N".equals(splitLine[0].substring(0, 1))) {
|
|
|
|
|
ls_jgdm = "1030";
|
|
|
|
|
ls_jgdm = "1010";
|
|
|
|
|
} else {
|
|
|
|
|
ls_jgdm = "1020";
|
|
|
|
|
}
|
|
|
|
@ -691,7 +691,7 @@ public class BomUploadServiceImpl {
|
|
|
|
|
String tzbh = splitLine[0];
|
|
|
|
|
String hxlx = "";
|
|
|
|
|
if (tzbh.substring(4, 5).equals("S")) {
|
|
|
|
|
hxlx = "1030";
|
|
|
|
|
hxlx = "1010";
|
|
|
|
|
} else if (tzbh.substring(4, 5).equals("N")) {
|
|
|
|
|
hxlx = "1020";
|
|
|
|
|
}
|
|
|
|
@ -803,7 +803,7 @@ public class BomUploadServiceImpl {
|
|
|
|
|
String tzbh = splitLine[0];
|
|
|
|
|
String hxlx = "";
|
|
|
|
|
if (tzbh.substring(4, 5).equals("S")) {
|
|
|
|
|
hxlx = "1030";
|
|
|
|
|
hxlx = "1010";
|
|
|
|
|
} else if (tzbh.substring(4, 5).equals("N")) {
|
|
|
|
|
hxlx = "1020";
|
|
|
|
|
}
|
|
|
|
@ -871,13 +871,13 @@ public class BomUploadServiceImpl {
|
|
|
|
|
String tzbh = tltLine[0];
|
|
|
|
|
String hxlx = "";
|
|
|
|
|
if (tzbh.substring(0, 1).equals("S")) {
|
|
|
|
|
hxlx = "1030";
|
|
|
|
|
hxlx = "1010";
|
|
|
|
|
} else if (tzbh.substring(0, 1).equals("N")) {
|
|
|
|
|
hxlx = "1020";
|
|
|
|
|
}
|
|
|
|
|
// 根据图纸编号获取 手工,数控 跨位,组立,、
|
|
|
|
|
if (tzbh.substring(4, 5).equals("S")) {
|
|
|
|
|
hxlx = "1030";
|
|
|
|
|
hxlx = "1010";
|
|
|
|
|
} else if (tzbh.substring(4, 5).equals("N")) {
|
|
|
|
|
hxlx = "1020";
|
|
|
|
|
}
|
|
|
|
@ -1342,7 +1342,7 @@ public class BomUploadServiceImpl {
|
|
|
|
|
// String hxlx="";
|
|
|
|
|
// // 根据图纸编号获取 手工,数控 跨位,组立,、
|
|
|
|
|
// if(tzbh.substring(4,5).equals("S")){
|
|
|
|
|
// hxlx = "1030";
|
|
|
|
|
// hxlx = "1010";
|
|
|
|
|
// }else if(tzbh.substring(4,5).equals("N")){
|
|
|
|
|
// hxlx = "1020";
|
|
|
|
|
// }
|
|
|
|
@ -1429,7 +1429,7 @@ public class BomUploadServiceImpl {
|
|
|
|
|
String hxlx = "";
|
|
|
|
|
// 根据图纸编号获取 手工,数控 跨位,组立,、
|
|
|
|
|
if (tzbh.substring(4, 5).equals("S")) {
|
|
|
|
|
hxlx = "1030";
|
|
|
|
|
hxlx = "1010";
|
|
|
|
|
} else if (tzbh.substring(4, 5).equals("N")) {
|
|
|
|
|
hxlx = "1020";
|
|
|
|
|
}
|
|
|
|
@ -1486,7 +1486,7 @@ public class BomUploadServiceImpl {
|
|
|
|
|
String hxlx = "";
|
|
|
|
|
// 根据图纸编号获取 手工,数控 跨位,组立,、
|
|
|
|
|
if (tzbh.substring(4, 5).equals("S")) {
|
|
|
|
|
hxlx = "1030";
|
|
|
|
|
hxlx = "1010";
|
|
|
|
|
} else if (tzbh.substring(4, 5).equals("N")) {
|
|
|
|
|
hxlx = "1020";
|
|
|
|
|
}
|
|
|
|
@ -1519,9 +1519,9 @@ public class BomUploadServiceImpl {
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
if ("XX".equalsIgnoreCase(bh)) {
|
|
|
|
|
return "焊接机器人肘板";
|
|
|
|
|
return "焊接机器人肘板"; // todo 小组
|
|
|
|
|
} else if ("GX".equalsIgnoreCase(bh)) {
|
|
|
|
|
return "光电";
|
|
|
|
|
return "光电"; // todo
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
String bh1 = tzbh.substring(7, 8);
|
|
|
|
|