|
|
|
@ -390,7 +390,7 @@ public class InvCountOrderServiceImpl implements InvCountOrderService {
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
|
|
for (String code : profitCodes) {
|
|
|
|
|
log.info("添加盘盈天马条码");
|
|
|
|
|
log.info("添加盘盈入库条码");
|
|
|
|
|
if (!verifyCodeExist(inOrderCodes, code)) {
|
|
|
|
|
//生成码详情
|
|
|
|
|
WarehouseEntity warehouseEntity = buildWarehouse(invCountOrder, code, invCountOrderDetail.getProductId());
|
|
|
|
@ -487,7 +487,7 @@ public class InvCountOrderServiceImpl implements InvCountOrderService {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (IntUtil.value(invCountOrderDetail.getProfitNum()) > 0) {
|
|
|
|
|
WarehouseEntity warehouseEntity = buildCodeEntity(invCountOrderDetail, invCountOrder, ConstantType.TYPE_OUT);
|
|
|
|
|
WarehouseEntity warehouseEntity = buildCodeEntity(invCountOrderDetail, invCountOrder, ConstantType.TYPE_PUT);
|
|
|
|
|
warehouseEntity.setSupId(getSupId(warehouseEntity));
|
|
|
|
|
profitCodesList.add(warehouseEntity);
|
|
|
|
|
}
|
|
|
|
|