支出合同结算入库单分录增行删行赋值逻辑优化
This commit is contained in:
parent
04cccc019f
commit
9b511726c7
|
@ -116,7 +116,6 @@ public class CostAllocatorBillPlugin extends AbstractFormPlugin {
|
||||||
|
|
||||||
// 添加合并逻辑:按费用项目和税率组合合并相同项
|
// 添加合并逻辑:按费用项目和税率组合合并相同项
|
||||||
mergeProcessAllocEntriesByExpenseItemAndRate(processAllocEntityCollection);
|
mergeProcessAllocEntriesByExpenseItemAndRate(processAllocEntityCollection);
|
||||||
|
|
||||||
this.getView().updateView("zcgj_processallocatentity");//刷新工序分摊
|
this.getView().updateView("zcgj_processallocatentity");//刷新工序分摊
|
||||||
} else {
|
} else {
|
||||||
DynamicObjectCollection processAllocEntityCollection = itemEntryCollection.get(0).getDynamicObjectCollection("zcgj_processallocatentity");//工序分摊分录
|
DynamicObjectCollection processAllocEntityCollection = itemEntryCollection.get(0).getDynamicObjectCollection("zcgj_processallocatentity");//工序分摊分录
|
||||||
|
|
Loading…
Reference in New Issue