|  |  |  | @ -18,7 +18,7 @@ | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |       </el-col> | 
			
		
	
		
			
				
					|  |  |  |  |       <el-col :span="8" style="border: 1px solid #e3dfe1; margin-left: 20px; padding: 15px;height: 700px;"> | 
			
		
	
		
			
				
					|  |  |  |  |         <h2 style="font-weight: bold;">扫码明细({{codeArray.length}})</h2> | 
			
		
	
		
			
				
					|  |  |  |  |         <h2 style="font-weight: bold;">扫码明细({{codeCount}})</h2> | 
			
		
	
		
			
				
					|  |  |  |  |         <!--<el-divider></el-divider>--> | 
			
		
	
		
			
				
					|  |  |  |  |         <div style=" border-top: 1px solid #ccc;"> | 
			
		
	
		
			
				
					|  |  |  |  |           <el-table v-loading="loading" :data="codeArray" style="width: 100%;margin-top: 20px" max-height="350" | 
			
		
	
	
		
			
				
					|  |  |  | @ -84,7 +84,8 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |       dialogTableVisible: false, | 
			
		
	
		
			
				
					|  |  |  |  |       editCodeVisible: false, | 
			
		
	
		
			
				
					|  |  |  |  |       orderDetail:null, | 
			
		
	
		
			
				
					|  |  |  |  |       codeArray:[] | 
			
		
	
		
			
				
					|  |  |  |  |       codeArray:[], | 
			
		
	
		
			
				
					|  |  |  |  |       codeCount: 0, | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  |   }, | 
			
		
	
	
		
			
				
					|  |  |  | @ -170,6 +171,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |       errorCodeList(this.query) //查找该单号下的所有条码 | 
			
		
	
		
			
				
					|  |  |  |  |           .then((response) => { | 
			
		
	
		
			
				
					|  |  |  |  |             this.codeArray = response.data.list || []; | 
			
		
	
		
			
				
					|  |  |  |  |             this.codeCount = this.codeArray.length | 
			
		
	
		
			
				
					|  |  |  |  |             this.loading = false; | 
			
		
	
		
			
				
					|  |  |  |  |           }) | 
			
		
	
		
			
				
					|  |  |  |  |           .catch(() => { | 
			
		
	
	
		
			
				
					|  |  |  | 
 |