逻辑调整
This commit is contained in:
parent
7bb031f2d1
commit
c303560cb6
|
@ -73,6 +73,7 @@ public class Bill4AFinanceProcess
|
|||
}
|
||||
|
||||
if(itemList != null && itemList.size() > 0) {//筛选后的核算库存子表数大于0
|
||||
iabill.setChildrenVO(itemList.toArray(new I4ItemVO[0]));//子表设置
|
||||
iabillsList.add(iabill);
|
||||
}
|
||||
|
||||
|
@ -99,6 +100,7 @@ public class Bill4AFinanceProcess
|
|||
String cvmivenderid = itemVO.getCvmivenderid();//获取寄存商户id
|
||||
String csourcebillbid = itemVO.getCsourcebillbid();//获取来源单据子表id
|
||||
String csourcetype_zk = querySourceType(csourcebillbid);//转库单来源单据类型
|
||||
//处理备料计划-转库-其它出入库,如果寄存供应商有值
|
||||
if("4K".equals(csourcetype) && StringUtils.isNotEmpty(cvmivenderid)
|
||||
&& "55A3".equals(csourcetype_zk)) {
|
||||
continue;
|
||||
|
@ -109,6 +111,7 @@ public class Bill4AFinanceProcess
|
|||
}
|
||||
|
||||
if(itemList != null && itemList.size() > 0) {//筛选后的核算库存子表数大于0
|
||||
icbill.setChildrenVO(itemList.toArray(new GeneralInBodyVO[0]));//子表设置
|
||||
icbillsList.add(icbill);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue