|  |  | @ -687,6 +687,7 @@ import {convertDate} from "@/utils/date"; | 
			
		
	
		
		
			
				
					
					|  |  |  | import {isBlank} from "@/utils/strUtil"; |  |  |  | import {isBlank} from "@/utils/strUtil"; | 
			
		
	
		
		
			
				
					
					|  |  |  | import {getBizDetailList} from "@/api/inout/orderDetailBiz"; |  |  |  | import {getBizDetailList} from "@/api/inout/orderDetailBiz"; | 
			
		
	
		
		
			
				
					
					|  |  |  | import {getCodeList} from "@/api/inout/code"; |  |  |  | import {getCodeList} from "@/api/inout/code"; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | import {getUserBindWork} from '@/api/basic/collectPoint/userWorkplace' | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | export default { |  |  |  | export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |   name: "IoSplitFinishCode", |  |  |  |   name: "IoSplitFinishCode", | 
			
		
	
	
		
		
			
				
					|  |  | @ -712,6 +713,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |       defaultSort: {prop: 'createTime', order: 'desc'}, |  |  |  |       defaultSort: {prop: 'createTime', order: 'desc'}, | 
			
		
	
		
		
			
				
					
					|  |  |  |       options: { |  |  |  |       options: { | 
			
		
	
		
		
			
				
					
					|  |  |  |         getInvList: [], |  |  |  |         getInvList: [], | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         getWorkPlaceList: [], | 
			
		
	
		
		
			
				
					
					|  |  |  |         getDeptList: [], |  |  |  |         getDeptList: [], | 
			
		
	
		
		
			
				
					
					|  |  |  |         getBusType: [], |  |  |  |         getBusType: [], | 
			
		
	
		
		
			
				
					
					|  |  |  |       }, |  |  |  |       }, | 
			
		
	
	
		
		
			
				
					|  |  | @ -1017,10 +1019,36 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |         .catch(() => { |  |  |  |         .catch(() => { | 
			
		
	
		
		
			
				
					
					|  |  |  |         }); |  |  |  |         }); | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     getWorkPlaceList(_this){ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       getUserBindWork({ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         autoUserId: 1, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         page:  1, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         limit: 200, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       }).then((response) => { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         let  getWorkPlaceList = [] | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         if(response.code == 20000 && response.data.list.length > 0){ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           response.data.list.forEach( item => { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             let post = { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               code: item.workplaceId, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 label: item.workplaceName | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             getWorkPlaceList.push(post) | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           }) | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           _this.options.getWorkPlaceList = getWorkPlaceList | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       }) | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         .catch(() => { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         }); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     invChange(_this) { |  |  |  |     invChange(_this) { | 
			
		
	
		
		
			
				
					
					|  |  |  |       _this.filterQuery.action = null; |  |  |  |       _this.filterQuery.action = null; | 
			
		
	
		
		
			
				
					
					|  |  |  |       _this.getBusType(_this); |  |  |  |       _this.getBusType(_this); | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     placeChange(_this) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       // _this.filterQuery.workKey = _this.filterQuery.workplaceName; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       // _this.getWorkPlaceList(_this); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     findMethod(query) { |  |  |  |     findMethod(query) { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.fromOptions = []; |  |  |  |       this.fromOptions = []; | 
			
		
	
	
		
		
			
				
					|  |  | @ -1163,6 +1191,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |   created() { |  |  |  |   created() { | 
			
		
	
		
		
			
				
					
					|  |  |  |     this.getInvList(this); |  |  |  |     this.getInvList(this); | 
			
		
	
		
		
			
				
					
					|  |  |  |     this.getBusType(this); |  |  |  |     this.getBusType(this); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     this.getWorkPlaceList(this); | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     this.splitType = this.$route.query.splitType; |  |  |  |     this.splitType = this.$route.query.splitType; | 
			
		
	
		
		
			
				
					
					|  |  |  |     if (this.splitType == "search") { |  |  |  |     if (this.splitType == "search") { | 
			
		
	
	
		
		
			
				
					|  |  | 
 |