|  |  | @ -106,7 +106,8 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |         <el-row> |  |  |  |         <el-row> | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-col :span="8"> |  |  |  |           <el-col :span="8"> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-form-item label="确认状态:" prop="confirmStatus"> |  |  |  |             <el-form-item label="确认状态:" prop="confirmStatus"> | 
			
		
	
		
		
			
				
					
					|  |  |  |               <el-select v-model="filterQuery.confirmStatus" placeholder="请选择确认状态" clearable="true" style="width: 90%" @change="invChange"> |  |  |  |               <el-select v-model="filterQuery.confirmStatus" placeholder="请选择确认状态" clearable="true" style="width: 90%" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                          @change="invChange"> | 
			
		
	
		
		
			
				
					
					|  |  |  |                 <el-option label="确认" :value="1"></el-option> |  |  |  |                 <el-option label="确认" :value="1"></el-option> | 
			
		
	
		
		
			
				
					
					|  |  |  |                 <el-option label="未确认" :value="0"></el-option> |  |  |  |                 <el-option label="未确认" :value="0"></el-option> | 
			
		
	
		
		
			
				
					
					|  |  |  |               </el-select> |  |  |  |               </el-select> | 
			
		
	
	
		
		
			
				
					|  |  | @ -114,7 +115,8 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |           </el-col> |  |  |  |           </el-col> | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-col :span="8"> |  |  |  |           <el-col :span="8"> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-form-item class="query-form-item" label="备注:"> |  |  |  |             <el-form-item class="query-form-item" label="备注:"> | 
			
		
	
		
		
			
				
					
					|  |  |  |               <el-input v-model="filterQuery.unionRemark" placeholder="请输入备注" style="width: 90%" clearable="true"></el-input> |  |  |  |               <el-input v-model="filterQuery.unionRemark" placeholder="请输入备注" style="width: 90%" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                         clearable="true"></el-input> | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-form-item> |  |  |  |             </el-form-item> | 
			
		
	
		
		
			
				
					
					|  |  |  |           </el-col> |  |  |  |           </el-col> | 
			
		
	
		
		
			
				
					
					|  |  |  |         </el-row> |  |  |  |         </el-row> | 
			
		
	
	
		
		
			
				
					|  |  | @ -194,7 +196,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |         </el-table-column> |  |  |  |         </el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  |         <el-table-column label="确认状态" prop="checkStatus" width="100"> |  |  |  |         <el-table-column label="确认状态" prop="checkStatus" width="100"> | 
			
		
	
		
		
			
				
					
					|  |  |  |           <template slot-scope="scope"> |  |  |  |           <template slot-scope="scope"> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-tag :type="statusFilterType(scope.row.checkStatus)">{{ |  |  |  |             <el-tag :type="statusCheckType(scope.row.checkStatus)">{{ | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                 checkDateStatus[scope.row.checkStatus] |  |  |  |                 checkDateStatus[scope.row.checkStatus] | 
			
		
	
		
		
			
				
					
					|  |  |  |               }} |  |  |  |               }} | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-tag> |  |  |  |             </el-tag> | 
			
		
	
	
		
		
			
				
					|  |  | @ -604,8 +606,9 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |       }, |  |  |  |       }, | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |       checkDateStatus: { |  |  |  |       checkDateStatus: { | 
			
		
	
		
		
			
				
					
					|  |  |  |         1: "确认", |  |  |  |         1: "已确认", | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         0: "未确认", |  |  |  |         0: "未确认", | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         null:"未确认" | 
			
		
	
		
		
			
				
					
					|  |  |  |       }, |  |  |  |       }, | 
			
		
	
		
		
			
				
					
					|  |  |  |       storageList: [], |  |  |  |       storageList: [], | 
			
		
	
		
		
			
				
					
					|  |  |  |       invList: [], |  |  |  |       invList: [], | 
			
		
	
	
		
		
			
				
					|  |  | @ -1174,6 +1177,13 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |       }; |  |  |  |       }; | 
			
		
	
		
		
			
				
					
					|  |  |  |       return statusMap[status]; |  |  |  |       return statusMap[status]; | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     statusCheckType(status) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       const statusMap = { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         0: 'warning', | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         1: 'success', | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       return statusMap[status] | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     getUser() { |  |  |  |     getUser() { | 
			
		
	
		
		
			
				
					
					|  |  |  |       getUserBean() |  |  |  |       getUserBean() | 
			
		
	
		
		
			
				
					
					|  |  |  |         .then((res) => { |  |  |  |         .then((res) => { | 
			
		
	
	
		
		
			
				
					|  |  | 
 |