|  | @@ -131,11 +131,16 @@ export default {
 | 
	
		
			
				|  |  |          this.$set(this.query,'name','国内贸易-采购单')
 | 
	
		
			
				|  |  |          // this.query.name == '国内贸易-采购单'
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  | +      if (this.query.name == '出库工单(L)') {
 | 
	
		
			
				|  |  | +          this.$set(this.query,'name','轮胎商城-出库工单')
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |        getList(
 | 
	
		
			
				|  |  |          this.page.currentPage,
 | 
	
		
			
				|  |  |          this.page.pageSize,
 | 
	
		
			
				|  |  |          Object.assign(this.query)
 | 
	
		
			
				|  |  |        ).then(res => {
 | 
	
		
			
				|  |  | +          console.log(res,139)
 | 
	
		
			
				|  |  |          const data = res.data.data;
 | 
	
		
			
				|  |  |          this.page.total = data.total;
 | 
	
		
			
				|  |  |          this.data = data.records;
 |