| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -263,7 +263,7 @@ export default { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					              try { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                await postapi('/api/app/RegisterCheckPicture/InstrumentMapping', body) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					              } catch (error) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                console.log('btnGetPic err',error) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                console.log('btnGetPic err', error) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					              } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            this.getCheckPictures(this.dataTransOpts.tableS.register_check.id) | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -299,21 +299,22 @@ export default { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      let token = window.sessionStorage.getItem("token"); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      let toOutShell = { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        images:this.checkPictures, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        asbitemName: this.doctorCheck.asbitemName, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        images: this.checkPictures, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        token, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      }; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      this.$peisAPI.imageCut(JSON.stringify(toOutShell)) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      .then(res => { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        let lres = JSON.parse(res) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        if (lres.code > -1) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          this.getCheckPictures(this.dataTransOpts.tableS.register_check.id); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        }else{ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          console.log('裁图失败',lres.message) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      }) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      .catch(err => { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        console.log('裁图失败',err) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      }) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        .then(res => { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          let lres = JSON.parse(res) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          if (lres.code > -1) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            this.getCheckPictures(this.dataTransOpts.tableS.register_check.id); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          } else { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            console.log('裁图失败', lres.message) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        }) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        .catch(err => { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          console.log('裁图失败', err) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        }) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    }, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |