| 
					
				 | 
			
			
				@@ -30,7 +30,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-col :span="6"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <el-form-item 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             label="客户名称" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            :rules="[{ required: true, message: '', trigger: 'blur' }]" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             prop="fCorpid" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <el-select 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -718,6 +717,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         fDestportid: this.form.fDestportid, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         fLoadportid: this.form.fLoadportid, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         fStatementNo: this.form.fStatementNo, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        tMblno:this.form.tMblno, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         fFromDate: this.form.date ? this.form.date[0] : null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         fToDate: this.form.date ? this.form.date[1] : null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }; 
			 |