|  | @@ -598,7 +598,7 @@ export default {
 | 
	
		
			
				|  |  |            label: "fItemsStatus",
 | 
	
		
			
				|  |  |            name: "入库状态",
 | 
	
		
			
				|  |  |            checked: 0,
 | 
	
		
			
				|  |  | -          fixed: "left",
 | 
	
		
			
				|  |  | +          // fixed: "left",
 | 
	
		
			
				|  |  |            width: 100,
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          {
 | 
	
	
		
			
				|  | @@ -606,7 +606,7 @@ export default {
 | 
	
		
			
				|  |  |            label: "fCorpid",
 | 
	
		
			
				|  |  |            name: "客户",
 | 
	
		
			
				|  |  |            checked: 0,
 | 
	
		
			
				|  |  | -          fixed: "left",
 | 
	
		
			
				|  |  | +          // fixed: "left",
 | 
	
		
			
				|  |  |            width: 100,
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          {
 | 
	
	
		
			
				|  | @@ -614,7 +614,7 @@ export default {
 | 
	
		
			
				|  |  |            label: "fGoodsid",
 | 
	
		
			
				|  |  |            name: "品名",
 | 
	
		
			
				|  |  |            checked: 0,
 | 
	
		
			
				|  |  | -          fixed: "left",
 | 
	
		
			
				|  |  | +          // fixed: "left",
 | 
	
		
			
				|  |  |            width: 100,
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          {
 | 
	
	
		
			
				|  | @@ -629,7 +629,7 @@ export default {
 | 
	
		
			
				|  |  |            label: "fBsdate",
 | 
	
		
			
				|  |  |            name: "入库日期",
 | 
	
		
			
				|  |  |            checked: 0,
 | 
	
		
			
				|  |  | -          fixed: "left",
 | 
	
		
			
				|  |  | +          // fixed: "left",
 | 
	
		
			
				|  |  |            width: 100,
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          {
 | 
	
	
		
			
				|  | @@ -909,6 +909,7 @@ export default {
 | 
	
		
			
				|  |  |              : null;
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  |          this.warehousebillsList = response.rows;
 | 
	
		
			
				|  |  | +        console.log(this.warehousebillsList)
 | 
	
		
			
				|  |  |          this.total = response.total;
 | 
	
		
			
				|  |  |          this.loading = false;
 | 
	
		
			
				|  |  |        });
 |