|
|
@ -427,6 +427,12 @@ public class WcsIntegrationServiceImpl implements WcsIntegrationService { |
|
|
//初始化的时候用 一开始栈板是没有位置的 按照第一个入栈的标签来给虚拟位置 后期不需要处理 |
|
|
//初始化的时候用 一开始栈板是没有位置的 按照第一个入栈的标签来给虚拟位置 后期不需要处理 |
|
|
if("TEMP".equals(labelWarehouseId)){ |
|
|
if("TEMP".equals(labelWarehouseId)){ |
|
|
wcsIntegrationMapper.updatePalletLocationCode(site, palletId, "TEMP"); |
|
|
wcsIntegrationMapper.updatePalletLocationCode(site, palletId, "TEMP"); |
|
|
|
|
|
}else if("W01".equals(labelWarehouseId)){ |
|
|
|
|
|
wcsIntegrationMapper.updatePalletLocationCode(site, palletId, "W01"); |
|
|
|
|
|
}else if("Q01".equals(labelWarehouseId)){ |
|
|
|
|
|
wcsIntegrationMapper.updatePalletLocationCode(site, palletId, "Q01"); |
|
|
|
|
|
}else if("W02".equals(labelWarehouseId)){ |
|
|
|
|
|
wcsIntegrationMapper.updatePalletLocationCode(site, palletId, "W02"); |
|
|
}else if("AS".equals(labelLocationId)){ |
|
|
}else if("AS".equals(labelLocationId)){ |
|
|
wcsIntegrationMapper.updatePalletLocationCode(site, palletId, "Virtual_AS"); |
|
|
wcsIntegrationMapper.updatePalletLocationCode(site, palletId, "Virtual_AS"); |
|
|
}else { |
|
|
}else { |
|
|
|