|  | @@ -1168,7 +1168,7 @@ export default {
 | 
	
		
			
				|  |  |            //去重货权方
 | 
	
		
			
				|  |  |            this.nothing = new Set(this.nothing)
 | 
	
		
			
				|  |  |            this.nothing = Array.from(this.nothing)
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | +          console.log(this.nothing)
 | 
	
		
			
				|  |  |            if(this.empty.length <= 1){
 | 
	
		
			
				|  |  |              this.pass.fMblno = this.empty[0]
 | 
	
		
			
				|  |  |            }else {
 | 
	
	
		
			
				|  | @@ -1523,6 +1523,10 @@ export default {
 | 
	
		
			
				|  |  |              for (let item in this.DzfeeList) {
 | 
	
		
			
				|  |  |                this.pass.fAmtcr += Number(this.DzfeeList[item].fAmt)
 | 
	
		
			
				|  |  |                this.pass.fAmtdr += Number(this.DzfeeList[item].fAmtdr)
 | 
	
		
			
				|  |  | +              console.log(this.DzfeeList)
 | 
	
		
			
				|  |  | +              // if(){
 | 
	
		
			
				|  |  | +              //
 | 
	
		
			
				|  |  | +              // }
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              this.queryParams.fAmtcr = Number(this.pass.fAmtcr.toFixed(2))
 | 
	
		
			
				|  |  |              this.queryParams.fAmtdr = Number(this.pass.fAmtdr.toFixed(2))
 |