|  |  |  | @ -1431,15 +1431,17 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |               }); | 
			
		
	
		
			
				
					|  |  |  |  |             return; | 
			
		
	
		
			
				
					|  |  |  |  |           } else if (response.code == 604) { | 
			
		
	
		
			
				
					|  |  |  |  |             this.$confirm(response.message, "提示", { | 
			
		
	
		
			
				
					|  |  |  |  |               confirmButtonText: "确定", | 
			
		
	
		
			
				
					|  |  |  |  |               cancelButtonText: "取消", | 
			
		
	
		
			
				
					|  |  |  |  |               type: "warning", | 
			
		
	
		
			
				
					|  |  |  |  |             }) | 
			
		
	
		
			
				
					|  |  |  |  |               .then(() => { | 
			
		
	
		
			
				
					|  |  |  |  |               }) | 
			
		
	
		
			
				
					|  |  |  |  |               .catch(() => { | 
			
		
	
		
			
				
					|  |  |  |  |               }); | 
			
		
	
		
			
				
					|  |  |  |  |             this.$message.error(response.message); | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |             // this.$confirm(response.message, "提示", { | 
			
		
	
		
			
				
					|  |  |  |  |             //   confirmButtonText: "确定", | 
			
		
	
		
			
				
					|  |  |  |  |             //   cancelButtonText: "取消", | 
			
		
	
		
			
				
					|  |  |  |  |             //   type: "warning", | 
			
		
	
		
			
				
					|  |  |  |  |             // }) | 
			
		
	
		
			
				
					|  |  |  |  |             //   .then(() => { | 
			
		
	
		
			
				
					|  |  |  |  |             //   }) | 
			
		
	
		
			
				
					|  |  |  |  |             //   .catch(() => { | 
			
		
	
		
			
				
					|  |  |  |  |             //   }); | 
			
		
	
		
			
				
					|  |  |  |  |             return; | 
			
		
	
		
			
				
					|  |  |  |  |           } else if (response.code == 507) { | 
			
		
	
		
			
				
					|  |  |  |  |             this.editOriginCodeVisible = true; | 
			
		
	
	
		
			
				
					|  |  |  | @ -1459,15 +1461,17 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |             this.spaceCodeList = response.data; | 
			
		
	
		
			
				
					|  |  |  |  |             this.selectSpaceVisible = true; | 
			
		
	
		
			
				
					|  |  |  |  |           } else { | 
			
		
	
		
			
				
					|  |  |  |  |             this.$alert(response.message, "提示", { | 
			
		
	
		
			
				
					|  |  |  |  |               confirmButtonText: "确定", | 
			
		
	
		
			
				
					|  |  |  |  |               type: "warning", | 
			
		
	
		
			
				
					|  |  |  |  |               closeOnClickModal: true, | 
			
		
	
		
			
				
					|  |  |  |  |               callback: (action) => { | 
			
		
	
		
			
				
					|  |  |  |  |                 this.$refs.inputRef.focus(); | 
			
		
	
		
			
				
					|  |  |  |  |                 this.$refs.inputRef.select(); | 
			
		
	
		
			
				
					|  |  |  |  |               }, | 
			
		
	
		
			
				
					|  |  |  |  |             }); | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |             this.$message.error(response.message); | 
			
		
	
		
			
				
					|  |  |  |  |             // this.$alert(response.message, "提示", { | 
			
		
	
		
			
				
					|  |  |  |  |             //   confirmButtonText: "确定", | 
			
		
	
		
			
				
					|  |  |  |  |             //   type: "warning", | 
			
		
	
		
			
				
					|  |  |  |  |             //   closeOnClickModal: true, | 
			
		
	
		
			
				
					|  |  |  |  |             //   callback: (action) => { | 
			
		
	
		
			
				
					|  |  |  |  |             //     this.$refs.inputRef.focus(); | 
			
		
	
		
			
				
					|  |  |  |  |             //     this.$refs.inputRef.select(); | 
			
		
	
		
			
				
					|  |  |  |  |             //   }, | 
			
		
	
		
			
				
					|  |  |  |  |             // }); | 
			
		
	
		
			
				
					|  |  |  |  |           } | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  |         this.loading = false; | 
			
		
	
	
		
			
				
					|  |  |  | @ -1789,15 +1793,16 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |             this.codeFormData.code = "01" + response.data.nameCode; | 
			
		
	
		
			
				
					|  |  |  |  |             this.originCode = this.codeFormData.code; | 
			
		
	
		
			
				
					|  |  |  |  |           } else { | 
			
		
	
		
			
				
					|  |  |  |  |             this.$alert(response.message, "提示", { | 
			
		
	
		
			
				
					|  |  |  |  |               confirmButtonText: "确定", | 
			
		
	
		
			
				
					|  |  |  |  |               type: "warning", | 
			
		
	
		
			
				
					|  |  |  |  |               closeOnClickModal: true, | 
			
		
	
		
			
				
					|  |  |  |  |               callback: (action) => { | 
			
		
	
		
			
				
					|  |  |  |  |                 this.$refs.inputRef.focus(); | 
			
		
	
		
			
				
					|  |  |  |  |                 this.$refs.inputRef.select(); | 
			
		
	
		
			
				
					|  |  |  |  |               }, | 
			
		
	
		
			
				
					|  |  |  |  |             }); | 
			
		
	
		
			
				
					|  |  |  |  |             this.$message.error(response.message); | 
			
		
	
		
			
				
					|  |  |  |  |             // this.$alert(response.message, "提示", { | 
			
		
	
		
			
				
					|  |  |  |  |             //   confirmButtonText: "确定", | 
			
		
	
		
			
				
					|  |  |  |  |             //   type: "warning", | 
			
		
	
		
			
				
					|  |  |  |  |             //   closeOnClickModal: true, | 
			
		
	
		
			
				
					|  |  |  |  |             //   callback: (action) => { | 
			
		
	
		
			
				
					|  |  |  |  |             //     this.$refs.inputRef.focus(); | 
			
		
	
		
			
				
					|  |  |  |  |             //     this.$refs.inputRef.select(); | 
			
		
	
		
			
				
					|  |  |  |  |             //   }, | 
			
		
	
		
			
				
					|  |  |  |  |             // }); | 
			
		
	
		
			
				
					|  |  |  |  |           } | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  |         this.loading = false; | 
			
		
	
	
		
			
				
					|  |  |  | 
 |