xuhao преди 5 месеца
родител
ревизия
c68accbe6c
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/main/java/fi/em/formPlugin/BxdBankListtenerFromPlugin.java

+ 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");
         }