|  |  |  | @ -263,7 +263,7 @@ import PanelOrderManuTagCode from './PanelOrderManuTagCode' | 
			
		
	
		
			
				
					|  |  |  |  | import prescribeOriginPanel from '@/views/collect/PannelOrderBiz' | 
			
		
	
		
			
				
					|  |  |  |  | import PanelOrderAllDetail from '@/views/collect/PanelOrderAllDetail' | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | import { orderPage } from '@/api/collect/collectOrder' | 
			
		
	
		
			
				
					|  |  |  |  | import { orderPag,orderUpload } from '@/api/collect/collectOrder' | 
			
		
	
		
			
				
					|  |  |  |  | import { filterWorkOptimize } from '@/api/basic/workPlace/sysWorkplaceManage' | 
			
		
	
		
			
				
					|  |  |  |  | import {getWorkBindBusTypes, removeBusTypeById} from '@/api/basic/workPlace/sysWorkplaceDocuments' | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  |  | @ -453,6 +453,27 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |           _this.loading = false | 
			
		
	
		
			
				
					|  |  |  |  |           _this.options.findWorkPlace = [] | 
			
		
	
		
			
				
					|  |  |  |  |         }) | 
			
		
	
		
			
				
					|  |  |  |  |     }, | 
			
		
	
		
			
				
					|  |  |  |  |     orderUpload(_this, row){ | 
			
		
	
		
			
				
					|  |  |  |  |       let params = row; | 
			
		
	
		
			
				
					|  |  |  |  |       orderUpload({billNo:params.billNo}) | 
			
		
	
		
			
				
					|  |  |  |  |         .then((response) => { | 
			
		
	
		
			
				
					|  |  |  |  |           if (response.code == 20000) { | 
			
		
	
		
			
				
					|  |  |  |  |             this.getList(); | 
			
		
	
		
			
				
					|  |  |  |  |             this.$message({ | 
			
		
	
		
			
				
					|  |  |  |  |               type: "success", | 
			
		
	
		
			
				
					|  |  |  |  |               message: "上传成功!", | 
			
		
	
		
			
				
					|  |  |  |  |             }); | 
			
		
	
		
			
				
					|  |  |  |  |           } else if (response.code == 520) { | 
			
		
	
		
			
				
					|  |  |  |  |             this.$message.error(response.message); | 
			
		
	
		
			
				
					|  |  |  |  |             this.getList(); | 
			
		
	
		
			
				
					|  |  |  |  |           } else { | 
			
		
	
		
			
				
					|  |  |  |  |             this.$message.error(response.message); | 
			
		
	
		
			
				
					|  |  |  |  |             this.getList(); | 
			
		
	
		
			
				
					|  |  |  |  |           } | 
			
		
	
		
			
				
					|  |  |  |  |         }) | 
			
		
	
		
			
				
					|  |  |  |  |         .catch(() => { | 
			
		
	
		
			
				
					|  |  |  |  |         }); | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   }, | 
			
		
	
	
		
			
				
					|  |  |  | 
 |