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