jiazx0107@163.com
2023-07-04 785ce007ce4b7b2119a99aacc95cefe9da09e32e
igds-inout/src/main/java/com/ld/igds/inout/manager/InoutCommonManager.java
@@ -30,6 +30,8 @@
    private DicTriggerService dicTriggerService;
    @Resource
    private InoutService inoutService;
    @Resource
    private InoutEventControlManager inoutEventControl;
    /**
     * 获取出入库的整个流程信息
@@ -156,12 +158,11 @@
    public void initInoutScreen(String companyId, String deptId) {
        if (StringUtils.isEmpty(companyId)) return;
        if (StringUtils.isEmpty(deptId)) return;
        inoutService.notifyToScreen(companyId, deptId, null);
        inoutEventControl.initInoutScreen(companyId, deptId, null);
    }
    public List<InoutData> getListInoutCache(String deptId) {
        return inoutService.getListInoutCache(deptId);
    }
    public List<InoutData> getCompleteListInoutCache(String deptId) {