| 
					
				 | 
			
			
				@@ -168,8 +168,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <!-- 提交时间 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <template slot="submitDateBox" slot-scope="text, record"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <span v-if="record.salesBillSource=='PURCHASE'">{{ record.submitDate }}</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <span v-else>{{ record.firstSubmitDate }}</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <span v-if="record.salesBillSource=='PURCHASE'">{{ record.submitDate||'--' }}</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <span v-else>{{ record.firstSubmitDate||'--' }}</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <!-- 出库仓库 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <template slot="warehouseBox" slot-scope="text, record"> 
			 |