| 
					
				 | 
			
			
				@@ -127,7 +127,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <a-button  size="small">导入</a-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </a-upload> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <a-button  size="small" >生单</a-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <!-- table区域-begin --> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -333,6 +332,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             //获取数据 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             getTableList(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               alertModal.loading("执行中,请稍后!") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              this.selectedRowKeys = [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              this.selectedRows = [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               getAction('/productionOrder/madeProductionOrders/list',this.queryParam).then(res=>{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         alertModal.closeLoading(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         if(res.success){ 
			 |