|  | @@ -315,7 +315,7 @@ export default {
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    methods: {
 | 
	
		
			
				|  |  |      thisAmountChange(row) {
 | 
	
		
			
				|  |  | -      let num = Number(row.totalMoney) - Number(row.paymentAmountTl)
 | 
	
		
			
				|  |  | +      let num = Number(row.accountsAmount) - Number(row.accountsAmount)
 | 
	
		
			
				|  |  |        if (row.thisAmount > num) {
 | 
	
		
			
				|  |  |          this.$message.error("请正确输入本次金额!");
 | 
	
		
			
				|  |  |          this.$set(row, 'thisAmount', 0)
 | 
	
	
		
			
				|  | @@ -329,7 +329,7 @@ export default {
 | 
	
		
			
				|  |  |        })
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      thisReAmountChange(row) {
 | 
	
		
			
				|  |  | -      let num = Number(row.totalMoney) - Number(row.paymentAmountTl)
 | 
	
		
			
				|  |  | +      let num = Number(row.accountsAmount) - Number(row.accountsAmount)
 | 
	
		
			
				|  |  |        if (row.thisRefundAmount > num) {
 | 
	
		
			
				|  |  |          this.$message.error("请正确输入本次金额!");
 | 
	
		
			
				|  |  |          this.$set(row, 'thisRefundAmount', 0)
 |