| 
					
				 | 
			
			
				@@ -644,7 +644,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 placeholder="请输入劳务公司" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <el-option 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  v-for="(dict, index) in fMblnoOptions" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  v-for="(dict, index) in flabourOptions" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   :key="index.fId" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   :label="dict.fName" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   :value="dict.fId" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -669,7 +669,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 placeholder="请输入车队" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <el-option 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  v-for="(dict, index) in fMblnoOptions" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  v-for="(dict, index) in fleetOptions" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   :key="index.fId" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   :label="dict.fName" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   :value="dict.fId" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -2378,6 +2378,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   data() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     return { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      flabourOptions:[], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      fleetOptions:[], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       activeIndex: '1', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       activeIndex2: '1', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       //控制选择库位弹出 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -4374,7 +4376,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       let queryParams = { pageNum: 1, pageSize: 10, fName: name, fTypeid: 6}; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       listCorps(queryParams).then((response) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.fSbuOptions = response.rows; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.flabourOptions = response.rows; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     /* 远程模糊查询车队 */ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -4384,7 +4386,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       let queryParams = { pageNum: 1, pageSize: 10, fName: name, fTypeid: 2 }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       listCorps(queryParams).then((response) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.fSbuOptions = response.rows; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.fleetOptions = response.rows; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     /* 远程模糊查询用户 */ 
			 |