| 
					
				 | 
			
			
				@@ -2905,11 +2905,11 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       fWbuOptions: [], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       // 计价单位 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       jFeetunitOptions: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        { dictLabel: "件数", dictValue: "1" }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        { dictLabel: "毛重", dictValue: "2" }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        { dictLabel: "净重", dictValue: "3" }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        { dictLabel: "尺码", dictValue: "4" }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        { dictLabel: "固定", dictValue: "5" }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // { dictLabel: "件数", dictValue: "1" }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // { dictLabel: "毛重", dictValue: "2" }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // { dictLabel: "净重", dictValue: "3" }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // { dictLabel: "尺码", dictValue: "4" }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // { dictLabel: "固定", dictValue: "5" }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       current:'', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       before:'', 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -3050,6 +3050,9 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     this.getDicts("data_unitfees").then((response) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.fFeetunitOptions = response.data; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    this.getDicts("data_unitfees").then((response) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.jFeetunitOptions = response.data; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   activated() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     this.adoPt() 
			 |