|  | @@ -194,7 +194,7 @@ import {
 | 
	
		
			
				|  |  |    warehouse,
 | 
	
		
			
				|  |  |    listDelete,
 | 
	
		
			
				|  |  |    tableDeleteQuery,
 | 
	
		
			
				|  |  | -  confirmDeletion, pleaseCheck, revoke, queryUserVal, getName, revokeBill, copyNew
 | 
	
		
			
				|  |  | +  confirmDeletion, pleaseCheck, revoke, queryUserVal, getName, revokeBill, copyNew,printingTiem
 | 
	
		
			
				|  |  |  } from '@/api/purchaseIssue/index'
 | 
	
		
			
				|  |  |  import Cookies from 'js-cookie'
 | 
	
		
			
				|  |  |  import Global from '@/layout/components/global'
 | 
	
	
		
			
				|  | @@ -1403,6 +1403,11 @@ export default {
 | 
	
		
			
				|  |  |      //确认打印
 | 
	
		
			
				|  |  |      Printing() {
 | 
	
		
			
				|  |  |        this.$print(this.$refs.print)
 | 
	
		
			
				|  |  | +      let list ={
 | 
	
		
			
				|  |  | +        fId:this.$refs.avatar.form.fId
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  | +      printingTiem(list).then(res=>{
 | 
	
		
			
				|  |  | +      })
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      //返回列表
 | 
	
		
			
				|  |  |      backToList(){
 |