支出合同结算入库单分录增行删行赋值逻辑优化

This commit is contained in:
xuhaihui 2025-08-26 17:46:48 +08:00
parent 04cccc019f
commit 9b511726c7
1 changed files with 0 additions and 1 deletions

View File

@ -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");//工序分摊分录