|
|
@ -1259,6 +1259,11 @@ public class WmsInventoryAllocateBillService extends MybatisBaseService<WmsInven |
|
|
|
appMap.put("type", "3"); |
|
|
|
variables.put("app", appMap); |
|
|
|
bv.setFormVariables(variables); |
|
|
|
SysOrganizationVo sysOrganization = sysOrganizationFeign.fetchBySid(wmsInventoryAllocateBill.getDeptSid()).getData(); |
|
|
|
if (sysOrganization != null) { |
|
|
|
bv.setOrgSidPath(sysOrganization.getOrgSidPath()); |
|
|
|
} |
|
|
|
bv.setModelId(wmsInventoryAllocateBill.getProcDefId()); |
|
|
|
//特殊处理
|
|
|
|
//获取调入方组织信息
|
|
|
|
SysOrganizationVo drOrg = sysOrganizationFeign.fetchBySid(wmsInventoryAllocateBill.getInPlatSid()).getData(); |
|
|
@ -1297,7 +1302,6 @@ public class WmsInventoryAllocateBillService extends MybatisBaseService<WmsInven |
|
|
|
bv.setNextNodeUserSids(substring); |
|
|
|
} |
|
|
|
} |
|
|
|
bv.setModelId(wmsInventoryAllocateBill.getProcDefId()); |
|
|
|
if (bv.getTaskId().equals(wmsInventoryAllocateBill.getTaskId())) { |
|
|
|
ResultBean<UpdateFlowFieldVo> resultBean = flowFeign.handleProsess(bv); |
|
|
|
if (!resultBean.getSuccess()) { |
|
|
|