W出口订单行号逻辑修改;
This commit is contained in:
+1
-1
@@ -1976,7 +1976,7 @@ public class ReservationStockInOrderApplicationService {
|
|||||||
if (lotNo != null) {
|
if (lotNo != null) {
|
||||||
String[] split = lotNo.split("-");
|
String[] split = lotNo.split("-");
|
||||||
if (split.length == 2) {
|
if (split.length == 2) {
|
||||||
gwInDetail.setLine_num(Integer.valueOf(split[1]));
|
gwInDetail.setLine_num(split[1]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
gwInDetail.setItem_no(materialBaseInfoId.toString());
|
gwInDetail.setItem_no(materialBaseInfoId.toString());
|
||||||
|
|||||||
Reference in New Issue
Block a user