| 
					
				 | 
			
			
				@@ -25,6 +25,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <dilTable 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         v-bind.sync="truck" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         @radio-change="currentRadioChange1" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+         
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ></dilTable> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <span slot="footer" class="dialog-footer"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-button @click="dialogTableVisible = false">取 消</el-button> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -37,7 +38,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <el-tabs v-model="activeName"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 已下发 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-tab-pane label="未接收" name="first"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <dilTable v-bind.sync="first"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <dilTable v-bind.sync="first" max-height="300"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <el-table-column fixed="right" label="操作" width="100"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <template slot-scope="scope"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <el-button @click="updateClick(scope)" type="text" size="small"> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -52,7 +53,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </el-tab-pane> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 已接收 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-tab-pane label="已接收" name="Received"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <dilTable v-bind.sync="Received"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <dilTable v-bind.sync="Received" max-height="300"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <el-table-column fixed="right" label="操作" width="100"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <template slot-scope="scope"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <el-button @click="deleteClick(scope)" type="text" size="small"> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -64,11 +65,11 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </el-tab-pane> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 已完成 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-tab-pane label="已完成" name="completed"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <dilTable v-bind.sync="completed"> </dilTable> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <dilTable v-bind.sync="completed" max-height="300"> </dilTable> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </el-tab-pane> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 已派单 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-tab-pane label="已派单" name="dispatched"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <dilTable v-bind.sync="dispatched"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <dilTable v-bind.sync="dispatched" max-height="300"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <el-table-column fixed="right" label="操作" width="100"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <template slot-scope="scope"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <el-button 
			 |