|  | @@ -1129,8 +1129,8 @@ export default {
 | 
	
		
			
				|  |  |              });
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          application() {
 | 
	
		
			
				|  |  | -            if (this.form.downPayment != 1) return this.$message.error("未申请首款付款");
 | 
	
		
			
				|  |  | -            if (this.form.balancePayment != 1) return this.$message.error("未申请尾款付款");
 | 
	
		
			
				|  |  | +            if (this.form.downPayment != 1) return this.$message.error("未申请首款账单");
 | 
	
		
			
				|  |  | +            if (this.form.balancePayment != 1) return this.$message.error("未申请尾款账单");
 | 
	
		
			
				|  |  |              if (this.form.applyForPayment != 1) return this.$message.error("未申请首款付款");
 | 
	
		
			
				|  |  |              if (this.form.applyForPaymentBalance != 1) return this.$message.error("未申请尾款付款");
 | 
	
		
			
				|  |  |              this.$confirm("确定请核数据?", {
 |