| 
					
				 | 
			
			
				@@ -2812,6 +2812,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               "fBsdate", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               Date.parse(this.dataList[list].fBsdate) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            this.$set(this.dataList[list], 'fBusinessType', this.dataList[list].fBusinessType + '') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.goodsOptions = response.data.goodsList; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.kqhouseOptions = response.data.warehouseAreas; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -2838,7 +2839,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.$set( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               this.warehouseCrList[cr], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               "fFeeUnitid", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              this.warehouseCrList[cr].fFeeunitid + "" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              this.warehouseCrList[cr].fFeeunitid + '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.userOptions = response.data.sysUser; 
			 |