Parcourir la source

业务处理单过滤

xuhao il y a 5 mois
Parent
commit
c68accbe6c

+ 2 - 2
src/main/java/fi/em/formPlugin/BxdBankListtenerFromPlugin.java

@@ -262,7 +262,7 @@ public class BxdBankListtenerFromPlugin extends AbstractListPlugin implements Pl
             reimburseamount=reimburseamount.subtract(onaccountamount);
             reimburseamount=reimburseamount.subtract(yufuamount);
             this.getModel().setValue("nckd_fukuanamountfield", reimburseamount);
-            this.getModel().setValue("orireceiveamount", reimburseamount, 0);
+            this.getModel().setValue("nckd_orireceiveamount", reimburseamount, 0);
             //刷新分录
             this.getView().updateView("expenseentryentity");
         }else if ("nckd_yufuamount".equals(name)) {
@@ -275,7 +275,7 @@ public class BxdBankListtenerFromPlugin extends AbstractListPlugin implements Pl
             reimburseamount=reimburseamount.subtract(onaccountamount);
             reimburseamount=reimburseamount.subtract(yufuamount);
             this.getModel().setValue("nckd_fukuanamountfield", reimburseamount);
-            this.getModel().setValue("orireceiveamount", reimburseamount, 0);
+            this.getModel().setValue("nckd_orireceiveamount", reimburseamount, 0);
             //刷新分录
             this.getView().updateView("expenseentryentity");
         }