demand: OMS-对货管理-进仓对货-子进仓单点击进仓确认,修改子进仓单确认状态为已确认,主进仓单确认状态为部分确认
This commit is contained in:
parent
79effb0e60
commit
d26f4bba15
@ -195,6 +195,8 @@ public class WarehouseInController extends BaseController
|
|||||||
try {
|
try {
|
||||||
// 部分确认
|
// 部分确认
|
||||||
if(!StringUtils.isEmpty(emisWarehouseInBatch.getSerialNo())) {
|
if(!StringUtils.isEmpty(emisWarehouseInBatch.getSerialNo())) {
|
||||||
|
emisWarehouseInBatchService.cusConfirmAllWsInByOms(emisWarehouseInBatch);
|
||||||
|
emisWarehouseInBatch.setConfirmStatus("1");
|
||||||
return toAjax(emisWarehouseInBatchService.cusConfirmBatchWsInByOms(emisWarehouseInBatch));
|
return toAjax(emisWarehouseInBatchService.cusConfirmBatchWsInByOms(emisWarehouseInBatch));
|
||||||
}
|
}
|
||||||
// 全部确认
|
// 全部确认
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user