|  | @@ -52,6 +52,8 @@ import {
 | 
	
		
			
				|  |  |  } from "@/util/columnSetting"
 | 
	
		
			
				|  |  |  // 导入弹窗放大样式
 | 
	
		
			
				|  |  |  import '@/assets/css/form.css'
 | 
	
		
			
				|  |  | +// 客户调出收发货地址
 | 
	
		
			
				|  |  | +import {corpAddr} from "@/components/function/corpAddrSelect"
 | 
	
		
			
				|  |  |  Vue.component('selectComponent', selectComponent);
 | 
	
		
			
				|  |  |  Vue.component('warehouseSelect', warehouseSelect);
 | 
	
		
			
				|  |  |  Vue.component('goodsSelect', goodsSelect);
 | 
	
	
		
			
				|  | @@ -106,6 +108,7 @@ Vue.prototype.getColumnData = getColumnData
 | 
	
		
			
				|  |  |  Vue.prototype.saveColumnData = saveColumnData
 | 
	
		
			
				|  |  |  Vue.prototype.delColumnData=delColumnData
 | 
	
		
			
				|  |  |  Vue.config.productionTip = false;
 | 
	
		
			
				|  |  | +Vue.prototype.corpAddr = corpAddr;
 | 
	
		
			
				|  |  |  new Vue({
 | 
	
		
			
				|  |  |    router,
 | 
	
		
			
				|  |  |    store,
 |