|  |  |  | @ -247,7 +247,7 @@ import codesPanel from "./PanelCreateOrderCodes" | 
			
		
	
		
			
				
					|  |  |  |  | import codeDetailPanel from "./PanelCreateOrderCodeDetail" | 
			
		
	
		
			
				
					|  |  |  |  | import bizDetailPanel from "./PanelCreateOrderBizDetail" | 
			
		
	
		
			
				
					|  |  |  |  | import A from "../../plugins/KeyScaner" | 
			
		
	
		
			
				
					|  |  |  |  | import { findByInvUser, getLocalJoinByUser } from '@/api/basic/busType' | 
			
		
	
		
			
				
					|  |  |  |  | import {findByInvUser, getLocalJoinByUser} from '@/api/basic/busType' | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | export default { | 
			
		
	
		
			
				
					|  |  |  |  |   name: "ioCreateOrder", | 
			
		
	
	
		
			
				
					|  |  |  | @ -289,6 +289,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |       //扫码相关 | 
			
		
	
		
			
				
					|  |  |  |  |       codeFormData: { | 
			
		
	
		
			
				
					|  |  |  |  |         orderId: null, | 
			
		
	
		
			
				
					|  |  |  |  |         code: "", | 
			
		
	
		
			
				
					|  |  |  |  |         batchNo: null, | 
			
		
	
		
			
				
					|  |  |  |  |         produceDate: null, | 
			
		
	
	
		
			
				
					|  |  |  | @ -598,6 +599,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |             this.codeFormData.expireDate = response.data.expireDate; | 
			
		
	
		
			
				
					|  |  |  |  |             this.codeFormData.batchNo = response.data.batchNo; | 
			
		
	
		
			
				
					|  |  |  |  |             this.codeFormData.serialNo = response.data.serialNo; | 
			
		
	
		
			
				
					|  |  |  |  |             this.codeFormData.orderId =  this.orderFormData.billNo; | 
			
		
	
		
			
				
					|  |  |  |  |             this.$message({ | 
			
		
	
		
			
				
					|  |  |  |  |               type: 'error', | 
			
		
	
		
			
				
					|  |  |  |  |               message: "提交失败!" + this.editTitle, | 
			
		
	
	
		
			
				
					|  |  |  | 
 |