|  | @@ -131,7 +131,7 @@ export default {
 | 
											
												
													
														|  |      return {
 |  |      return {
 | 
											
												
													
														|  |        id: params ? params.id : null,
 |  |        id: params ? params.id : null,
 | 
											
												
													
														|  |        isShow: false,
 |  |        isShow: false,
 | 
											
												
													
														|  | -      title: "出入事项审批",
 |  | 
 | 
											
												
													
														|  | 
 |  | +      title: "来访核验登记详情",
 | 
											
												
													
														|  |        formData: this.reset(),
 |  |        formData: this.reset(),
 | 
											
												
													
														|  |        formDataRules: {
 |  |        formDataRules: {
 | 
											
												
													
														|  |          approveStatus: [{ required: true, message: "请勾选审批结果" }],        
 |  |          approveStatus: [{ required: true, message: "请勾选审批结果" }],        
 | 
											
										
											
												
													
														|  | @@ -169,21 +169,13 @@ export default {
 | 
											
												
													
														|  |      //   console.log("checkApprove value",value);
 |  |      //   console.log("checkApprove value",value);
 | 
											
												
													
														|  |      //   console.log("checkApprove callback",callback);
 |  |      //   console.log("checkApprove callback",callback);
 | 
											
												
													
														|  |      // },
 |  |      // },
 | 
											
												
													
														|  | -    async show(id, other = {}) {     
 |  | 
 | 
											
												
													
														|  | -      if (id) {
 |  | 
 | 
											
												
													
														|  | -        this.title = "出入情况详情";   
 |  | 
 | 
											
												
													
														|  | 
 |  | +    async show(id, other = {}) {    
 | 
											
												
													
														|  | 
 |  | +        // this.title = "出入情况详情";   
 | 
											
												
													
														|  |          this.isShow = true;
 |  |          this.isShow = true;
 | 
											
												
													
														|  |          outInRecordDetail(id).then((response) => {
 |  |          outInRecordDetail(id).then((response) => {
 | 
											
												
													
														|  |            this.formData = response.data;
 |  |            this.formData = response.data;
 | 
											
												
													
														|  |            this.formFileListDefualtValue=this.formData.letterFile;
 |  |            this.formFileListDefualtValue=this.formData.letterFile;
 | 
											
												
													
														|  | -        });        
 |  | 
 | 
											
												
													
														|  | -      }
 |  | 
 | 
											
												
													
														|  | -      else 
 |  | 
 | 
											
												
													
														|  | -      {
 |  | 
 | 
											
												
													
														|  | -        this.isShow = true;
 |  | 
 | 
											
												
													
														|  | -        this.title = "录入介绍信";
 |  | 
 | 
											
												
													
														|  | -        this.formData = this.reset();       
 |  | 
 | 
											
												
													
														|  | -      }
 |  | 
 | 
											
												
													
														|  | 
 |  | +        });      
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      handleAddUser() {
 |  |      handleAddUser() {
 | 
											
												
													
														|  |        this.open = true;
 |  |        this.open = true;
 |