|  | @@ -105,7 +105,7 @@ export default {
 | 
	
		
			
				|  |  |        this.submitVisible = false
 | 
	
		
			
				|  |  |        this.craftsAddOrDetailVisible = false
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  | -    showCraftsAddOrDetail(techId) {
 | 
	
		
			
				|  |  | +    showCraftsAddOrDetail(techId, orderId, productId) {
 | 
	
		
			
				|  |  |        this.detailVisible = false
 | 
	
		
			
				|  |  |        this.assignVisible = false
 | 
	
		
			
				|  |  |        this.noticeChangeVisible = false
 | 
	
	
		
			
				|  | @@ -114,7 +114,7 @@ export default {
 | 
	
		
			
				|  |  |        this.craftsAddOrDetailVisible = true
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |        this.$nextTick(() => {
 | 
	
		
			
				|  |  | -        this.$refs.craftsAddOrDetail.init(techId, false, techId !== 0, false, false)
 | 
	
		
			
				|  |  | +        this.$refs.craftsAddOrDetail.init(techId, false, techId !== 0, false, false, orderId, productId)
 | 
	
		
			
				|  |  |        })
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      onCloseCraftsAddOrDetail() {
 |