|  |  |  | @ -100,10 +100,10 @@ | 
			
		
	
		
			
				
					|  |  |  |  |                          clearable> | 
			
		
	
		
			
				
					|  |  |  |  |                 <el-option | 
			
		
	
		
			
				
					|  |  |  |  |                   v-for="item in userList" | 
			
		
	
		
			
				
					|  |  |  |  |                   :key="item.userName" | 
			
		
	
		
			
				
					|  |  |  |  |                   :label="item.userName" | 
			
		
	
		
			
				
					|  |  |  |  |                   :key="item.employeeName" | 
			
		
	
		
			
				
					|  |  |  |  |                   :label="item.employeeName" | 
			
		
	
		
			
				
					|  |  |  |  |                   :value="item.userId"> | 
			
		
	
		
			
				
					|  |  |  |  |                   <span style="float: left">{{ item.userName }}</span> | 
			
		
	
		
			
				
					|  |  |  |  |                   <span style="float: left">{{ item.employeeName }}</span> | 
			
		
	
		
			
				
					|  |  |  |  |                   <span style="float: right; color: #8492a6; font-size: 13px">{{ item.userId }}</span> | 
			
		
	
		
			
				
					|  |  |  |  |                 </el-option> | 
			
		
	
		
			
				
					|  |  |  |  |               </el-select> | 
			
		
	
	
		
			
				
					|  |  |  | @ -664,7 +664,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |       }); | 
			
		
	
		
			
				
					|  |  |  |  |       let params = { | 
			
		
	
		
			
				
					|  |  |  |  |         orderIdFk: this.formData.orderId, | 
			
		
	
		
			
				
					|  |  |  |  |         invProductIds: invProductIds | 
			
		
	
		
			
				
					|  |  |  |  |         invProductIds: invProductIds, | 
			
		
	
		
			
				
					|  |  |  |  |       }; | 
			
		
	
		
			
				
					|  |  |  |  |       addDeviceReceiveOrderDetail(params).then((res) => { | 
			
		
	
		
			
				
					|  |  |  |  |         if (res.code === 20000) { | 
			
		
	
	
		
			
				
					|  |  |  | 
 |