工序成本预算表单合计行问题处理

This commit is contained in:
zhangzhiguo 2025-11-21 09:36:02 +08:00
parent c3cf159a4a
commit 28de0f7263
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@ public class AimcostcbsbillEditUIExt extends AbstractEccoBillPlugin implements B
this.getView().updateView("totalamount"); this.getView().updateView("totalamount");
this.refershTreeEnable(); this.refershTreeEnable();
this.setSumToRow("treeentryentity", new String[]{"oldamount", "pdamount"}); //this.setSumToRow("treeentryentity", new String[]{"oldamount", "pdamount"}); //注释原因导致汇总预付金额异常
this.getView().getFormShowParameter().setCustomParam("isPdamountChange", "false"); this.getView().getFormShowParameter().setCustomParam("isPdamountChange", "false");
} }
} }