|  | @@ -117,11 +117,11 @@
 | 
	
		
			
				|  |  |                @click.stop="openReport()"
 | 
	
		
			
				|  |  |                >报表打印</el-button
 | 
	
		
			
				|  |  |              >
 | 
	
		
			
				|  |  | -            <el-button :type="!form.customsStatus?'info':'primary'" size="small" :disabled="!form.id||form.estimateGoodGoods !='采购完成'" @click.native="dialog = true;fudaSatus = 1"
 | 
	
		
			
				|  |  | +            <el-button :type="!form.customsStatus?'info':'primary'" size="small" :disabled="!form.id||form.estimateGoodGoods !='货备齐'" @click.native="dialog = true;fudaSatus = 1"
 | 
	
		
			
				|  |  |              >已报关</el-button>
 | 
	
		
			
				|  |  | -            <el-button :type="!form.shippingStatus?'info':'warning'" size="small" :disabled="!form.id||form.estimateGoodGoods !='采购完成'" @click.native="dialog = true;fudaSatus = 2"
 | 
	
		
			
				|  |  | +            <el-button :type="!form.shippingStatus?'info':'warning'" size="small" :disabled="!form.id||form.estimateGoodGoods !='货备齐'" @click.native="dialog = true;fudaSatus = 2"
 | 
	
		
			
				|  |  |              >已出运</el-button>
 | 
	
		
			
				|  |  | -            <el-button :type="form.documentaryStatus == '已寄单'?'success':'info'" size="small" :disabled="!form.id||form.estimateGoodGoods !='采购完成'" @click.native="dialog = true;fudaSatus = 3"
 | 
	
		
			
				|  |  | +            <el-button :type="form.documentaryStatus == '已寄单'?'success':'info'" size="small" :disabled="!form.id||form.estimateGoodGoods !='货备齐'" @click.native="dialog = true;fudaSatus = 3"
 | 
	
		
			
				|  |  |              >已寄单</el-button>
 | 
	
		
			
				|  |  |            </template>
 | 
	
		
			
				|  |  |            <template slot-scope="{ row }" slot="corpId">
 |