|  | @@ -3017,7 +3017,7 @@ export default {
 | 
	
		
			
				|  |  |          console.log(list);
 | 
	
		
			
				|  |  |          list.forEach((e) => {
 | 
	
		
			
				|  |  |            this.warehouseDrList.push({
 | 
	
		
			
				|  |  | -            fBusinessType: null,
 | 
	
		
			
				|  |  | +            fBusinessType:"3",
 | 
	
		
			
				|  |  |              fCorpid: this.form.corpName,
 | 
	
		
			
				|  |  |              fFeeid: e.fFeeId,
 | 
	
		
			
				|  |  |              fFeeUnitid: e.fFeeunitId + "",
 | 
	
	
		
			
				|  | @@ -3031,7 +3031,7 @@ export default {
 | 
	
		
			
				|  |  |                (this.goodsList && this.goodsList.length > 0
 | 
	
		
			
				|  |  |                  ? this.goodsList[0].fCntrcount
 | 
	
		
			
				|  |  |                  : 0),
 | 
	
		
			
				|  |  | -            fStltypeid: null,
 | 
	
		
			
				|  |  | +            fStltypeid:1,
 | 
	
		
			
				|  |  |              fCurrency: "RMB",
 | 
	
		
			
				|  |  |              fExrate: "1",
 | 
	
		
			
				|  |  |              fTaxrate: this.fTaxrate,
 | 
	
	
		
			
				|  | @@ -3042,7 +3042,7 @@ export default {
 | 
	
		
			
				|  |  |        } else {
 | 
	
		
			
				|  |  |          list.forEach((e) => {
 | 
	
		
			
				|  |  |            this.warehouseCrList.push({
 | 
	
		
			
				|  |  | -            fBusinessType: null,
 | 
	
		
			
				|  |  | +            fBusinessType:"3",
 | 
	
		
			
				|  |  |              fCorpid: null,
 | 
	
		
			
				|  |  |              fFeeid: e.fFeeId,
 | 
	
		
			
				|  |  |              fFeeUnitid: e.fFeeunitId + "",
 | 
	
	
		
			
				|  | @@ -3056,7 +3056,7 @@ export default {
 | 
	
		
			
				|  |  |                (this.goodsList && this.goodsList.length > 0
 | 
	
		
			
				|  |  |                  ? this.goodsList[0].fCntrcount
 | 
	
		
			
				|  |  |                  : 0),
 | 
	
		
			
				|  |  | -            fStltypeid: null,
 | 
	
		
			
				|  |  | +            fStltypeid:1,
 | 
	
		
			
				|  |  |              fCurrency: "RMB",
 | 
	
		
			
				|  |  |              fExrate: "1",
 | 
	
		
			
				|  |  |              fTaxrate: this.fTaxrate,
 |