|  |  | @ -26,7 +26,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-col> |  |  |  |             </el-col> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-col :span="6"> |  |  |  |             <el-col :span="6"> | 
			
		
	
		
		
			
				
					
					|  |  |  |               <el-form-item class="query-form-item" label="领用类型"> |  |  |  |               <el-form-item class="query-form-item" label="领用类型"> | 
			
		
	
		
		
			
				
					
					|  |  |  |                 <el-select v-model="listQuery.billAction" placeholder="请选择领用类型" clearable="true"> |  |  |  |                 <el-select v-model="listQuery.billType" placeholder="请选择领用类型" clearable="true"> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                   <el-option |  |  |  |                   <el-option | 
			
		
	
		
		
			
				
					
					|  |  |  |                     v-for="item in originTypes" |  |  |  |                     v-for="item in originTypes" | 
			
		
	
		
		
			
				
					
					|  |  |  |                     :key="item.originAction" |  |  |  |                     :key="item.originAction" | 
			
		
	
	
		
		
			
				
					|  |  | @ -86,7 +86,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |           @current-change="handleDetail" |  |  |  |           @current-change="handleDetail" | 
			
		
	
		
		
			
				
					
					|  |  |  |         > |  |  |  |         > | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-table-column label="序号" type="index" width="60"></el-table-column> |  |  |  |           <el-table-column label="序号" type="index" width="60"></el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-table-column label="领用类型" prop="billType"></el-table-column> |  |  |  |           <el-table-column label="领用类型" prop="billTypeName"></el-table-column> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |           <el-table-column label="单据号" prop="billNo"></el-table-column> |  |  |  |           <el-table-column label="单据号" prop="billNo"></el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-table-column label="领用仓库" prop="invName"></el-table-column> |  |  |  |           <el-table-column label="领用仓库" prop="invName"></el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-table-column label="往来信息" prop="targetInvName" show-overflow-tooltip="true"></el-table-column> |  |  |  |           <el-table-column label="往来信息" prop="targetInvName" show-overflow-tooltip="true"></el-table-column> | 
			
		
	
	
		
		
			
				
					|  |  | @ -283,11 +283,11 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |     getList() { |  |  |  |     getList() { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.loading = true; |  |  |  |       this.loading = true; | 
			
		
	
		
		
			
				
					
					|  |  |  |       if (this.actDateRange !== null) { |  |  |  |       if (this.actDateRange !== null) { | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.listQuery.startDate = this.actDateRange[0]; |  |  |  |         this.listQuery.startTime = this.actDateRange[0]; | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         this.listQuery.endDate = this.actDateRange[1]; |  |  |  |         this.listQuery.endTime = this.actDateRange[1]; | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       } else { |  |  |  |       } else { | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.listQuery.startDate = null; |  |  |  |         this.listQuery.startTime = null; | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         this.listQuery.endDate = null; |  |  |  |         this.listQuery.endTime = null; | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       } |  |  |  |       } | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.listQuery.customerId = store.getters.customerId; |  |  |  |       this.listQuery.customerId = store.getters.customerId; | 
			
		
	
		
		
			
				
					
					|  |  |  |       getReceiveOrder(this.listQuery) |  |  |  |       getReceiveOrder(this.listQuery) | 
			
		
	
	
		
		
			
				
					|  |  | @ -363,7 +363,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     getBusType() { |  |  |  |     getBusType() { | 
			
		
	
		
		
			
				
					
					|  |  |  |       let query = { |  |  |  |       let query = { | 
			
		
	
		
		
			
				
					
					|  |  |  |         enabled: false, |  |  |  |         enable: true, | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       }; |  |  |  |       }; | 
			
		
	
		
		
			
				
					
					|  |  |  |       getBusChange(query) |  |  |  |       getBusChange(query) | 
			
		
	
		
		
			
				
					
					|  |  |  |         .then((response) => { |  |  |  |         .then((response) => { | 
			
		
	
	
		
		
			
				
					|  |  | 
 |