|  |  |  | @ -428,7 +428,6 @@ import InvoiceRegister from "@/views/inout/InvoiceRegister"; | 
			
		
	
		
			
				
					|  |  |  |  | import {inspectionOrderPDFFromTemplateFile, orderPDFFromTemplateFile} from "@/api/itextpdf/orderPrint" | 
			
		
	
		
			
				
					|  |  |  |  | import {getDeptListByUser} from "@/api/auth/authDept"; | 
			
		
	
		
			
				
					|  |  |  |  | import {getBasicUnitMaintains} from "@/api/basic/basicUnitMaintain"; | 
			
		
	
		
			
				
					|  |  |  |  | import { getCodeDetailList } from '@/api/inout/orderDetailCode' | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | const formJson = { | 
			
		
	
	
		
			
				
					|  |  |  | @ -831,7 +830,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |       this.codeQuery.orderIdFk = this.currentRow.billNo; | 
			
		
	
		
			
				
					|  |  |  |  |       this.codeDetailLoading = true; | 
			
		
	
		
			
				
					|  |  |  |  |       getCodeDetailList(this.codeQuery).then((res) => { | 
			
		
	
		
			
				
					|  |  |  |  |       getBizDetailList(this.codeQuery).then((res) => { | 
			
		
	
		
			
				
					|  |  |  |  |         this.codeDetailLoading = false; | 
			
		
	
		
			
				
					|  |  |  |  |         if (res.code === 20000) { | 
			
		
	
		
			
				
					|  |  |  |  |           this.codeDetailList = res.data.list || []; | 
			
		
	
	
		
			
				
					|  |  |  | 
 |