|  |  |  | @ -11,7 +11,7 @@ | 
			
		
	
		
			
				
					|  |  |  |  |                             :label="item.columnDesc+`:`" :key="item.id"> | 
			
		
	
		
			
				
					|  |  |  |  |                 <el-input | 
			
		
	
		
			
				
					|  |  |  |  |                   v-model="filterQuery[item.columnName]" | 
			
		
	
		
			
				
					|  |  |  |  |                   :placeholder="item.columnDesc == '模糊查询' ? '产品通用名/规格/所属工位/业务名称' : item.columnDesc" | 
			
		
	
		
			
				
					|  |  |  |  |                   :placeholder="item.columnDesc == '模糊查询' ? '所属工位/业务名称/单据号' : item.columnDesc" | 
			
		
	
		
			
				
					|  |  |  |  |                   :disabled="executeEval(null,item.disabledFuc,false)" | 
			
		
	
		
			
				
					|  |  |  |  |                   @keyup.enter.native="executeFuc($event,'5',item.clickFuc)" | 
			
		
	
		
			
				
					|  |  |  |  |                   clearable | 
			
		
	
	
		
			
				
					|  |  |  | @ -945,13 +945,11 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |         id: "", | 
			
		
	
		
			
				
					|  |  |  |  |         billNo: null, | 
			
		
	
		
			
				
					|  |  |  |  |         mainAction: null, | 
			
		
	
		
			
				
					|  |  |  |  |         action: null, | 
			
		
	
		
			
				
					|  |  |  |  |         statusType: null, | 
			
		
	
		
			
				
					|  |  |  |  |         page: 1, | 
			
		
	
		
			
				
					|  |  |  |  |         limit: 10, | 
			
		
	
		
			
				
					|  |  |  |  |         startTime: null, | 
			
		
	
		
			
				
					|  |  |  |  |         endTime: null, | 
			
		
	
		
			
				
					|  |  |  |  |         invCode: this.$store.getters.locInvCode, | 
			
		
	
		
			
				
					|  |  |  |  |         keywords:null | 
			
		
	
		
			
				
					|  |  |  |  |       }; | 
			
		
	
		
			
				
					|  |  |  |  |       this.actDateRange = []; | 
			
		
	
		
			
				
					|  |  |  |  |       this.getList(); | 
			
		
	
	
		
			
				
					|  |  |  | @ -1276,7 +1274,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |   }, | 
			
		
	
		
			
				
					|  |  |  |  |   created() { | 
			
		
	
		
			
				
					|  |  |  |  |     this.getInvList(this); | 
			
		
	
		
			
				
					|  |  |  |  |     this.getBusType(this); | 
			
		
	
		
			
				
					|  |  |  |  |     this.getWorkBindBusTypes(this,""); | 
			
		
	
		
			
				
					|  |  |  |  |     this.findWorkPlace(this, ""); | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     this.splitType = this.$route.query.splitType; | 
			
		
	
	
		
			
				
					|  |  |  | 
 |