rev:成品报废导入
This commit is contained in:
@@ -488,10 +488,10 @@ public class ProductScrapServiceImpl implements ProductScrapService {
|
|||||||
String pcsn = list.get(0).toString();
|
String pcsn = list.get(0).toString();
|
||||||
// sap批次号
|
// sap批次号
|
||||||
String sap_pcsn = list.get(1).toString();
|
String sap_pcsn = list.get(1).toString();
|
||||||
// 木箱号
|
/* // 木箱号
|
||||||
String box_no = list.get(2).toString();
|
String box_no = list.get(2).toString();
|
||||||
// 重量
|
// 重量
|
||||||
String qty = list.get(3).toString();
|
String qty = list.get(3).toString();*/
|
||||||
|
|
||||||
// 子卷号和批次号必须有一个不为空
|
// 子卷号和批次号必须有一个不为空
|
||||||
if (ObjectUtil.isEmpty(pcsn) && ObjectUtil.isEmpty(sap_pcsn)) {
|
if (ObjectUtil.isEmpty(pcsn) && ObjectUtil.isEmpty(sap_pcsn)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user