|  | @@ -4410,7 +4410,6 @@ export default {
 | 
	
		
			
				|  |  |          console.log(this.businessTypeOption)
 | 
	
		
			
				|  |  |          console.log(this.warehouseDrList)
 | 
	
		
			
				|  |  |          for (let dr in this.warehouseDrList) {
 | 
	
		
			
				|  |  | -          this.$forceUpdate()
 | 
	
		
			
				|  |  |            this.$set(this.warehouseDrList[dr], "fFeeUnitid", this.warehouseDrList[dr].fFeeunitid + "");
 | 
	
		
			
				|  |  |            this.$set(this.warehouseDrList[dr], "fQty", this.warehouseDrList[dr].fQty.toFixed(2));
 | 
	
		
			
				|  |  |            this.$set(this.warehouseDrList[dr], "fAmount", this.warehouseDrList[dr].fAmount.toFixed(2));
 | 
	
	
		
			
				|  | @@ -4420,7 +4419,7 @@ export default {
 | 
	
		
			
				|  |  |            this.$set(this.warehouseCrList[cr], "fFeeUnitid", this.warehouseCrList[cr].fFeeunitid + "");
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          this.userOptions = response.data.sysUser;
 | 
	
		
			
				|  |  | -        this.warehouseDrList[0].fBusinessType = this.form.fBusinessType
 | 
	
		
			
				|  |  | +        // this.warehouseDrList[0].fBusinessType = this.form.fBusinessType
 | 
	
		
			
				|  |  |          this.open = true;
 | 
	
		
			
				|  |  |          this.title = "修改仓入库";
 | 
	
		
			
				|  |  |          this.warehousesssMethod()
 |