|  | @@ -223,12 +223,12 @@
 | 
	
		
			
				|  |  |                                                               @billsDetailfun="billsDetailfun(form.id)">
 | 
	
		
			
				|  |  |                                      </entrustment-lnformation>
 | 
	
		
			
				|  |  |                                  </el-tab-pane>
 | 
	
		
			
				|  |  | -                                <el-tab-pane label="配箱处理" name="second">
 | 
	
		
			
				|  |  | -                                    <DistributionBox :assemblyForm="form" :detailData="detailData"
 | 
	
		
			
				|  |  | -                                                     :pleasereviewType="pleasereviewType"
 | 
	
		
			
				|  |  | -                                                     @billsDetailfun="billsDetailfun(form.id)">
 | 
	
		
			
				|  |  | -                                    </DistributionBox>
 | 
	
		
			
				|  |  | -                                </el-tab-pane>
 | 
	
		
			
				|  |  | +                                <!--<el-tab-pane label="配箱处理" name="second">-->
 | 
	
		
			
				|  |  | +                                <!--    <DistributionBox :assemblyForm="form" :detailData="detailData"-->
 | 
	
		
			
				|  |  | +                                <!--                     :pleasereviewType="pleasereviewType"-->
 | 
	
		
			
				|  |  | +                                <!--                     @billsDetailfun="billsDetailfun(form.id)">-->
 | 
	
		
			
				|  |  | +                                <!--    </DistributionBox>-->
 | 
	
		
			
				|  |  | +                                <!--</el-tab-pane>-->
 | 
	
		
			
				|  |  |                                  <el-tab-pane label="MB/L信息" name="third">
 | 
	
		
			
				|  |  |                                      <mbinformation :assemblyForm="form" :detailData="detailData"></mbinformation>
 | 
	
		
			
				|  |  |                                  </el-tab-pane>
 | 
	
	
		
			
				|  | @@ -355,7 +355,7 @@ import {editypesList} from "@/api/iosBasicData/editypes";
 | 
	
		
			
				|  |  |                      billDate:dateFormat(new Date(), "yyyy-MM-dd") + ' 00:00', // 单据日期 默认 当天
 | 
	
		
			
				|  |  |                      operatorName:JSON.parse(localStorage.getItem('saber-userInfo')).content.user_name, // OP 默认登录人
 | 
	
		
			
				|  |  |                      operatorId:JSON.parse(localStorage.getItem('saber-userInfo')).content.user_id, // OP 默认登录人
 | 
	
		
			
				|  |  | -                    businessType:'SE', // 业务类型 默认 海运出口
 | 
	
		
			
				|  |  | +                    businessType:'AE', // 业务类型 默认 海运出口
 | 
	
		
			
				|  |  |                      billType:'DD', // 单据类型 默认 直单
 | 
	
		
			
				|  |  |                      accDeptName:'',// 核算部门 默认登录人的部门
 | 
	
		
			
				|  |  |                      issueType:'正本', // 签单方式 默认 正本
 |