| 
					
				 | 
			
			
				@@ -212,7 +212,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   style="margin:0 15px;" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   size="small" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   id="salesEdit-plDel-btn" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  @click="openPlSet">批量设置费用归属</a-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  @click="openPlSet">费用归属批量添加</a-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <a-button size="small" id="allocateBillEdit-import-btn" @click="openGuideModal=true">导入产品</a-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <a-button size="small" type="danger" style="margin-left: 5px" @click.stop="handleDel('', 'all')" id="chainTransferOutEdit-del-all-btn">整单删除</a-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </a-col> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -743,7 +743,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       const _this = this 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.spinning = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       const params = { allocateSn: this.outBizSn || this.$route.params.sn, printType: printType, ...data } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-       
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       exportExcel(allocateBillDetailExcel, params, filename, function () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         _this.spinning = false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         _this.$store.state.app.curActionPermission = '' 
			 |