Merge branch 'develop' into feature/NoScanning
This commit is contained in:
commit
ee7568d987
|
|
@ -1195,7 +1195,7 @@ public class NormalPGIController extends BaseController {
|
|||
content.setReceiveType("BY_DELIVERY");
|
||||
content.setLineVOList(new ArrayList<>());
|
||||
dto.setContent(content);
|
||||
dto.setCode("SCAN_RCV_RECEIVE_TO_SRM");
|
||||
dto.setCode("WMS_RCV_RECEIVE_TO_SRM");
|
||||
qcDto.setPushDto(dto);
|
||||
}
|
||||
srmPushDto = qcDto.getPushDto();
|
||||
|
|
|
|||
|
|
@ -98,6 +98,7 @@ public class OutAssistanceController extends BaseController {
|
|||
|
||||
@Resource
|
||||
private IOptRecordService optRecordService;
|
||||
|
||||
@Resource
|
||||
private IWmsOutProduceService outProduceService;
|
||||
|
||||
|
|
|
|||
|
|
@ -519,6 +519,7 @@ public class StructuralPackageOrderController extends BaseController {
|
|||
|
||||
/**
|
||||
* 获取托盘零件列表
|
||||
*
|
||||
* @param id 订单id
|
||||
*/
|
||||
@GetMapping("getItems")
|
||||
|
|
|
|||
Loading…
Reference in New Issue