|  | @@ -88,9 +88,9 @@ export default {
 | 
	
		
			
				|  |  |          pageSize: this.page.pageSize,
 | 
	
		
			
				|  |  |        };
 | 
	
		
			
				|  |  |        contrastList(data).then((res) => {
 | 
	
		
			
				|  |  | -        res.rows.map(e=>{
 | 
	
		
			
				|  |  | -          e.srcBillNo=e.fMblno
 | 
	
		
			
				|  |  | -        })
 | 
	
		
			
				|  |  | +        res.rows.map((e) => {
 | 
	
		
			
				|  |  | +          e.srcBillNo = e.fMblno;
 | 
	
		
			
				|  |  | +        });
 | 
	
		
			
				|  |  |          this.tableData = res.rows;
 | 
	
		
			
				|  |  |          this.page.total = res.total;
 | 
	
		
			
				|  |  |        });
 | 
	
	
		
			
				|  | @@ -99,6 +99,9 @@ export default {
 | 
	
		
			
				|  |  |        this.selectionList = rows;
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      importDate() {
 | 
	
		
			
				|  |  | +      if (!this.form.fCorpid) {
 | 
	
		
			
				|  |  | +        return this.$message.error("请选择客户名称");
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  |        if (this.selectionList.length == 0) {
 | 
	
		
			
				|  |  |          return this.$message.error("请选择数据");
 | 
	
		
			
				|  |  |        }
 |