소스 검색

业务处理单过滤

xuhao 7 달 전
부모
커밋
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");
         }