| 
					
				 | 
			
			
				@@ -633,7 +633,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.addPreBook.termsOfDeliveryvalue = 'FOB' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.addPreBook.exchangeEarningsValue = 'T/T' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if(this.addPreBook.exportPort==''||!this.addPreBook.exportPort){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          this.addPreBook.exportPort='NINGBO' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          this.$set(this.addPreBook,'exportPort','NINGBO'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          // this.addPreBook.exportPort='NINGBO' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         var dd = moment(new Date()).format('YYYY-MM-DD') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				          this.$set( this.addPreBook,'shippingOrderDate',dd) 
			 |